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?