How to format date:
formatDateTime (triggerBody()?[‘Date_x0020_of_x0020_Actual_x0020’], ‘MM/dd/yyyy’)

or

formatDateTime(items(‘Apply_to_each’)?[‘DueDate’],’M-dd-yyyy’)

How to format date and time:
formatDateTime (triggerBody()?[‘Date_x0020_of_x0020_Actual_x0020’], ‘MM/dd/yyyy hh:mm tt’)

How to add a link:

Go to code view and insert Link to item with proper html anchor tag.

Back to top