Hi all,
I've encountered an issue in Power Automate that I hope someone can help with. I used to be able to copy json data, including dynamic content from one action to another without any problems. However, recently, when I paste the dynamic content into another action, it only pastes some GUID values into the destination action, like this:
Copied code from source action:
"currencyId": {
"value": "outputs('Compose_-_Financial_Data')?['body/value']?[0]?['CURRENCY']"
},
Resulting code pasted into destination action:
"currencyId": {
"value": "@{A0FC92E2-6BDC-4C5E-BF25-FE3C5FCBB66E}"
},
Has anyone else experienced this issue or knows any workarounds for this?
Would be big help!