SOLVED

Re: Sorting from a form

Go to solution
Christine_Depus
Level 1

Sorting from a form

Is there a way to have a form with a checklist -- and have items checked (on the checklist) feed into different database lists?

Is there a work around for this?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Sorting from a form

Of course! You can use a contains constraint on the value, i.e.

 

RequestedLists contains [Weekly Specials]

 

Note if you’re using the Checkboxes field type, recommend having your checkbox values enclosed in square brackets as shown. Not just “Weekly Specials” but “[Weekly Specials]“. This reduces unexpected collisions down the line.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Sorting from a form

Of course! You can use a contains constraint on the value, i.e.

 

RequestedLists contains [Weekly Specials]

 

Note if you’re using the Checkboxes field type, recommend having your checkbox values enclosed in square brackets as shown. Not just “Weekly Specials” but “[Weekly Specials]“. This reduces unexpected collisions down the line.

Christine_Depus
Level 1

Re: Sorting from a form

Thanks for this info. About to jump in the system and try it.