AP 5.5.0 Win11 - Bug with __regular__ being added to columns when missing

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.

1 Like

Hi @ajackson,

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!

– Leo

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.