I have a group action. One of the actions is to add a row to Ticket_Requests table. This table has a trigger in my database to do a whole bunch of stuff. I also have a workflow that triggers on add to that table and sends a webhook. If I were to separate these into 2 different tables ie a Ticket_Request table that has my database trigger and a Ticket_Requests_API table that just has the workflow attached would the webhook send any faster if I had the add a row to Ticket_Requests_API go first?
My current theory is that appsheet waits for that trigger in database to finish before sending the webhook which is slowing down that webhook which I want to be as quick as possible. The webhookโs action is independent of the database trigger.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |