Hi,
I have an application in which everyone creates Project information for a client Like this:

Every user's email is recorded who ever creates a Project Record and they enter a Project Creation Date.
I want to automatically email that User after 6 Months of Project Creation Date (which is like 184 Days after the Project Creation Date) of that user.
I am confused if the user have 2 records which record will be sent in the email... I am stuck in creating the flow.
Any Help

Left Side Formula in Condition
formatDateTime(item()?['ProjectCreationDate'], 'dd/MM/yyyy')
Right Side Formula in Condtion
formatDateTime(addDays(item()['ProjectCreationDate'], 184 ,'dd/MM/yyyy'))
Is there any mistake in the expression or Flow ?