When i edit details of country,Clientname, project, billing Entity manually in temporary document library as per below flow then file is getting copied from temporary document library to different document library successfully.
My issue is when email is getting triggered i need to trigger emails to only approvers based on billing entity from access lists so i am maintaining Access list where i store approvers emails and billing entity details so i need help in how to get approvers from access list and check for billing entity name too such that only respective billing entity approvers would receive emails.
Thanks in advance.
Temporary document library
Access Lists:
Trigger condition in when an item or a file is modified
@and(not(equals(triggerOutputs()?['body/Country'], null)),not(equals(triggerOutputs()?['body/ClientName'], null)),not(equals(triggerOutputs()?['body/Project'], null)))