I have two tables in a one to many relationship.
DEALS (one) - INVESTMENTS (many).
In the DEALS table, I have a column called ACTIVE DEAL (yes / no).
In the INVESTMENTS table, I have a column called CLOSURE DATE
I need to create a flow that will check, and update if necessary, the ACTIVE DEAL column of all the records in the INVESTMENTS table. To do this, all of the CLOSURE DATEs of the deals under the investment must be checked; if none of the dates are blank anymore, then the active deal field in the Deals table should be updated to No.
I can't get my head around it.
Could someone please point me in the right direction.
(I am new to Power Automate).