Forum Discussion
Deleted
Mar 06, 2019Creating Navigation From Excel File Data Source - 99% There But Can't Solve It
I am creating a canvas app and am almost complete creating the reusable navigation bar to use to navigate between the screens. I inserted a new gallery using an simple 2-column Excel file for my data...
- Apr 03, 2019
Deleted, Do you have pages created within the app already that correspond to the navigation locations you want to use?
If so, you can use Navigate(<pagename>, Fade)for each of the items.
Then on each of the pages you can reference back to the gallery selection by setting the Item formula to <galleryname>.Selected
NHelgren
Microsoft
Apr 03, 2019Deleted, Do you have pages created within the app already that correspond to the navigation locations you want to use?
If so, you can use Navigate(<pagename>, Fade)for each of the items.
Then on each of the pages you can reference back to the gallery selection by setting the Item formula to <galleryname>.Selected
Deleted
Apr 05, 2019NHelgren - Sorry for the slow reply. I am marking yours as the solution. Thx!