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.
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 :