I don't think i understand meaning of Defaults in Input settings.
What i want to do:
InputSettings
Boolean -> Some option - Default: False
First run:
Input settings manually set to True and saved in var: choice
if {Variable.choice} == True -> for example: download file
Second run (after first success):
InputSettings should be set to default if i haven't set it to True manually?
And another one, another one .....
I need in input Settings set variable that will be executed only by first run, and after that will change to False, and then next project runs will be running with choice:false
Some ideas ?
What i want to do:
InputSettings
Boolean -> Some option - Default: False
First run:
Input settings manually set to True and saved in var: choice
if {Variable.choice} == True -> for example: download file
Second run (after first success):
InputSettings should be set to default if i haven't set it to True manually?
And another one, another one .....
I need in input Settings set variable that will be executed only by first run, and after that will change to False, and then next project runs will be running with choice:false
Some ideas ?