UUID as IDs on a dropdown

We are using a postgres DB and are using UUIDs as the ID column. The parent table has an ID column and the child table has a foreign key to the parent table. When I try to setup a form that has a dropdown with the parent table (id as uuid and name) and set the default value, it never autoselects the correct item in the dropdown.

Do I need to convert it as a string (to_string()) or something else? Because that doesn't seem to work.

@dcleaseend Any chance you can share more information? A screenshot? Some code?

Sorry for posting this. I had accidentally been running one query on prod and another on our staging environments.