[self-hosted] Form Submission - No Output

Ever since i pulled the latest docker image (v0.32.2) yesterday the form piece is not working anymore. When I was using earlier version theres no such issue.

Context: I have a Form Trigger Piece with 6 fields (of varying input type). After user submit the form, its supposed to save all data into my table in MySQL. I have published my flow and you can see the output of the Form Trigger Piece here which shows my exact data during submission (using the Published Form URL).

But here in my 7. Insert Row piece, it can’t seem to catch the output from Form Submission Piece

That of course, results in incomplete row insertion in my MySQL.

At first I thought its something wrong with MySQL, so I decided to try out with this code piece that simply take the Name form field as the input and return that as an output, just to see whether its something wrong with the Form Submission piece.

I actually need to present this workflow pretty soon, can someone please help to assist this?

Hi, its been almost a week since i posted this. just wanted to know if there’s any update on this? if this is not viable, I’d just roll back to activepieces 0.29 to do my internal demonstration. please advise.

Hi @snoopybubu,

Can you upgrade to version 0.32.4 and check if the issue still persists? If it does, please test the form again by selecting the new sample data and remapping it (delete the values mapping and reselect them again from the dropdown UI).

It seems there was an issue in versions > 0.30.0, where the field names were changed (previously, they were trimmed of whitespace). This has been fixed, and the old behavior from versions < 0.30.0 is now restored.

Thank you,
Mo