1. Create a Table using OnVisible or Using Onselect of another button:
Set(MyTable,Table({Color:"3.1 Delivery Timeline"}, {Color:"3.1 Delivery and Handling Costs"}, {Color:"3.1 Location"}, {Color:"3.1 Liquidated Damages"}, {Color:"3.2 Installation"},{Color:"3.3 Customer Obligation"}, {Color:"3.3 Customer Obligation Cont."},{Color:"3.4 Training Scope"}, {Color:"3.4 Training Schedule"}, {Color:"3.4 Training: Customer Obligation"}, {Color:"3.4 Training Cost"}, {Color:"3.4 Training Certificate"},{Color:"3.5 Commissioning"}, {Color:"3.5 Commissioning and Acceptance"},{Color:"3.5 Acceptance: Sample Language"},{Color:"3.6 Standard and Complex projects"}))
2. On the Items property of the Gallery:
Filter(MyTable, Color= SelectedItem)
3. On the Navigate button:
Set(SelectedItem,"3.6 Standard and Complex projects")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.