I deleted completes tasks from Action Center, but when i use Get Form Tasks it is still get the old ones, deleted ones. Now i have a single task in Action Center but still this action download all of them.
I need only this one
I think the status is Complete not Completed. You can include the status in the Select query and check the status of all the tasks and then change your filter condition accordingly something like Status in (‘Complete’, ‘Unassigned’). Please refer https://docs.uipath.com/activities/docs/get-form-tasks for syntax and usage.