Hello,
I currently use two functions the first one to get the modified date and then format it, is pretty straight forward. The second one, not so much.
Function #1: convertFromUtc(outputs('Get_file_properties')?['body/modified'],'Eastern Standard Time','MM/dd/yyyy hh:mm tt')
Function #2: concat('ApproverName: ',item()?['responder']?['displayName'],variables('strBreakline'),'ResponseDate: ',item()?['responseDate'],variables('strBreakline'),'Comment: ',item()?['comments'],variables('strAllResponses'))
The output of Function #2 is:
Notice the ResponseDate isnt formatted as will happen in Function #1.
How can I use convertFromUTC in Function #2?