Hello Community
I have built my first automation where I save email attachment to SharePoint using "When new email arrives (v3)" trigger and "Create file" action. I would like to modify the file name uploaded to SharePoint, currently I used Attachement Name (dynamic content) just to replicate it's name, but going forward I would like to modify it like Report_name<date>. Is it possible to achieve? Secondly I would like to get Teams message if file is not uploaded for any reason, how this can be done?
Solved! Go to Solution.
@UltraMagnus yes thats the issue, please use below expression, it should resolve the issue
substring(outputs('Compose'),lastIndexOf(outputs('Compose'),'.'),sub(length(outputs('Compose')),lastIndexOf(outputs('Compose'),'.')))
That work perfectly, thank you very much for all help!
User | Count |
---|---|
88 | |
37 | |
25 | |
13 | |
13 |
User | Count |
---|---|
121 | |
55 | |
36 | |
24 | |
21 |