Hi Guys,
I have a problem with flow with a condition, the flow check the number of date that users selected (using switch) and then the flow check the Date in form with date+30 days, then if the condition is true create the event to users.
then I got failed on condition after every run.
see attached screenshot


My expression code is
formatDateTime(items('Apply_to_each_2')?['End_x0020_Date'],'d/M/yyyy')
is equal to
addDays(utcNow(),30,'d/M/yyyy')
Thank you