Providing parameter values when triggering Logic App Workflow #1037
Unanswered
khushaalkurswani
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a Logic App Workflow designed to take in email related parameters (to, subject, message body) and then send an email based on the passed in values of the parameters when the workflow is triggered.
In order to trigger the workflow, I am trying to use the Logic App SDK, specifically using the LogicWorkflowTriggerResource Class's RunAsync() method. However, there does not seem to be a way to pass in values of the parameters when calling the RunAsync() method.
In addition, there doesn't seem to be a way to modify the parameter values using the other classes present in the Logic App SDK.
Is there any way to pass parameter values to the Logic App using the Logic App SDK and without making a direct REST API call to the Logic App?
Beta Was this translation helpful? Give feedback.
All reactions