Hello!
I’m working on my first zap, which is intended to connect my Bubble.io application to my Donordock account. The Zap is triggered by a form submission in Bubble.io, which sends over basic user information to create a new donor contact in Donordock.
In testing, I’ve been able to successfully grab all contacts that I’ve sent over from Bubble.io and render the data.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/105a224c-843d-4477-9e34-1ee871d59434.png)
The fields appear to map over in the configuration of the action step. And upon testing, a new contact is created in Donordock with the expected details.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/bf06a5c2-63c3-45ab-9414-b0de9ddb858d.png)
Once the zap is published and triggered, the data still appears to come over from Bubble.io just fine.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/1fa193b6-496b-4667-8d52-81f2ef6197a2.png)
However, the data doesn’t appear to pass onto the action step, and ultimately - a blank contact is created in Donordock.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/32375602-7e36-4d5a-b54e-f031e7a4e7fb.png)
This is my first attempt at a Zap and I feel like I’m overlooking something obvious. Any help is appreciated!