I need to read the data from a column, but the column ends up changing its index, in an excel it is in N3, in another one in N3, so I’m using the Find/Replace Value to filter by the content of the first line that would be the header, however, when putting the result of find/replace value in my read range it ends up reading all other columns as well.
Note: For some reason it takes a long time to read the column from the find replace value result
I did what you said but it generated the error: Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation to run. Check that the workflow has compiled.
Also, in my assing there is nothing referring to regex when I write, should I download some library or something?