Hello!
I need to extract the URL from this HTTP Trigger Output which is
Solved! Go to Solution.
Hi @mikekiser
That is because the URL set variable is before the parse json action and so it is not finding anything to set the variable to and setting it as null. Can you drag that action below the parse json and check if you continue to face the same issue?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @mikekiser
Can you share a screenshot of the parse json action?
Try replacing the json schema with this:
you have to ensure that the name of the parse json action is Parse JSON 2.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi Thanks!
Here is the Parse Json schema....thanks so much
Hi @mikekiser
Can you share the screenshot of the entire flow? I guess the error is due to the name of Parse JSON action.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi,
Thanks for your response. The following is my Flow....
Thanks
Mike
Hi @mikekiser,
How about you get the url from the dynamic content of trigger directly?
Or using the expression:
triggerBody()?['body']?['Data']?['url']
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @mikekiser
That is because the URL set variable is before the parse json action and so it is not finding anything to set the variable to and setting it as null. Can you drag that action below the parse json and check if you continue to face the same issue?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
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 |
---|---|
39 | |
36 | |
34 | |
32 | |
27 |
User | Count |
---|---|
43 | |
37 | |
33 | |
24 | |
22 |