The JSON to Table tool is stalling when I try to parse a basic result I am getting from a currency exchange website. it is basically rates for the all of the countries by all of the dates for a calendar year. I am trying to figure out the best way to break this up with JSON path before creating the final table. Any suggestions?
This definitely was a bit challenging, but I have made a sample workflow you can tweak to fit what you want. I got pretty much most of it on there where we split each currency to a column and each row has the date.
As an update, I added a Loop option to be able to go through 2 years of results and put them together. This was helpful because you can also do an API call for 1 year max at a time.