Hey, all I have three data types I’m working with in a recursive backend workflow
Product
Merchant
Price
I have a recursive workflow that creates a new product as well as a price. I then run another workflow via schedule API to do a price calculation to set the lowest price from merchants.
This price calculation sets the lowest price from various merchants. This also works great! But here is where my issue starts. I would like to set the Datatype "products’ lowest price = to prices price
This is the second to last step in my “Products” recursive workflow. Currently, everything else works. This returns nothing.