Sorry, this may have been answered already, but I cannot find it in the forum.
Is there a way to ensure that a Scheduled Workflow API on a List processes the records in the list fed to it in the sort order that the list had when created?
My workflow needs to write the result of the records processed in a very specific order but is not doing that. Even though the list fed to the workflow is sorted the way I need it, the workflow seems to processing the records in a random order.
Many thanks!