Hi,
A brief outline on what I’m trying to make, we have a site attendance software which gives us a csv file once a week with everyone’s sign in and sign out times and location. I’m trying to make an automated solution that takes this data, organises it, calculates the hours and places it in a word template.
I’ve got as far as putting the details in the fields but I’m completely stuck on a date format issue that I just can’t figure out.

This is the format the dates come through as on the CSV, they are set as a “Number” field, this obviously can’t be edited as this is the format it comes in.
From ChatGPT’s guidance I’ve tried to take the field and turn it into a date using formatDate in DD/MM/YYYY so I can put it in the “Date” field on the word doc and then take the time seperate to store as the “sign in time” but I just get constant errors of it not accepting the format, saying it isn’t a date.
Above is the error I get every time I run it,
Would anyone be able to help me with this project and get it complete? I’m new to make so would really appreciate any help.
Thanks


