Add support to pass query parameters to other Logic Apps using the Logic app connector #1282
amploid
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using a Logic app with a request trigger, we can expect it to receive query parameters from APIM, or any other caller.
However, when using another Logic app to call it, using the standard connector I can't seem to find any way to pass queries to it, which causes problems for me since the app serves as a backend both internally (from other apps) as well as externally.
The only workaround I've found is to use the HTTP request action instead, from the requesting Logic app - but that is making things more complex than necessary when it comes to extractions, parameterization and deployment down the release cycle.
Beta Was this translation helpful? Give feedback.
All reactions