Power Automate: Resolving Copy to Clipboard error

Introduction

One of the greatest benefits of Copy to clipboard is that we can copy the action present in a flow and move it over to a totally different flow.

Table

Description automatically generated

And from the destination flow, we can still access the source flow’s action from the clipboard memory as :

Graphical user interface, application

Description automatically generated

However while copying the actions using a clipboard that has a connection to SharePoint, Outlook, or any other data connections, we may face the below issue

Request to XRM API failed with error: ‘Message: Failed to find connection references with logical name(s) ’35b7e33e0a874e7285e7b4ce8501da7e’. Please check if connection references exist. Code: 0x80040216 InnerError: ‘.

Problem

The problem is mainly because while copying an action like Get Items or Create File, there would be a connection associated with it and the copy action has failed to move the connection associated with the action.

Solution

The easiest way to workaround is to create a new connection for the specific action. Right-click the 3 dots and click on “Add a new connection” and do a fresh sign-in.

Graphical user interface, application

Description automatically generated

In my case, a new connection has been added with the same user context but as I am using the older connection, the error still prevails.

I will switch the connection to the newly created connection and now the error has gone away

Graphical user interface, application

Description automatically generated

Summary

Thus we saw a possible issue that happens when we use the clipboard to carry over actions across different cloud flows where the connection of the actions fails post copying and how we can overcome this issue.

Related Articles

Author

Author

Priyaranjan KS is a Modern Workplace Architect primarily focused on developing and architecting solutions around Office 365,Power Platform and Azure.He is also a Microsoft Most Valuable Professional(MVP) and a Microsoft Certified Trainer(MCT)

Latest Articles