Feb 15 2019 06:22 AM
Feb 15 2019 06:22 AM
I am creating an app from the "PowerApps Training" template (canvas app) and have completed the tutorial and reviewed the formulas, code, etc. However, several items are confusing.
Feb 15 2019 10:30 AM
Feb 15 2019 10:42 AM
Thanks @ChrisWebbTech for the response.
The tutorial is a template avail within the PowerApps creation tool in the browser. If you start from a template and select the "PowerApps Training" canvas app, you will be able to access it (pls see the attached screenshot).
"Lessons" cannot be found as a variable or global variable in the View > Variables menu. I simply can't find it, yet it is being used to render the LH nav screen/page names.
Feb 15 2019 12:58 PM
Feb 15 2019 01:17 PM
You are correct. I am just now learning about collections.
The "Lessons" collection is a great example of using data from a collection that is setup to never change. Is there a way I can edit an existing collection like this to customize for my needs?
Feb 15 2019 01:22 PM
SolutionFeb 15 2019 01:52 PM - edited Feb 15 2019 01:54 PM
Thanks for the great information! I understand database tables and I'd like to use a collection to store data that never changes.
So let's say I create new collection from SP List attached to screen object > onVisible:
Collect(SPProcessScenarios, ProcessScenarios)
Now I have a collection "SPProcessScenarios" that I can "query" to return the results and render on a screen. How could I render the data from the collection (e.g., col 1 and col 2) in a foreach type scenario? is there a way to do that? I suppose using a gallery is the solution.
Feb 15 2019 03:19 PM
Feb 15 2019 01:22 PM
Solution