Hello Community,
Im new to PA world and i'm having hard time to make my first flow.
The plan is to automate reporting from shared mailbox. The metrics that i need are :
For the inbox :
- Total number of mails
- Number of unread mails
- Number of flagged mails
- Number of mail categorized 1, 2, 3...
- Number of mail received today...
For the sent item box :
- Total number of daily sent
- Number for mail sent by worker 1, 2, 3...
Lot of metrics.
For now i have various Outlook HTTP requests on the mailbox and it work to get almost all details but i'm stuck to get the proper details with parse JSON.
My idea is to make only 1 request on inbox and 1 on sent box to cover all my needs without multiplying requests...
Is it possible to count this values without array filter ? What will be the easiest method to do that ? All advices are welcome.
(for the record, i use Workflow from Teams)
Thanks