Hello,
I have 2 sharepoint lists: ListA and ListB. ListA has column for Names which is a text field and ListB has a column for if a user is there or not there (Yes/No) which is a toggle field.I have a combobox that displays the names in names column, but I want the names in the combobox to be based on if the person is there or not there (from the yes/no column). I also have a toggle next to the combobox that should control this.
I would also like to note, I have a column called ID in both lists that have the same values.
Thanks !
How can I achieve this?