I am trying to assign a new ID within pipelines using an interval so the first record is given a 'new_ID' of '1' , the next record is '2' , '3' andso on..
This is a simple ability in FME using the Counter transformer - has anyone been able to replicate this functionality in Data Pipelines? Using Arcade I can only reference the 'record' variable so this is limiting .