I want to use the query parameters of HTTP Request trigger,
Can I get the query parameters of HTTP Request trigger?
Like
- https://xxxx/?key=ID
Scenario:
- Return a data which key is passed by the query parameter.
- Update a data which key and value is passed by query parameter
Currently:
The trigger can run by the method, Get/Post/ etc.
and can get the request body data as JSON.
Therefore:
I'm looking for how can I get the request query parameters.
What do you think?
Yoshihiro Kawabata
Solved! Go to Solution.
Hi @yoshihirok,
I am afraid that it might be not possible to get the query string parameters from Flow. If you need this feature, I would suggest you post a request on Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Mabel Mao
Hi @yoshihirok,
I am afraid that it might be not possible to get the query string parameters from Flow. If you need this feature, I would suggest you post a request on Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Mabel Mao
Thank you @v-yamao-msft for your reply,
Yes, I post this as Idea on Flow Ideas,
my idea "Get the query parameters from HTTP Request trigger"
Regards,
Yoshihiro Kawabata
Something like this to get the request url, then maybe you can write some additional steps to parse out the querystring:
Here is the expression: @triggerOutputs()['queries']['queryParamName']
queryParamName is the name of the name-value pair of your query
Hope it helps.
This article could throw more light. LogicApp–HttpRequest trigger: retrieving query parameters
Please mark as answer if this answers your question.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
19 | |
12 | |
9 | |
8 | |
4 |
User | Count |
---|---|
25 | |
15 | |
12 | |
12 | |
10 |