I have a workflow that calls a sub-workflow and processes the detail records of a transaction. Is it possible to use Service Connect to increment a specific field in the detail records for each record as I process them?
If so, how could I do this?
I've tried to store the count in both a process variable and a message extension but, in short, the value of the process variable is reset (in my case to 0) each time it processes a detail record. So, instead in increasing the number for each record, the value of the field I want to increment for each detail is set to 1.
If so, how could I do this?
I've tried to store the count in both a process variable and a message extension but, in short, the value of the process variable is reset (in my case to 0) each time it processes a detail record. So, instead in increasing the number for each record, the value of the field I want to increment for each detail is set to 1.