hi,
If attributes are not showing in the Gallery, it is always due to context or security, as per Mendix page modeling rules.
Open the Gallery → check Data source entity.
Only attributes of that exact entity will be available inside the Gallery template.
If your attributes belong to another entity, they will not appear.
If the attribute belongs to a related entity:
Correct way:
Mendix does not allow cross-entity binding without proper context.
If security is Production:
If you are trying to bind inside a specific widget (e.g., Image, Date Picker, etc.),
the attribute type must match the widget type.
Attributes will only appear if:
Fix the context and security, and it will work correctly.
The Gallery widget is divided into two sections:
After connecting the Gallery’s data source to an entity, you can add a Text Box (or other display widget) inside the Gallery and then select the desired attribute from the properties panel.
If this resolves the issue, please close the topic.