Components are not displaying after click back and return to the current screen
1

Hi, When I click back to the previous screen and return to the current screen, some components are not displaying. The components are not visible by default, I am using a dynamic value for that.

I have a radio button to ask whether the user wants to share his details or not. If yes then, the flow will display the input field. I selected "yes" to the radio option and filled the details then go back and returned, only the radio button with the yes selected option was displaying, and the input field was not displaying.

{ "type": "TextInput", "required": "${data.isUserFormEnabled}", "visible": "${data.isUserFormEnabled}", "label": "Your mobile number", "input-type": "number", "name": "mobileNumber", "min-chars": 10, "max-chars": 10 },

Yee
Enviada no último sábado