I have a backend workflow setup to create products from Shopify’s API if they are new (i.e. Product ID is not already in my DB). This step work fine.
But I then want a 2nd step in the workflow which says if the product already exists in Bubble DB (using the Product ID as the identifier) and it has been updated in Shopify (using the Updated At field returned in the API), then update it. I can’t get this second part to work properly.
Where am I going wrong?