How to avoid the reference in "dataset column" to reset when the dataset is updated?

I have a “dataset column” in my schema, which references to a dataset. This works well until I have to change the dataset. Everytime I delete the old dataset and update to a new dataset, the “dataset column” will reset to the first value in the dataset dropdown.

I tried to upload a new dataset under the same name as the old one, and then delete the old one. By doing so, I was hoping the fact there is a dataset with identical name would retain the reference in the schema. It didn’t work.

Any tips? Thanks in advance.