-
Book Overview & Buying
-
Table Of Contents
Microsoft Power Apps Cookbook
By :
When working with data in the cloud, there are situations where the data collection process can be slow. Many factors can add delays when obtaining data: network speed, signal strength, and data source infrastructure, to name a few.
That's why you need to think about the data you are working with in your solutions:
In this recipe, we are going to try to add a solution to the last question. If data doesn't change, why not make it static? We are not talking about adding the data in the actual code; we will add the data as a resource for the application, just like when adding an image.
As an example of data that rarely changes, we have provided a list of countries in an Excel file, countries.xlsx, in this chapter's repository: https://github.com/PacktPublishing/Microsoft-Power-Apps-Cookbook...