Set Variable Bijlagenaam
{Bijlagenaam1}_D{Year}{MonthNo}{Day}_T{Hours}{Minutes}{Seconds}.pdf
Wait For File
{Pathnaam}\{Bijlagenaam}
Script error: E: 7/04/2021 7:49:52: File "D:\TRANSFERZONE\TEMPBARTENDER\VCST_DELIVERY_D20210407_T074952.pdf" doesn't exist.
The File "D:\TRANSFERZONE\TEMPBARTENDER\VCST_DELIVERY_D20210407_T074951.pdf" exist.
What can cause this?
Variable changed after set
Re: Variable changed after set
When you set a variable be sure to turn on "Expand variables" option

In this case RoboTask expands all variables and then set the value to variable
If this option is OFF then RoboTask assigns the value as-it-is. In this case RoboTask expands nested variables when you use the variable in other actions
You are using variables that depend on the current time. Thus, the value depends on the time of use.
Both modes can be useful for different cases

In this case RoboTask expands all variables and then set the value to variable
If this option is OFF then RoboTask assigns the value as-it-is. In this case RoboTask expands nested variables when you use the variable in other actions
You are using variables that depend on the current time. Thus, the value depends on the time of use.
Both modes can be useful for different cases
Oleg Yershov
-
- Posts: 19
- Joined: Mon Oct 28, 2019 12:38 pm
Re: Variable changed after set
Thanks, now it works.