how to check if value is a date in Power automate desktop
Hi ,
Since Power Automate doesn’t have an IsDate function, if you need to determine whether a value is a date, you might consider using the ParseDatetime function to parse the value. If it results in an error, then the value is not a date.
Here is my flow:
parseDateTime(outputs('Compose'))
Result
Best Regards,
Bof
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.