Hello everyone, I searched the forum but I did not find the solution to my problem.
I have an excel file which I save in a DATATABLE.
I browse the DATATABLE with the following condition:
If the date is >= today’s date, I have to add it in an array to be able to delete it later because I can’t use the “delete a row” activity in a foreach
I used the “add to collection” activity but it still returns me the current items
I would like to be able to add these elements in an array to make a filter later in my datatable and to remove the dates which are not >= to the current date