How do you plan an entity

0
Hi We have a database full of orders. I want to make a microflow or something that will automatically plan the orders that meet certain requirements. How do I go about doing this? Because I have no idea. Help is much apprieciated thanks
asked
1 answers
0

Hi Simon,

 

you can use a Scheduled event if you want to automatically, at a certain interval, check these orders.

Using the retrieve from database, you can use a xPath to set conditions for the orders to retrieve. You can then iterate over this list and change the orders correspondingly.

answered