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!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
74 | |
27 | |
22 | |
15 | |
14 |
User | Count |
---|---|
143 | |
43 | |
42 | |
34 | |
30 |