Hi,
I am using the Schedule API workflow on a list functionality. Is there a prescribed or preferred way to know when the last element in a list has been processed? I was thinking of passing the :count of the list as an argument to the API call and keeping the index of the list item being processed in a table, but it looks a bit overkill to have to access a database to keep what in more common languages is the iteration variable in a for loop.
Suggestions are welcome!