Wednesday, February 5, 2020

Apply Alternate Colors in Powerapps Gallery

1. Edit a gallery item row -> set the Gallery Template, Inserted Shape, or Any TextBox or Shape, to set the FILL or Colorwith: OR
2. use "TemplateFill" of gallerytemplate and add below condition
If(Mod(Value(ThisItem.ID),2)=0, Color!Aqua, Color!AliceBlue)

No comments:

Post a Comment