As many in the Community, I am trying to access nested arrays (properties) from the New Paid Order (Shopify).
I have different scenarios where the properties are not being properly parsed. All the properties of all items being appended to each line item. I really don’t have any control over what properties belong to what Line Item. Looping is not working, Converting Line Item to Text is not giving me the right info and now I am trying to pass the whole payload of the Trigger to the next Action so I could parse it manually but that doesn’t seem to be possible. Is there any alternative that I am missing to be able to access this custom properties coming from Shopify?