I have a flow that produces an HTML table. One of the date fields is throwing errors I believe because of a null value.
The field is currently
I tried using several variations but can't get the syntax for @empty to work.
Can anyone help me with the correct syntax?
Thanks
Hello @astrontelstar ,
I'd try it as below:
if(empty(item()?['cr014_scheduledtoship']),'',formatDateTime(item()?['cr014_scheduledtoship'], 'M'))
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492