It is possible to set default value via parameter in Uipath Form Activities?

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 :blush: i’m expecting to see default value “value” not {{data.value}}.

Thanks!

image

If you want have default value in text field, make sure the value name is same with field key



4 Likes

Excellent! it works perfect. Not very intuitive though… :laughing:

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.