I am trying to process a service bus message that contains JSON in the message body. When the message was created I had to encode the JSON string into a byte array using UTF8 encoding. Now in Flow after fetching the message using the Service Bus connector I cannot figure out how to revert the byte array back to a string so the Parse JSON flow action can execute.
Solved! Go to Solution.
Hi @sKawczynski ,
You could try to use base64ToString() function.
Best Regards,
Hi @sKawczynski ,
You could try to use base64ToString() function.
Best Regards,
User | Count |
---|---|
26 | |
18 | |
11 | |
8 | |
6 |
User | Count |
---|---|
9 | |
4 | |
3 | |
3 | |
2 |