Here's the scenario, I've built an Expense report App using PowerApps , that's using SQL Server as the DB. Each Expense Report can have multiple Expense line items and each expense line item could have a different person approving that particular line item.
I'd like to send out an E-mail for each Expense Report to all the approvers (one for each line item) that have not yet approved the specific line item.
While I've already done all the filtering etc. What I need help with is as follows:
1. Send one e-mail for each expense report
2. Create a string of distinct approvers for each expense report
So that I can get an e-mail for each Expense Claim, addressed to each of the unique approvers for all the line items in the Expense Report.
Any help would be greatly appreciated.