Recursive Workflow help 🙏

Hi !
It’s not very clear on what principle you are organizing the products.
But as an option, I would suggest -

  1. Create a reccuring event in Backend WF
  2. Create a separate data type Ranked Products with fields (First product, Second product, third…).
  3. In the reccuring event, create an action - Create/modify a Ranked Products (depending on the functionality required) and in it change these fields:
  • First product = Do a search for products: sorted/filtered :Item #1
  • Second product = Do a search for products: sorted/filtered :Item #2
  • Third product = Do a search for products: sorted/filtered :Item #3
  1. Create a draft button on any page on which you set event - “Set reccuring event” / daily. It is not necessary to send a value to it in this case. If you need it at 23.59, then in the Start date field - current date/time: change hours to 23 : change minutes to 59.