I am adding files to a document library and part of the file name includes a date: e.g. EmployeeName_documenttype_20250416.pdf. I have used the split function to split the employee name, doctype and the date, and have an output of "20230701" for the date, but now I'm struggling with getting "20230701" into a date format to populate a "Document Date" column in my library. I've tried formatDateText, parsing the JSON and the concat function but always a different message and seem to be going in circles. How do I need to modify my Compose 1 to format the date, or maybe I need to add an action between Compose 1 and Update File Properties?