HI,
I am trying to trigger email on the basis of share point list data, where i am using different columns.. But for email, i am using 2 column for condition of email
1. Due Date column (Date & Time Column)
2. Status (Choice Column)
if due date is matched with current date and the status of column selected as not received, email should trigger.
i am trying with compose function
1. formatdatetime(utcNow(),'MM-dd')
2. equals(triggerBody()?['Status']?['Value'],'Not Received')
with 1st condition, i am able to run email. but with adding of 2nd condition , it's not running. Ansd i facing issue with flow
any suggestion.
