Hi Bubblers,
Hoping someone can help me with this. I want to trigger a Zapier process and have the initial zap set up correctly, where Zapier parses the Zap correctly, recognising the User’s unique ID and other data being passed.
I then want to trigger this Bubble Backend Workflow (POST method):
Using this Zap. So the steps are:
- Bubble workflow triggers a zap.
- Zapier receives it and then uses the data in that zap within another zap that is sent to the Bubble backend workflow.
You can see in the below that Zapier has parsed the initial receiving Zap correctly (as it’s grabbed the User ID and the ‘payload’), and it’s recognised the parameters set up in the API Workflow (Userid & Testtorun).
I then get this error in Zapier? But Zapier has recognised the 2 parameter fields and should be passing the mapped data there?
Looking at the Bubble logs, looks like Zapier is at least sending the Zap
But it looks like the Bubble Workflow isn’t finding what it needs to and fails. All it needs to get is the UserID (text string) from the Bubble API Workflow.
Is Zapier not adding the parameters to the call, or is Bubble not receiving them?
Any help will be greatly appreciated!