My e-commerce webhooks come in with additional item details bundled in arrays. I’m able to pull out the descriptions by name, but would like to pull them out simply by order. For example, in my screenshot, if the item is Attendee Name, it maps nicely. However, if the item name is Exhibitor Name, it won’t map. Is there a way to target the data of an nth item? Ideally, I’d like to target these as data items 1-5. See screenshot.
Or, perhaps another alternative could be that I “add” any types of descriptions manually (there aren’t a ton). So could i just write 71. Exhibitor Name and map it to the same Item Options 1 field?
Hi @Alex37
If it is known that the first item would be either “Attendee Name” or “Exhibitor Name”, you can try mapping it with the following method:
If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support| Book Live Implementation
Visit us here
Youtube Channel
No way to get the Nth tho? Or to even just pull variable names?
To do that you shouldn’t be using an Iterator module, which splits an array into different bundles, so you can’t reference the nth item of the array any longer.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!