Skip to content

Plan Icon Creator

Image#

The Image property stores one or more images. Users can upload images from their device or take photos using their camera.

Settings#

  • Required: If checked, at least one image must be uploaded before saving
  • Readonly: If checked, images cannot be added or removed by users
  • Show in card: Display this property on the Business Object card in list/board views
  • Conditions: Configure when this property should be visible or required based on other property values

Display#

The Image property holds multiple images and renders them consistently across the platform:

  • In a record form — images are shown as a gallery of thumbnails. Uploading (or capturing) more images appends them to the gallery rather than replacing the existing ones, and each thumbnail can be removed individually.
  • In the table view — a cell shows up to three overlapping thumbnails. When a record holds more images, a +N overlay indicates how many more there are, keeping the row compact without horizontal scrolling.
  • Lightbox — clicking a thumbnail (in a form or the table) opens the full-size multi-image lightbox at the image you clicked, from which you can page through the rest.

Tips#

The Image property can also be used as a layer source in the Visualization property.

See Model Designer