Hi,
I have a table that I imported from excel, call it Table1. Table1 contains the names of other tables, also imported from excel.
On Screen1, I have Gallery1 displaying the data from Table1.
On Screen2, I want to have Gallery2 displaying the data from the table whose name was selected from Gallery1.
What I have so far:
Gallery1 "Items" value: Table1
Gallery1 "OnSelected" value: Navigate(Screen2, ScreenTransition.Fade)
Gallery2 "Items" value: Gallery1.Selected.Column1
This throws an error because Gallery1's "Items" value expects a Table and not a Text value.
How do I reference the Table associated with the text value returned by Gallery1?
Thanks,
Jake