I am using the cloud version of Mongoose.
I have a dropdown list. The dropdown list is populated with a List Source. When a record is selected from the dropdown list. Then the Primary Collection is refreshed and the selected record is displayed on the form.
When I delete the record from the Primary Collection. Then I want the record to be remove from the dropdown list. Because that record doesn't exist anymore. But I can't figure out a way to delete the record from the dropdown list. Is it possible to refresh a components List Source?
When I add a record to the Primary Collection. Then the new record is automatically added to the dropdown list. I'm surprised the dropdown list isn't automatically updated with a delete like it does with an add.