Problem : Inside logic App how to track "Client Tracking ID" (it can be consider as co-relation ID which doesn't change when run goes through multiple logic Apps) of the same logicApp
Solution:
Write following line wherever you need to track the Run Identifier
@trigger()['clientTrackingId']
No comments:
Post a Comment