Textfield not update on Page Load

Actions & Logic

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?

What have you tried so far?

I included print statements in the custom function to be sure the execution reached the point where the textfield gets set to the returned string from the function.

I also tried assigning a static string and it does not show it either.

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply