web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Copy Paste Not Working
Power Automate
Unanswered

Copy Paste Not Working

(4) ShareShare
ReportReport
Posted on by

I have 4 automatic flows that I need to copy a specific part of and paste in a manual flow but the clipboard just won't work. Like at all.

 

I've seen this issue addressed previously here: https://powerusers.microsoft.com/t5/Building-Flows/Copy-Paste-actions-between-Flows-not-working/td-p/685428 but none of the solutions have worked.

 

I've previously been able to copy and paste between two separate flows, no problem. I have tried opening them in the same browser window, in three different browsers, clearing the cache in all, logging in and out of Power Automate, nothing is working. It is incredibly time consuming to replicate the same structure across all the flows I need to and this feature should absolutely not be breaking like this.

 

Whenever I copy an action, it shows in the source flow but isn't accessible in the destination flow nor in Notepad. There seems to be something wrong with the actual copying of the flows themselves and I can't figure out what it is. It seems like it's locked within the source and isn't being made accessible outside the window.

 

Any help would be greatly appreciated.

Categories:
I have the same question (0)
  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at

    Hi @Anonymous 

     

    It's a bug.  I have reported it to product team and a fix should be released by 28th Feb.  Actions and scopes are not copying to the clipboard.  There is a hack to get this to work meanwhile.  You can go through the action of pasting it into the existing flow and you can see the code on screen.  Copy it to the clipboard and then paste into the following:

     

    {
    "id": "54b0c051-85b3-4d6f-9232-b037-16b336d3",
    "brandColor": "#8C3900",
    "operationName": "DamoBird365",
    "connectorDisplayName": "Control",
    "isTrigger": false,
    "operationDefinition":

    INSERT THE COPIED CODE INTO HERE

    }

     

    You might need to use ctrl+a and ctrl+c and remove all the other rubbish that is captured to the clipboard.

     

    DamoBird365_0-1645208181322.png

     

    The you can paste it into your new flow.

     

    For example, the following will create an empty Excel Action called DamoBird365:

     

    {
    "id": "54b0c051-85b3-4d6f-9232-b037-16b336d3",
    "brandColor": "#8C3900",
    "operationName": "DamoBird365",
    "connectorDisplayName": "Control",
    "isTrigger": false,
    "operationDefinition":


    { "type": "OpenApiConnection", "inputs": { "host": { "connectionName": "shared_excelonlinebusiness", "operationId": "GetItems", "apiId": "/providers/Microsoft.PowerApps/apis/shared_excelonlinebusiness" }, "parameters": { "source": "", "drive": "", "file": "", "table": "" }, "authentication": { "type": "Raw", "value": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$ConnectionKey']" } }, "runAfter": { "Compose": [ "Succeeded" ] } }

    }

     

    Please consider accepting my answer as a solution if it helps to solve your problem.

    Cheers
    Damien

    Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks

  • KSean6 Profile Picture
    4 on at

    This hack doesn't work for me. I even tried it across different browsers Chrome, Edge, and Firefox. 

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at

    Hi @KSean6


    If you can paste me your scope/action I can try it for you. Did you try paste my example excel action?  And do you have two personas or are you someone else 😂

     

    Damien

     

     

  • KSean6 Profile Picture
    4 on at

    Hi @DamoBird365,

     

    I have too many personas . . . 1 for each of the voices in my head 😂

     

    I attempted to paste your action and it did not load into the clipboard. 

     

    Here's a sample of one I am attempting to use on mine:

    {
    "inputs": {
    "host": {
    "connectionName": "shared_teams_1",
    "operationId": "PostMessageToConversation",
    "apiId": "/providers/Microsoft.PowerApps/apis/shared_teams"
    },
    "parameters": {
    "poster": "Flow bot",
    "location": "Group chat",
    "body/recipient": "19:c9cbc75c41f349fa99955977f145421d@thread.v2",
    "body/messageBody": "<p>
    we received a record on behalf of <strong>Company</strong> and the deal failed to create.<br>\n<br>\n<strong>Execution ID</strong>: @{variables('ExecutionID')}</p>"
    },
    "authentication": "@parameters('$authentication')"
    },
    "metadata": {
    "operationMetadataId": "ebaa808a-a757-4965-bfac-76613c7b1929"
    }
    }

     

    I appreciate to understand your experience and can't wait for Microsoft to make the fix b/c this bug is unbearable.

     

    Sean

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at

    Hi @KSean6 / @Anonymous 

     

    This works for me:

     

    {"id":"5e1d9e7d-5a6d-4b91-b2f0-65e0d4d1b5ae","brandColor":"#8C3900","connectorDisplayName":"Control","isTrigger":false,"operationName":"DamoBird365","operationDefinition":{"type":"OpenApiConnection","inputs":{"host":{"connectionName":"shared_teams_1","operationId":"PostMessageToConversation","apiId":"/providers/Microsoft.PowerApps/apis/shared_teams"},"parameters":{"poster":"Flow bot","location":"Group chat","body/recipient":"19:c9cbc75c41f349fa99955977f145421d@thread.v2","body/messageBody":"<p>we received a record on behalf of <strong>Company</strong> and the deal failed to create.<br>\n<br>\n<strong>Execution ID</strong>: @{variables('ExecutionID')}</p>"},"authentication":"@parameters('$authentication')"},"metadata":{"operationMetadataId":"ebaa808a-a757-4965-bfac-76613c7b1929"}}}

     

    Saying that though, my dev tenant got the fix today, so hopefully it is making it's way to you soon too - only a week to go worse case.  Fingers crossed you are back up and running soon.

     

    Damien

  • jackylam Profile Picture
    5 on at

    All hacks do not work for me....Hope the fix can be deployed on time and resolve the issue.

  • ctrl_kudorje Profile Picture
    163 on at

    Where is the low code solution to this problem?

  • HansenvomDeich Profile Picture
    184 on at

    Is there some Solution now ?

     

  • HansenvomDeich Profile Picture
    184 on at

    )

  • ctrl_kudorje Profile Picture
    163 on at

    @DamoBird365 : Please advise if there is a fix for this coming up or not?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard