I have a list and everytime a specific value is changed to a specific value in that list, the power automate should add an attachment (Template) to that item. For testing I just picked a random file from the sharepoint, but later it should be a word template.
The flows runs only once...after that I get this failure:
Would be great if anybody could help me.
Hi @peter12345,
As far as I am aware a file name of the attached file needs to be unique. If you want to attach the same file a second time you will need to give it a unique name.
If your try to attach the same file multiple times via the add attachments button in the interface I am pretty sure that won't work either 😉
Try to make the File Name unique by adding for example a date time stamp in the name.
Below is an example
Report_@{utcNow('yyyyMMddHHmmss')}_@{triggerOutputs()?['body/Title']}_@{triggerOutputs()?['body/{Name}']}