I have this http request:
https://prices.azure.com/api/retail/prices?$filter=serviceName eq 'Virtual Machines' and priceType eq 'Reservation' and Location eq 'EU West'
and I'm wondering how to call this in Power Automate.
I tried doing this but I don't think it worked since it's returning values from other locations:
But I don't it's working since the data returned includes all serviceNames, not just Virtual Machines. It also returns records that are not in the Location of EU West.
I'm just unsure how to create those filters in Flow. Thank you.
Solved! Go to Solution.
Please try putting this whole string in the URI field, with the Queries field empty
https://prices.azure.com/api/retail/prices?$filter=(serviceName eq 'Virtual Machines') and (priceType eq 'Reservation') and (Location eq 'EU West')
Regards,
Pat
To learn more about the Power Platform, follow me on Twitter or subscribe on YouTube.
It says to enter a valid urI
I'm wondering if we can just parse the json and the use filter array on what is returned.
Sorry. Thought that would do it. Filtering the array later will work, but have you tried this?
Once entered, when you "peek code" within the ellipsis, it shows similar JSON queries parameter to your initial pic.
However, the serviceName and Location properties don't have the extra space shown in your initial pic.
Regards,
Pat
To learn more about the Power Platform, follow me on Twitter or subscribe on YouTube.
Yeah that's the same thing I did, I just did peek code. It doesn't seem to filter on anything for some reason, it returns records for Storage serviceNames and Locations other than EU West.
Hi,
You need use a Parse JSON (Data operation)
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 |
---|---|
42 | |
17 | |
16 | |
15 | |
13 |
User | Count |
---|---|
66 | |
36 | |
27 | |
20 | |
17 |