Announcements
Hi, if you'd like to use Check Boxes with a multi-choice column, you'll need to use a workaround. You can follow the steps in the video linked below to learn how to achieve this:
If this helped solve your issue, please mark this as the solution so others can easily find it too. And if you found the content useful, feel free to give it a thumbs up!
//Create a collection
ClearCollect(
myTable47,
{NickName: "Redwood", People: 10, Building: "Building A"},
{NickName: "Oak", People: 25, Building: "Building A"},
{NickName: "Pinetree", People: 8, Building: "Building B"},
{NickName: "Cedar", People: 15, Building: "Building B"}
);
ClearCollect(myMeetingRooms47,
{info:"This is a list of meeting rooms",value: myTable47});
//Get a table stored in a cell code
ClearCollect(mySolution47,Ungroup(myMeetingRooms47,"value"));
Frist(mySolution47).People
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.