Is it possible to Send Message to Service Bus Topic without encoding ?
I am using Microsoft flow send message service bus topic connector and sending application/Json content. However output of this connector is always encoded rather than simple string or Json. Is there a way to have this output without encoding?
Configured Sample Input :
{
"message":{
"Phrase": "Test Message"
}
}
Send Message Service Bus Connector Output :
ewoKIm1lc3NhZ2UiOnsKCiJQaHJhc2UiOiAiVGVzdCBNZXNzYWdlIgoKfQoKfQ==
Hi @Ashish1,
I am afraid that I don't have a test account for Azure Service Bus, so there may be no way to test it and couldn’t provide a suitable workaround.
I will try to find someone who is familiar with this to take a further look.
Appreciate your understanding.
In addition, this is some related documents about send message to service bus, please check these link and see if it helps:
https://docs.microsoft.com/en-us/rest/api/servicebus/send-message-to-queue
https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-servicebus
Best Regards,
Barry
Thanks.I have alreday tried these links but no luck. Waiting for your further updates.
If you use the Base64Decode function on the content, it will convert it back to the JSON you're expecting.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
12 | |
8 | |
4 | |
4 | |
3 |
User | Count |
---|---|
12 | |
8 | |
5 | |
4 | |
4 |