Hi to all, if possible I need your help,
I have created a flow for save attachment from an incoming mail in a sharepoint folder,
flow work great but have a issue when the attachments are 2 or more, for example the attachments of mail received from an iphone are named all image.jpeg.
The flow recognize them but in the new folder I have only one file image.jpeg create by flow, I think the cause is the overwriting.
How I can rename all the attachments before this are created ?
It's possible rename all the attachments and have a new name as 00001.jpeg, 00002.jpeg, 00003.jpeg....
Thank's for help
Top you are the man 😉
Hi @ThommyPrez ,
Please try:
concat(split(item()?['name'],'.')[0],'-',string(variables('A')))
split(item()?['name'],'.')[1]
Best Regards,
Dezhi
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1