Zapier not passing on initial zap, but working on retest
Hey there,
Has anyone ever run into an issue where the data isn't passing from one source to another on the first trigger, but when you retest through zapier, it works?
I’m trying to pass information from Bubble to Hubspot and for some reason the information isn’t being passed through.
i remapped the variables. i also checked the field types in hubspot to make sure they’re matching and still experiencing the same issues.
currently, i’m sending text fields from bubble to single line-texts in hubspot.
is there something i’m missing?
@jefromwf
Can you post a screenshot with how your Zap steps are configured, along with the DATA OUT from the Zap trigger step in the Zap Editor (not the Zap Runs).
@Troy Tessalone
Sure thing.
Step 1:
Step 2:
Email
Budget
First name
Industries
Last name
How can we help
Data OUT
Industries
First name
Last name
Budget
@jefromwf
This should explain the issue and how to resolve…
EXAMPLE
Variables from ZapEditor
Notice these include “Text” as part of the Label name
VS
Variables from ZapRuns DATA OUT trigger step
###
Reference this help article:
You’ll need to manually remap each variable, and when doing so, you’ll need to remove the trailing “_text” that’s encoded. EXAMPLE
FROM: {{148114479_last_name_text}}
TO: {{148114479_last_name}}
@Troy Tessalone Oh I see! I’m definitely going to try this out!
A noob question:
I read the Help article, but still a little lost.
Would I have to pull every node that I'm needing to change into a Text Editor and then reupload the new fields into Zapier?
I know I have to create custom pill mapping, but I’m not entirely sure where to do that.
@jefromwf
Try this:
Copy a pill
Paste the value into the browser bar
Remove the _text
Copy the value from the browser bar
Past the value back in the field (it will turn into a pill again)
The test again.
@Troy Tessalone
it doesn’t look like that worked either.
When I added the new pills, the data isn’t being pulled in anymore:
@jefromwf
Have you tested after making the pill changes, then checked the ZapRuns for results?
@Troy Tessalone yup. the screenshots above are from the zap runs with the updated pills.
@jefromwf
At this point, it’s probably best to open a ticket with ZapierSupport for them to help you troubleshoot further since they have backend access to your Zap Runs and Zap trigger data: https://zapier.com/app/get-help
@jefromwf
One alternative to try with Bubble is to send a webhook with the form data to trigger the Zap instead of using the Bubble Zap app.