I have a form that includes a dropdown connected to a reference field (which is connected to the collection ‘Hobbies’).
I have a button in the form that opens a lightbox with a simple form that allows the user to add a new entry to ‘Hobbies.’ I would like to refresh the dropdown in the main form once the user saves the new entry and closes the lightbox. I’ve tried refreshing the dataset in the main form, but nothing happens.