Hi Experts!
Disclaimer, as the names states, I'm enthusiastic but quite new to Power Automate.
I'm trying to import the following JSON into D365FO:
www.floatrates.com/daily/dkk.json
Though, I am having a tough time mapping the data correct. I have no problems in parsing the JSON in the Schema:

But from there on and onwards, I guess I need to split the currencies into separate lines since it's still in one big string. At least, that is what I understand, cause whether I try to compose the output of i.e. USD, I do not get to map and create the records as the right currency.

I've tried to use the split function as well, where I split the Output at every '},', but without luck. I'm not a developer, so if you know how I can split this JSON correctly, please let me know!
Best regards,
PowerA_rookie