Wix Form to Airtable

Status: Closed · Asked by AmandaWH on · 0 views

AmandaWH — Question ·

So ... I have a Wix form, trigger is a webhook, data comes in. I need to:
1. Find out of the contact is already in the database

  • if not add contact

2. Find products the form references
3. add record (with new or existing contact, and the products requested)

I've set up the router to deal with if the contact is found, I'm trying to add the products to the form as an array, so that the products will be added as two separate items. but it doesn't seem to fin the array in the Wix data.

But I don't have anything set up with Mapping yet - is that what I'm missing?

Arshita — Reply ·

Hey @Key Berry

To receive the response in an array form, kindly enable the "Simple Response" option. Once you have captured the response, make sure to set the router condition correctly.


To understand how routers work in Pabbly Connect, I recommend watching the following video tutorial:

youtube.com/watch?v=6XDASZVv3tw

AmandaWH — Reply ·

Thanks, I'll take a look.

AmandaWH — Reply ·

Oh, I do have the simple response triggered already.

Arshita — Reply ·

Please Disable the Simple response and then try to recapture the response again.

Back to all forum threads · Log in to reply