Hi Team,
I have published an application a month ago. After a month I reopened the application to modify/add some features then I have seen some design related changes happened to my application when I opened in Power Apps studio. Then I came to know that the Power Apps release has been upgraded to 3.18071.36 but published application release is 3.18052.12. I am facing issue like when I do search functionality in the gallery it is selecting multiple items.
I have tried in two ways like below code under TemplateFill Property
- If(TypeName=Gallery.Selected.TypeName,Wheat,White)
- If(IsSelected, Wheat,White)
Note:
- If I restore my application to old version the same functionality is working well.
Can anyone help me that how to resolve this issue in the current powerapps release?