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
Deleted
Mar 07, 2019In retrieving content from my Excel file, I am using ThisItem.Name for text so why can't I use Navigate(ThisItem.TableRef) for OnSelect?