I have an input of an unknown number X columns, of which I always want to select only the 2nd last column. The column names will be different each time I do the operation. Is there any way to accomplish this in Alteryx? I imagine it would have to be through some sort of referencing to column indices (Think listName[-2] in Python).
Thanks in advance!