I am trying to create an Excel worksheet and write the current date as the sheet name.
I am using the formula to get today's date: formatDateTime(utcNow(), 'yyyy-MM-ddThh:mm:ss'), in a Compose, and then writing the output to a variable 'Date'.
I then use a create worksheet and use the 'Date' variable as the Name selection for the worksheet.
I am getting the following error though -
Can anybody help me with this? Thanks 😊