
Announcements
The language I have tests if equals a null then do nothing else formate the date.
if(equals(outputs('Document_Requests')?['Record_By'],null),'',formatdatetime(outputs('Document_Requests')?['Record_By'],'MM/dd/yyyy'))However, the end result is wrong. Here are screenshots showing that the data exists, yet it is returning nothing.
Even the HTML table recognizes the data exists, yet it returns nothing?
Query results shows the data exists
Query SQL shows the data exists
Exporting flow and reimporting fixed. I know better... I should have tried that first