Previously i was using activepieces v0.29.1 (if im not mistaken) and everything works fine. Then I decided to give it an upgrade by pulling the latest activepieces docker image (0.31.0).
When i use form submission as the trigger node, its giving me the URL for published and test.
Issue 1:
I have added 6 fields on the form and only 1 of the field is being saved, and the rest was left blank no matter how many times i have re-entered the field and description.
Issue 2:
I tried to test the submission of form by accessing the Test URL, and it gives me the following error.
I then proceed to Publish the workflow and try out the Published Form URL, and it gave me the same error.
please assist. tq.
But when I’m only adding 1 field, the error is not there anymore (using Test URL).
The moment I add more fields to it, the Test URL gives me the same error as shown in the above post. The form piece also give me this warning even though I have made sure all required fields have been filled in.
Hi @snoopybubu
Can you please share the flow json?
You might also want to try use 0.31.0, as we have published couple of fixes there.
Hi @abuaboud , as I was trying to export the flow json for you, I noticed that the input fields in the form was all blank. Thus I attempted to add in all the fields using the UI, and when i export the flow, only one input is being registered in the json. From that point onwards I tried to add in the input field one by one, and each time a field is being added, i will export the flow json just to cross-check its being added. And it works. I guess the trick is to just add the item one by one, haha. The test form URL now can show my fields perfectly.