How to retrieve completed form tasks that are available only in the Action Center and not deleted?

While using the Get Form tasks activity to get completed tasks, it obtains complete tasks list which includes removed tasks from the Action Centre.

Issue: While using the Get Form tasks activity to get completed tasks, it get completed tasks list which includes removed tasks from the Action Centre.

Resolution: There is a parameter to add to the filter, which is IsDeleted, that helps to remove the deleted form tasks from the list.

  • Add the following expression to the Filter field in Get form tasks Activity.

"((Status eq 'Completed') and (IsDeleted eq false))"