Hi team,
I am using the Record ID to create the sequence generator, by setting the initial value. This we are using as a unique key for inserting records to table.
But the problem is each time the workflow runs the same Record ID value is creating, I want the value to be changed each time the workflow runs. means
if the workflow runs 1st time for 10 records then the last Record ID value is 10. when the second time same workflows runs for the different set of records
then Record ID should start from 11 onwwards..
Please guide me how to achieve this.
Regard
SMANE