I have a process that refers to a specific excel column header in several places. I’d like to be able to manually change the column being referenced using a variable.
For example, “Column A” is used three times throughout my process. By replacing “Column A” with {active_column} variable I can perform the process on Column A, Column B, etc. by changing the variable.
I created the variable and given it top-level scope. I have tried using the “Use variable” option in the Expression editor but it inserts the variable as plain text. I have tried using curly brackets.
A couple of examples of what I need help rewriting: