Hi, I want to show Form dates like 'dd/MM/yyyy'. I have multiple date fields on Forms and I will get next error on power automate if I let some date field to empty on Forms.
Unable to process template language expressions for action 'Condition' at line '1' and column '13822': 'In function 'formatdatetime', the value provided for date time string '' was not valid. The datetime string must match ISO 8601 format.'.
It works perfectly if I fill all date fields on Forms.
My date fields looks like this
formatdatetime(outputs('Get_response_details')?['body/rcc776c322f2247e2a45f2c62cd23dc74'],'dd/MM/yyyy')
How to get it working if I let some date field for empty?