Hi I am creating a message board where user can post a message based on their role. Everything is currently displaying correctly. However I am working on the creating post functionality.
My account type field ties to a role field in my database that is a list of strings - so i have a multi-check dropdown field so that you can pick more than one role. Same with my campus field - you should be able to pick more than one campus. However when I make Backend call to create he post - I only have the option to add one checklist item to field.
I need to be able to add all the values in the dropdown to my list of strings when creating the document because the messages display for each user based on their role and what campus they are on. Would really appreciate some help with this!