Create new record: cell with multiple entries not showing

Hello,

Upon tapping a button, I’d like to create a new record in the collection “Logs” that is comprised of 2 collections: “Users” and “Students.”

The relationship between Users and Students is many-to-many.

I’m able to successfully create a new “Log” upon tapping the button, and the “User” field is correctly populated with the logged in Users info. However, I’m not able to populate the “Students” cell with data, related to the logged in User, which in this case is 2 students. Can add a new record with a cell that has multiple entries?