I'm working with some older workflows that use generic field names like F1, F2, F3 because they are considering the data at a specific "Start Data Import on Line" number and the "First Row Contains Field names" is unchecked:

With a recent patch (I assume), the generic field references are now Field_1, Field_2, Field_3, etc. and it's causing all sorts of problems with the existing tools that are looking for the F1, F2, F3, etc.'s.
We're going to ignore the fact that I'm sitting on v2023.1 for the moment 😅
Does anything know of a way to force these to go back to the F#-style or do I need to revise the workflows to conform to the Field_# style...