I am about to use the Lookup Data Table activty in which I have to put in the columns’ names I am targeting. The problem is that the Excel file has no column names. The data starts at the 3rd row. I am also not allowed to change the file, because it is being used by other people.
Is it still possible to target the columns somehow?
You cant perform a edit operations because it’s being used and if you try to open it up then it will be opened as read only. so let file be released by other user.
if you’re sure that data always start from 3rd row, then you can use write cell activity to type value.
@adi.mehare
I looked it up on Studio but in the properties there are column names and rows requested. I need to find my data dynamically. So sometimes it is row 5, sometimes 13 etc.
Here is a screenshot