Hi Guys,
I am going to be honest that I have been using Copilot to do this and stuck at a part that I am not confident Copilot know what it is doing :)
I am trying to create an excel file on a SharePoint Site and email it based Power Apps trigger, below is the flow I have so far.
All help greatly appreciated
if(empty(triggerBody()?['date']), '', formatDateTime(triggerBody()?['date'], 'yyyy-MM-dd', 'en-GB'))
outputs('Compose_–_ISO_FromDate')