Hi All,
bit of a complex one, so let me set a scene - I have a current powerapp that is used as a quoting tool for my companies salespeople, and it works fine. for every quote raised ,each line item is patched to a sharepoint list as a sort of log, this list contains the following:
- the users name (as a single line of text)
- the date of the quote
- the cost price of the quote item
- the sell price of the quote item
what i'd like to do in power automate, is essentially run a scheduled cloud flow, wherein on the first of each month, it filters the sharepoint list, analyses the filtered table to produce the top 10 users (in terms of gross profit,{so sell price - cost price}) and send each one a thank you email with their line manager in cc.
if someone could help me work out how on earth analysing the data would work, that would be super helpful!