Hi fellow PA veterans,
I have been trying to create a flow where I like to send out overdue reminders for unpaid invoices.
How do I achieve the following condition:
If ( invoice due date (SP List 1) = calculated due date (initialise variable)
AND 'invoice status' (SP List 2) = 'incomplete',
Send email out,
do nothing )
More details:
In SharePoint List 1, I have 'invoice numbers', 'invoice due dates' and 'email address' saved
In SharePoint List 2, I have 'invoice numbers' and 'invoice status' saved (where 'invoice status' = Complete/Incomplete)
I used 'Get Items' action to get invoice due dates from List 1 to calculate the date. I also want to get 'invoice status' from List 2 and use it as a condition. I also need to link/look up the invoice number so that Power Automate knows Invoice #12345 in List 1 = Invoice # 12345 in List 2.
Visualising my flow in the image below:

Thank you for taking your time reading my post.