I have a button that I would like to trigger two tasks:
1 - trigger a webhook that passed the data to zapier (done)
2 - automatically update the value of a single select field to ‘true’
While the webhook script runs when I click the button, it seems ...