I am struggling to use the delete list item activity in UiPath,
I do have already a for each for the condition needed.
And when the deletion started it will delete all items on my sharepoint list.
I have get list item
And then For each if current date = 1 of current month
Then delete the items that has a date from previous month
But on my delete list activity I am encountering an error “an unspecified error”
My filter is like this
ID equals ConvertTo.Int32(row(“ID”))