09-08-22 04:04 PM
Take an Excel file with (Columns: Name, Employee ID, Email, Date of Joining), Fill 50 rows with random data. Using BP, filter the excel file to get those data whose date of joining is after Jan 01, 2022. (Do this without using collection manipulation).
Application Excel.
How to extract the extract the application excel separately and above description separately, as while using get received item(basic) entire message get stored in body. i need to extract application line separately and above message separately.
09-08-22 04:24 PM
From what I understand, do you want to capture all the lines above January 1st correctly? You can use the loop by validating whether the data column is above January 1 if yes, add in a separate collage,
You can also loop negative if you will not use the remaining data, if for less than January 1, delete the row so that the original collection contains only data where the Date is greater than January 1
Rememberthat you can also filter by excel, via VBO, copy the filtered result and move to another worksheet
------------------------------
Emerson Ferreira
Cons, Intelligent automation
Avanade Brasil
Recife
+5581988869544
If my answer helped you? Mark as useful!
------------------------------
09-08-22 04:34 PM
09-08-22 04:34 PM
09-08-22 05:27 PM