Two actions upon "submit"

Dear Glide Community members, here is my question: does any plan in Glide (for example “maker plan”), allow us to use two actions for forms at the same time? I want my form upon submit to set column values and at the same time to show “success” message … Thank you :folded_hands:

1 Like

Yes, you can make your On Submit action a workflow and add as many actions as you want.

I do have to ask though, what columns are you setting After submit, and why. It’s always better to let the form fill all column values at once and not try to set additional columns later after the row is added. That always leads to problems if the row isn’t added to the table fast enough.

3 Likes

Thank you for you response! I created reservation form, which works great but I want once the reservation details are submitted, the success message to appear as well. Can i do that with workflow? I was hoping there is a way to add additional action and for that action to select “show notification”…

1 Like

Yes, you can. Like I said, you can switch your On Submit action to a workflow.

Still wondering about the set column action though, because I feel like it may be unnecessary and error prone.

1 Like

Dear Jeff, I will try the workflow … thank you! the form came with the template which i am using for my reservation app.

1 Like

The workflow worked perfectly thank you so much! I’ve been trying to fix this for days :slight_smile:

3 Likes