Hi
I hope someone can provide a tip here . I am using the items/search api to retrieve some documents based on a date attribute for documents that are for example insurance policies that have an expiry date. The idea is to have a workflow that runs the api and retreives all documents that are due to expire. The issue I have is how to extract multiple documents and process or loop thorugh each one in turn. In ionapi when I run the query I get a list of all docs , but in workflow I only get the 1st document, so not sure how to get the next etc. The documents in this case are already added so are not triggered by a sync bod where I can trigger a workflow on each document, I am just querying IDM to get a list of documents and then I need to send a task for each or even a task for all of them if I can list them in the task somehow.
Thanks !