Hi all, I'm trying to do set up a workflow and got stuck. This workflow is using techniques shown in https://www.youtube.com/watch?v=TBzjnpXi_ho and https://www.youtube.com/watch?v=3Iuk0ZTEbb0
- I have a Gravity Form that allows me to enter a Submission Id. This will put 'Yes' in the corresponding cell under the column 'Move to Onboarding?' in Google Sheet. This part works fine.
- I have set up the Pabbly Connect Webhook Add-On for the Google Sheet that triggers 'Send on Event'. The idea is when 'Yes' is entered, the details in the row will be copied over to another Google Sheet called 'Onboarding'. When I type in 'Yes' the trigger works and the details are copied over.
- The part I am stuck is if I use the above two in combination. The 'Send on Event' only seems to work if I manually type in the word into the cell. The 'Send on Event' doesn't fire when the cell value is updated automatically using the form. I want to it to be triggered when 'Yes' is entered using the form.