Hi, i’m trying to make an workflow that receives parameters in: label name, io: default value.
The workflow creates a simple form with one input and submit button.
My goal is to set both label and default values with variables.
So far I managed to set the lable with: {{data.label}} but it seems that for the default value it just prints “{{data.value}}” instead of the actual value.
Dynamic label is by editing the json, add readOn: “data”.
Please help for dynamic default value i’m expecting to see default value “value” not {{data.value}}.
Thanks!