Boolean value is displaying as selectable value in form

Hi, I don’t really know how to explain this, but I have a relationship between two collections, appointments and users. When creating an appointment, you select a user. One of the properties in the users collection is a boolean property, and for some reason that is the property value that is being displayed in my form. How do I fix this? I want to display the first property, that being the name of the user.

Hi Slade,

In your Users collection does that true/false property is in the top? Like this. If it is put it down and drag the Name and put it on top and go to the form and delete that property and add it again and try.
image

If I’m correct the relationship is getting the first value.

Thank you

1 Like

As @dilon_perera indicates. It’s a matter of organising the properties inside the collection and editing the form to remove the properties you don’t want to show.

1 Like

Hi, the booleans are not at the top.

image

That’s weird.

Did you try deleting the relationship and adding it again?

I tried and works for me.

image

image

image

image

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.