Blog Post

Azure Integration Services Blog
1 MIN READ

How to Set and Get Custom Properties of a Service Bus Message in Logic App

Xuehong_Gan's avatar
Xuehong_Gan
Icon for Microsoft rankMicrosoft
Aug 13, 2021

In send message action, we can add a JSON object with key value pairs as "Properties", and we can also set "System properties" to "Run Details".

 

 

Once the logic app run finishes, we can use the Service Bus Explorer tool on the service bus portal to download the message and see its properties:

 

x-ms-client-tracking-id is the "System properties" we set in the logic app send message action, and it is actually the run id of the logic app which has created this message. 

 

If we do not use the Service Bus Explorer to download the message, instead we use a service bus trigger to retrieve the message back to logic app, we will get these same properties back.

 

 

 

Published Aug 13, 2021
Version 1.0
No CommentsBe the first to comment