Since upgrading from 5.4.4 to 5.5.0 I’ve noticed that when a column name is changed downstream, if the Joiner node (and maybe others?) uses that column for the matching criterion, then it shows the missing column as:
(MISSING) __regular__ColumnName (where ColumnName is the missing column)
I’d expect to see:
(MISSING) ColumnName
I don’t know why it has prepended it with regular - that’s not something that exists in my workflow.
the __regular__ prefix is an internal marker that distinguishes “regular” columns from “special” ones like Row ID and Row Number (because there could also be columns with those names). It shouldn’t be shown to users. I’ll inform the team responsible for this part of the code. Thank you for reporting this!