I have a Sharepoint list that has a date field in "MM/dd/yyyy" format that needs to be exported into an excel sheet. I am using add a row into a table function and am able to see the date field value in the input section of the function but not in the output section. There is no error in the flow, just that the date field is being completely ignored.
Example:
The input section of the add a row into a table function
"Type": xxxxxxxx
"end date": "06/02/2022",
"Time Type": xxxxxxxx
The output section however, ignores the date row altogether.
"Type": xxxxxxxx
"Time Type": xxxxxxxx