A simple way to handle this is to check whether the number already exists before creating a new record. If it does, you can use the existing entry, and if it doesn't, save it as a new one. That approach helps avoid duplicate data and keeps everything organized. I was working on something similar...