Hi all
How can I define a variable which can be used instead of “A”, “B” etc. indicators of columns in “Write cell activities”?
I would like to use name of headers as indicators so every time I change headers name, add or remove column “Write cell activity” would work. I desperately want to get rid of the “D” index
Use lookup range activity with the column name and it will return the column index. Use the substring method to pass only the column index to the write cell activity.