Replies: 1 comment
-
Hey @Sagestum That error occurs when the value is not found in the list of options defined in the multi-select field. Therefore, I suspect that whatever value What field type is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have written a form for new notes on a certain entry in the database. For this, I would like to select the designated employee in a multiselect picker.
So far so good, but when I now want to save this via a "save Row" button, I get an error message.
"Employee Field not in list"
I don't quite understand what the tool is trying to tell me.
I can select the employees directly in the database. I think I have to make a text list out of the array somehow, at least that's what I assume, but what's the smartest way to do that?
Thanks for your help
Chris
Beta Was this translation helpful? Give feedback.
All reactions