I am trying to create a dynamic excel file that stores data from a column respectively.
For example in my ListofJobs excel sheet, under the Job column, I would need to extract the row information that contains the job “accountancy” into a new excel file titled “accountancy” together with its information in it.
You can use filter datatable activity. In the filter property provide the column which you want to filter anddynamically pass the value from the excel to filter( use a for each row in datatable).
Then use write range to write thefiltered data to new excel( use Use excel activity and pass the name of the required excel, enable the property create file if doesnt exist)