Hey Anil_G,
Thanks so much for your helpful responses! I really appreciate the insights you’ve shared.
I’m working on a solution to handle Action Center efficiently for large amounts of tasks. I’d like to streamline as much as possible directly from the JSON (through API requests), instead of doing things manually in Action Center.
I’ve got a few follow-up questions I’m hoping you could might help with:
- Displaying Assigned User in Pending Tasks:
In the Pending tab, I can see tasks, but I need to click each one to see who’s assigned. Is there a way to show the assigned user directly in the list? - Automating Task Tagging via API:
You mentioned adding tags to tasks. How can I do that programmatically using the Swagger API? I’d like to automatically add tags like “Extractor” or “Classifier” based on the task type. - Efficiently Assigning Multiple Tasks to Users:
I’ve got 300 tasks that I need to assign to 3 employees (100 each). What’s the best way to handle this in bulk? - Editing Document Type Names in Document Understanding:
Is there a way to edit the names of the document types I’ve defined in Document Understanding? I haven’t found an option for this and would like to modify them if possible.
Thanks again for all your help! Appreciate it.