Can we put some unique identifiers for each column in alteryx?

like this?

My requirement is i need to loop through each columns, to check if a value is present in it or not. I'll be having a different column order each time.
What I'm thinking is, If we've unique identifiers for each column, we can take 1, check for a particular value. If not present, check in 2.
Is this possible?