Sorting from a form | Community
Skip to main content
Christine_Depus
New Participant
October 7, 2021
Solved

Sorting from a form

  • October 7, 2021
  • 1 reply
  • 1549 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
October 7, 2021

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
New Participant
October 13, 2021

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