Monday
Hi
Is there any easy process to build, or even a template process to extract queue report data from Blue Prism into a SharePoint list. With the intention of using this SharePoint list to create a high level dashboard (time saved, cases worked etc.) with the wider business.
Regards
Tuesday
Hi @joeknibbswm ,
Check if these steps are helpful to implement,
Through Blue Prism Process
1. Create a process and schedule based on your requirement like end of the day
2. Based on requirement to append only particular queue or all queues of that env
3. Get all queue data for that particular day
4. Append the list item in share point through HTTP - Post method
Power Automate - cloud flow
1. Create a flow with schedule or trigger
2. Using SQL (connection) excel get rows
3. for each loop (SharePoint create item )
Regards