
Announcements
Hi All,
I can successfully download the attachment and rename it by using this express "formatdatetime(utcnow(),'ddMMyyyy')" plus .xlsx at the end. However, if I want to rename it like "Sales Record" plus above expression pls .xlsx at the end. The file will not able to load after rename. Anyone have ideas how to download and change the file name. Thank you.
Hi @KH_Mike,
Could you please show me your flow and tell me how you rename the attachment name?
Have you tried to use the concat() function to concatenate the strings?
concat('SalesRecord',outputs('Compose'))// save your previous name within a compose