The workaround works by adding a checkbox in the gallery items and a collection to hold the selected items. Power Platform Integration - Better Together! When navigate back to Screen 1 with Gallery, set theGallery Template, Inserted Shape, or Any TextBox or Shape, to set the FILL or Color with:If(Right(Text(Value(ThisItem.ID)/2, "#.#"), 1) = "5", Color!AliceBlue, Color!Aqua))OrIf(Mod(Value(ThisItem.ID), 2) = 0, Color!AliceBlue, Color!Aqua))With this, you can have the Alternate Color as of Excel Table.NB: It was told that this is not supported in Project Siena and PowerApps, but with ID number created automatically (as of No. Works great but I have not yet figured out how to select multiple items ( tried holding Shift key and ctrl key - no go ) Seems like you can only select 1 item at at time... maybe you will find a trick to select many items to highlight many rows in a gallery? Una semana de contenido con +100 sesiones educativas, consultorios, +10 workshops Premium, Hackaton, EXPO, Networking Hall y mucho más! 1. I have shared before and wish to share here again. Solved: After the PowerApp Release 2.0.711, the Item property of Edit form is prompting error for Gallery.Selected statement. In your case, you will need to edit the TemplateFill. Power Platform and Dynamics 365 Integrations, Power Apps Community Demo Extravaganza 2020, Business Value Webinars and Video Gallery, 2019 Microsoft Business Applications Summit Recordings (Archived), Microsoft Business Applications Summit 2020 Session Recordings, https://powerapps.microsoft.com/en-us/tutorials/working-with-forms/, Screen1: Gallery has navigate to Screen2 and sends over stored selected value for more testing, Screen2: Form has the correct datasource and the item is Gallery1.Selected. ISV Studio is designed to become the go-to Power Platform destination for ISV’s to monitor & manage published applications. How to set color by for EVEN and ODD Rows? I have also stored the selected value into a variable, passed it to the other view and that still doesnt work. It is quite hard to understand what problem you are having maybe more screenshots would help to troubleshoot. Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. i was using the title tag at first. Check out the on demand sessions that are available now! When Adding Record from Screen 1 and Navigate to Screen 1Set OnSelect To: Navigate(……………, {Record: Defaults(TableX)}), 3. - Button inside the gallery (to replace the normal Arrow Icon, where the Button fill up the whole gallery row).