Make Sure Robot executing the “Get Form Task” action has the necessary permissions to access and retrieve tasks from the Action Center. Verify that the Robot is assigned the correct role in UiPath with the required privileges.
Check if the filters are set correctly to match the tasks you want to retrieve. eg. “Status in (‘Pending’, ‘Unassigned’), and Priority eq ‘High’” .
3.if you want to retrieve completed tasks, set the status to “Completed.”
Are you sure that your use case is supported in the Community Edition??
If you’re using an older version of UiPath, consider updating to the latest version as it may have bug fixes and improvements.
6.Refer to the official UiPath documentation and tutorials to ensure that you are following the best practices and guidelines for working with the Action Center. https://docs.uipath.com/activities/other/latest/workflow/get-form-tasks
witht the current setup, I am able to retrieve the form data for a specific task using get task data (So i think required previleges are in place, but failing to retrieving using get form data.
For Version: UiPath Action Center is integrated into UiPath Orchestrator starting from version 20.10 and later. so make sure you are using supported version.
Check if you are using correct form ID or form key when using the “Get Form Data” activity. It should match the task for which you want to retrieve form data.