Hey,
Im trying to have a boolean function for a button disabled props, and when im writing the function in the dynamic value it bring back the function headline, but when im using it in the intreactions and run the code it’s working as expected(return true/false)
It also produced the same error when i try the code in adding new state variable, it brought back " f + the function name()"
Can you paste the full code you have entered into the dynamic value? We can only see the function definition.
I suspect you have not called validateRequiredInputs() after defining it.
1 Like
You are absolutely right, although it did work in the interaction.
Thank you !
1 Like