Schema version 2016-04-01-preview and clientTrackingId
hey,
i’m trying new things released in schema version 2016-04-01-preview. option provide client tracking id looking interesting me , tried implement within simple logic app.within logic app retrieve value using workflow definition language i’m not sure how. i’ve tried clienttrackingid , workflow().clienttrackingid without luck.
understanding, value should available within every step of logic app, looking way access data programmatically.
thanks,
kevin
kevin
if sending in own client tracking id should accessible header trigger (@triggeroutputs()['headers']['x-ms-client-tracking-id'] )
you can access run id via @workflow()['run']['name']
let me know if works.
Microsoft Azure > Azure Logic Apps
Comments
Post a Comment