properties:
1:
name: _evey:attendee:1:1:firstname
value: John
2:
name: _evey:attendee:1:1:lastname
value: Doe
3:
name: _evey:attendee:1:1:email
value: johndoe@gmail.com
4:
name: _evey:attendee:2:1:firstname
value: Jane
5:
name: _evey:attendee:2:1:lastname
value: Dough
6:
name: _evey:attendee:2:1:email
value: janedough@gmail.com
I’m getting this structured data from a shopify order.
I want to create an account for each of the attendees in another service.
Is there a way to extract the data in a way so that I can loop through the attendees?
Thanks for any help!