Form not collecting information

I built a button, that opens a form to be filled by the user, which then takes that information to populate a Kanban Board. So in other words, a form to create new tasks on my board.

Everything is working well except for the “Description” field which doesn’t get saved to the respective table (database).

I’ve tried everything and I am feeling quite stuck. Could someone please assist?




Screenshot 4

You’re already having a form that adds a new row, which I assume is a native form.

Your second to last screenshot shows what looks like an on-submit action where you try to add a new row (you don’t need to do this) with only 3 columns.

I assume you want only 1 row, not 2.

What you need to do is go back to your native form, use the left-hand side panel to find those dates and email columns, and point it to the right column in the destination table.

1 Like