I am trying to use information captured in a SharePoint list to populate a word document. One of the fields in the template is the 'Date Received', which is recorded in PowerApps and then uploaded to the SharePoint item.
If I just enter the 'date Received' dynamic content into the word template, it shows in format yyyy-MM-dd, and I want it to display either in long date form or dd/MM/yyyy. I have already tried the formatDateTime function, but for some reason it wont let me select the date received in the dynamic content - it wont even show up. See below, where I have added compose as the very first step:

I have already tried initialising a string variable that just contains the date output, though this automatically jumps into an 'apply to all' scope for some reason, and then I still cannot select the variable from dynamic content when trying to compose. I can compose within the 'Apply to all' scope, but then again still cannot use the output when selecting from dynamic content in the populate word doc action.


(note the file path output is unrelated)
Any ideas on how I can convert this date value to appear in dd/MM/yyyy format in my word doc??