Hi <@U03HQ088UKY> - I have a sales order sync wher...
# integrations
s
Hi @Tyler Lamparter - I have a sales order sync where I want to check that the sales order doesn't already exist. I was planning to use a lookup into Netsuite and Additional Search Criteria. However the JSON can cover multiple orders. For the 'additional search criteria' is there a way I can see what resources are available or have an array index? Alternatively, is there a more elegant way to do duplicate avoidance? Many thanks,
t
I typically just use this
But I'm confused by your statement that "However the JSON can cover multiple orders"
s
Ah... great
It's an extract from Shopify that will return an array of order objects
t
you should specify a path to records on your shopify export
so then each order is treated as a record
s
Magic!