Custom Action Order Item

Hi,

I’m creating an ordering app. At the end of the order, after payment, I want to send all the informations about the order to Airtable with custom action.

I can send all the informations except the list of the order items. It’s because my order items is a relationship property. How can I do that please ?

Thanks in advance

did you have any luck as I am having the same issue

@Cre8ive I think @Nico21 already made it to work.

Here’s what you can do, instead of sending everything after checkout, send the cart items as they are added to Airtable with a linked record to Cart ID. Upon successful checkout, update the Cart ID to checkout= True.

This will avoid issue with sending multiple rows of data at once