Hi All,
Is there any option to populate the max of record ID as a new field? For eg, If the input data contains 222 records, I want a new field hardcoded with the max of record id '222'.
Solved! Go to Solution.
@Vivek007ktd You can use the summarise tool and take the max of the RecordID field and append with the append tool
@binuacs Thanks for the help :)