I have a simple flow to create a Planner Task that is triggered by a form (Cognito Forms) that at times can have multiple attachments I want linked in the task.
I am receiving the following error in the Update Task action of Key with path references.resourceLink is duplicated. Duplicate values are not supported.
The attachments are fetched from a SharePoint list and it only contains two png files with different names (image & image2) but the references resource link is producing 3 URL's two with the same name - why would it be creating a duplicate?
OK so it works in the Web Version in Teams but not the Desktop - Kind of makes sense.
Thankyou - that's odd as I am logged into Teams using the same as the connector in Power Automate. I will have to investigate further.
Hi @UluruRob :
I've made a test but did not encountered the problem you mentioned.
I guess it may be caused by permission problems(because AbsoluteUri requires authentication), It is recommended that your connection and planner use the same account to log in.
Best Regards,
Bof
Thanks - That worked to get rid of the duplication and successfully attached the attachments, however I get an error now when trying to open the files on the task in Teams, any idea?
Hi @UluruRob :
The point is that the second loop gets the attachments added in the first loop:
Round 1:
Round 2:
Finally you will get 2 Attachment1 and one Attachment2.
You could remove the 'Get attachments' and try:
Best Regards,
Bof
Can you post your flow?