wibbler
Member
I have a workflow that takes an order from Shopify and processes it. The order could be for anything between 1 or 5 items, each with different SKUs in the Shopify API.
As I have to check for 5 items every time, most orders will throw errors because there is less than 5 items.
Is there any way to say "if this doesn't exist, skip this action"?
As I have to check for 5 items every time, most orders will throw errors because there is less than 5 items.
Is there any way to say "if this doesn't exist, skip this action"?