Expression may also contain static and dynamic variables. See below example. The expression [JoinPaths(MyFolderPath,MyFileName)] in (1) contains 2 variables (MyFolderPath and MyFileName).




Make sure that variables are in the context of the action where you want to use it. The context consists of all data created during the execution until the respective action will be executed.