Hi @Anonymous ,
In PowerApps Gallery has a property called templateFill and that will be applicable for all the items in the Gallery however how you achieve this is:
If (Mod(Value(lblItemID.Text),2) =0, RGBA(125,125,125,80),RGBA(105,105,105,80))
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
Hi @Anonymous ,
You need to set it to TemplateFill color see the below:
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.