Now you’ve created the Custom Connector, displaying the data in Power Apps is the easy part. First of all, create a new App. Using the left hand Data menu, search for your Connector name and add the new Connector
We need a means of loading the data into a collection. For a production App, this could be done when the App is launched or when a screen is loaded. However, when building an App, it’s always better to run this manually first to make sure all works OK, so we’ll insert a button and use this to load the data into a collection and variables
As always Power Apps is great at leading you through the process and avoiding any errors as you write the function to load the exchange rate data into a collection and the date and base values into variables
To access the individual exchange rates simply use the First function as you would with any other collection