Does anyone encounter intermittent issues on references to things not being stored robustly?
I ran an backend API workflow to populate a field (of type Thing) in ~30K things, by “doing a search for” in another data type. 4 records did not get populated. I later manually found and populated them with no issue.
I have no idea why the API workflow didn’t find them in the first place. Maybe a glitch during the database search?
This is the 2nd time such an incident occurred.
Anyone encountered the same?
P.S. I also discovered that if I have references to things in my data type, I cannot do a “copy from development to live” as this would wipe out all the references. Seems like the unique IDs between test and live are different in such a copy operation. Are there any best practices when it comes to having references to things?

