I'm having trouble getting this to work atm.
Trying to pop a message in a storage queue using the "Put a message on a queue" step .
The connection to the queue is valid.
When I run the flow I get an error message below.
Unable to process template language expressions in action 'Put_a_message_on_a_queue' inputs at line '1' and column '2056': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_azurequeues_1']['connectionId']' cannot be evaluated because property 'shared_azurequeues_1' doesn't exist, available properties are 'shared_sharepointonline'.
I can see this invalid value ("shared_azurequeues_1") when I peek the code, but there is no way to access the code to fix it.
"connection": {
"name": "@json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_azurequeues_1']['connectionId']"
}