I am building a workflow to delete documents that are 7 days old. Have tried using "Delete Item" and "Delete Multiple Items".
I have a field in the list that calculates the created on date against the current date to get the number of days old. Also have a calculated yes/no field that says if the number days old is greater than or equal to 7 then delete = yes.
When I do a "For Each" action with the "Delete Item" action filtering on items in the list where days old greater than or equal to 7 or delete = yes, one item is deleted even though there may be several that meet the critera.
When I use a "Delete Multiple Items", all the documents are deleted regardless of the specified criteria.
What am I doing wrong here?
