hey prev i was able to use respond to webhook in order to show beautifull html. after form submitted
but now when im adding new from trigger there is no option “Respond to webhook“ anymore
=old=
=new=
So my workflow is not working
Please advice
hey prev i was able to use respond to webhook in order to show beautifull html. after form submitted
but now when im adding new from trigger there is no option “Respond to webhook“ anymore
=old=
=new=
So my workflow is not working
Please advice
Hello @Antonio1
Yes, I can see that in older versions of the Form Trigger node.
I think you can try the new approach by adding a “Form Ending” node:
I believe you can replace the “Respond to webhook” node with this new approach.
Hope this answers your question..
hi @mohamed3nan
Thanks for your reply.
I’ve found a workaround (a slight JSON modification) that lets me reuse the old Form in a new workflow.
I’d prefer not to use the new approach because it requires the user to wait until the workflow finishes. In my case, I need to run some background jobs after the data confirmation step.
So, for now, I’ll stick with the old Form — at least until the “Using Form Ending” Node can be used in “Respond When“, since that feels like a more logical approach.
Hello! I think I may not have fully understood your workflow. From what I see, right after collecting the variables (create or delete), you use a Switch node to select between these options. Do I understand correctly that in the form, the client can choose to create or delete an item?
However, shouldn’t this choice (“create” or “delete”) be made after checking whether the item already exists? For example, after the Vars node, it would be more appropriate to use an IF node to decide whether to create or delete, depending on the query (List Records / List Records1). Thus, the logic would be: query → check condition → then create, delete, or continue on to other paths.
If the goal is to compare values, there’s a risk of running into a “create” condition even if it’s false, since it’s not possible to know just from the form and null variables whether that data has already been inserted via POST.
Another point: I noticed there are no nodes for Supabase, Airtable, Xano, Sheets, or any other database. How are you collecting data into variables and where are you storing it if there’s no memory node or data integration in your automation?
If you could share more details about the end goal, I can suggest a more efficient logical structure for your case.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.