Hi -I have a context variable set up for display mode in a gallery basically if I click yes, no gets grayed out and vice versa. Can I set this up where each item in the gallery operates independently? If I click one they all follow the logic.
Thx
Yes, You can do this but You will need to change few things
1. Change UpdateContext({DisplayMode: DisplayMode.Disabled}) to something like this
UpdateContext({varDisplayModeDisabled:true})
2. Than Add another Variable
UpdateContext({varItem:ThisItem})
3. Than Head to DisplayMode Property and place this code
IF(VarDisplayModeDisaable && varItem.ID = ThisItem.ID,DisplayMode.Disabled)
This should do the trick 🙂
WarrenBelz
146,522
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,890
Most Valuable Professional