Hi Everyone! I'm new to Alteryx and I'm having a problem processing a file where each record spans multiple rows with no common Identifier to tie them together. So I'm trying to give them each a RecordID so I can merge them together in one row later. But I'm having a problem creating the RecordID properly because most of them span 3 rows but there a outliers that only span 2. But they all of them start with the same Row.

I was able to do it if the pattern was every three lines but that turned out to be false. So now I need to base that RecordID on INSRD as the start of a new record. Any ideas?