Zeroic
7
I get it now - thanks for the details. You would ideally need to put this API call in your apitest workflow. Just keep in mind that you’re scheduling this on a list so better to be careful with the list size and whether you need to keep calling the API again and again.
In case you don’t need to, I’d suggest having a master/slave kind of implementation. Where the master backend workflow contains the first step as the API call, the second step as a SAWOL (the slave workflow) and third step as a recursive call, calling the master workflow again after a fixed interval in time.