How to get the comments added by the user from a External task in Action Center

I have added an external task in action center and assigned to a user. User added a comment to that external task. I try to get that comment from TaskData object. But it doesn’t have any property related to comments. I tried using API, even the API response does not contain any details related to the comments.
Is there a way to get comments added to the External Task?

1 Like

Hi

Well there is no direct way to get the comments added to an external task in UiPath.

Instead of comments you ask the user to mention them under Notes field so that you can get that from get task data activity which gives an task object as output and it will haves notes to be fetched

https://docs.uipath.com/activities/other/latest/workflow/get-task-data

that is even possible with api also
Check this out

Hope this helps

Cheers @krishnakanth.k

1 Like

Hi @Palaniyappan ,
I appreciates your prompt response.
I tried with the API, it’s working. Thanks for providing the API screenshot.

I tired with Get Task Data activity, the Task Object does not have any property called “Notes”.
or You meant to add additional field called “Notes” in the Form. So user can enter notes and we can collect it as part of Form Data.

Thanks,
Krishna

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.