Hi,
I’m trying to setup a form to have input data from user, I’ve just added it and place into my flow just to see if it will work but everytime I get this error
I added 4 text field with required and changed they keyvalue
Hi,
I’m trying to setup a form to have input data from user, I’ve just added it and place into my flow just to see if it will work but everytime I get this error
I added 4 text field with required and changed they keyvalue
You are using form activity incorrectly, and the error message you are getting is referencing to a variable you are parsing in that is empty or not assigned a value when it should be.
what are you trying to achieve by using the form activity?
don’t you want to use the Input Dialog activity instead?
I have 4 inputs that I need
Don’t use the input dialog because it’s not user friendly, it’s better to have one form than 4 different popups.
This is my forms
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.