Hi I have one requirement, i Have one Gallery in that have apply buttons for each row or each submissions . When clicking first apply button in gallery that will be disabled or hide and remain apply buttons will be visible. i used this formula but it is not working
To control each button differently for each row you will need to use a property in that row item. The same way the text value of Assignee uses "ThisItem.Assignee", to adjust the visible property of just one rows button you will need to use something like "ThisItem.showButton" and adjust this value in the collection to true/false as needed.
varShowPopUp is not a column it is i only set like Set(varShowPopUp,true); in varShowPopUp given to the button visible property value .
Hi @Venkateswarlu_1,
Is "varShowPopUp" the name of the column in the "EmpTask" collection? Are you setting the visible property of the button to "ThisItem.varShowPopUp"?
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional