the formula in Filename Create is "concat('AClist-', outputs('Compose'), '.xlsx')"
Copilot message is below:
It seems that the error occurred due to an invalid file name when creating the file. Check the file name parameter in the 'Create file' action to ensure it follows the correct format and does not contain any invalid characters. Make sure the file name is constructed properly using the necessary dynamic content or expressions.
"Compose: returns the following for the CONCAT
formatDateTime(utcNow(), 'yyyy-MM-dd-HHmmss')
Any recommendations?
Thanks