Hi all,
May I know how to achieve the following
For every runtime the process should get a value (starting any number) and should increase by 1 for each run
Can any one give ideas please
Thanks in advance
Hi all,
May I know how to achieve the following
For every runtime the process should get a value (starting any number) and should increase by 1 for each run
Can any one give ideas please
Thanks in advance
Hi @saritha
Somewhere in the config sheet, you can define a key & fix the value for the process, you can do this for the first time.
Everytime when the process runs, you can include a sequence to access the data from that place, increment it by 1 & write back to the same place.
By doing this, you can get that data to keep incrementing everytime the process runs.
Hope this helps,
Best Regards.
hello @saritha
While running the loop or something provide the scope of the variable to that loop only if you go out from that loop and again enters then it will resets to original one. and if loop incremented anything inside it that value only valid till that scope only.
Hop it solved your doubt.
Best regards.
you can use get asset and set asset activity and store your value into asset .
so that you count will remain in orchestrator and you use in multiple run
Hi @saritha Below are few thoughts
PossibleCase1:
PossibleCase2:
PossibleCase3:
If you are using re framework then you can use transactionnumber variable which works in the same way
Cheers
Thanks all for the responses