Dynamic Values in Form Components

Hello Dear Community

Here Luis Fernando with another question.
I was wondering if it’s possible to use form data that we enter in our forms so we can create dynamic values in the form. For example i would like in this case to add a dynamic value in the Description property, so I can instead of hardcode the 5 i could use a variable.

Thank you for the attention in advance. Regards

Hi @Luis_Fernando ,

I am not so sure if there is a direct way around doing it. But after checking it out, we should be able to create a Dummy Text field, mark it as Hidden and Disabled as we would just need it as a placeholder, use its key to name the argument in the Show Form activity and pass the dynamic value to that argument.

Next, In the Component where you want to change the Description dynamically, add the below Logic and Action :
image

image

Show Form Activity :
image

Dummy Field Desc :

On Debug/Run :

1 Like

@supermanPunch Great feedback! Thank you friend.

1 Like

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