I am stuck on MODULE 4 (to be specific, in here RecordID: fetch the UserrecordID field from MODULE 1)
below is the full steps.
Add a new Airtable (Update a record) module to update & collect the data that was created in the previous modules. In Airtable, make sure you have created the columns “Stripe account ID” and “Stripe account url”. If you create them now, please refresh the module so it displays all the columns in your table.
Table: Users
RecordID: fetch the UserrecordID field from MODULE 1
Stripe account ID: body: id (from MODULE 2)
Stripe account url: body: url (from MODULE 3)
Hey there, I have fully integrated Stripe using her guide so happy to try to help out. What is not working for you? Are you not sure how to fetch the record ID using make?
Hi Nilson, sorry for getting back to you late. It isn’t working because of the extra “” around the key. The way that it is in my screenshot is working for me
I was wondering how one would update records, push the updates to stripe then back to airtable. I have some scenarios setup with airtable watchers but I don’t think watchers (time interval based integrations) are the best way to do this.