[Question] Creating custom built-in connector for logic apps standard #685
Answered
by
rarayudu
IvanTrashchenko
asked this question in
Q&A
-
Hi, I am wondering, when creating custom built-in connector for logic apps standard, is there a way to acquire run id of current logic app using this connector in the code? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
rarayudu
Dec 1, 2022
Replies: 1 comment 5 replies
-
Hi, you can use "@{workflow()['run']['name']}" expression to get the current run Id and then pass that in as an input to the built-in operation. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
IvanTrashchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can use "@{workflow()['run']['name']}" expression to get the current run Id and then pass that in as an input to the built-in operation.