Announcements
I have a gallery which has a checkbox for each item. I want to store the gallery contents of those items whose checkbox is ticked. how can this be done ?
Hi @PAJ ,
You need to create collection on 'OnCheck'
Collect(col_CheckedItems,ThisItem)
there is another scenario where If you uncheck that item, then you need to remove it from collection, Right. So here's the formula for 'OnUncheck'
Remove(col_CheckedItems,ThisItem)
Result -
Let me know if this helps and if it is, accept this as a solution.
Thanks 😄
Actually i dont want that whole record from the gallery item. I just need a particular value.
I tried using Collect(checkedItems,ThisItem.FirstName) which worked for me but for Remove(checkedItems,ThisItem.FirstName) its giving an error that 'It doesnt support text value"
@Anonymous
Keep remove function as it is and then try
This is how it shows
For Remove , it shows issue
Let me try this at my end and will get back to you soon 🙂
ok
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 395 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 260 Most Valuable Professional