Hello,
What exactly does the Alteryx Auto Field / Select Tool do?
I read a document from Smartsheet.
Case scenario #1: it automatically coverts values such as 1235abc into NULL and only keep values that does not have characters (all numeric)
OLD COLUMN ROWS
123
122ccd
332
NEW COLUMN ROWS
123
NULL
332
Case scenario #2: it automatically coverts values such as 1235abc into 1235
OLD COLUMN ROWS
123wqq
122ccd
332_ret
NEW COLUMN ROWS
123
122
332
the difference between case #1 and case #2 is that case #2 has a character appended on all values of row.
Does anyone know what exactly or "could be" happening?