Hi,
I'm enable to match the the date value coming from sharepoint lookup field with the current date.
below is the formula I'm using in condition 2
@equals(formatDateTime(item()?['Name_x003a_DOB']?['Value'], 'MM-dd'), formatDateTime(utcNow(), 'MM-dd'))
it always goes to false state if even after the data entered in sharepoint is right.
Kindly help.