Hi,
I have a text field I wanted to fill with some information stored in an app variable.
The action executes a custom function that receives the app state variable content as a parameter and returns a string extracted from that parameter. I included some print statements inside the custom function to ensure the function has no issues. The string is extracted correctly but it is not shown in the text field.
do you have any idea why this might be happening?