Image column

Lists and document libraries support a property (column) of type: Image

As the name implies, an image can be stored in columns of that type. There can be multiple columns of this type per list/document library.

Save image

There are 3 scenario’s how to fill this property from a canvas app:

  • The “Add picture” control
  • The “Camera” control
  • The “Pen input” control

In the syntaxes below, a column of type “Image” is used having the name “ImageColumn”.

Add picture

When the control has it original name when added for the first time in a canvas app, the syntax in a Patch expression is:

ImageColumn: UploadedImage1.Image

Camera

When the control has it original name when added for the first time in a canvas app, the syntax in a Patch expression is:

ImageColumn: Camera1.Photo

Note: A picture must be taken first – by clicking on the camera control – before it can be uploaded.

Pen input

When the control has it original name when added for the first time in a canvas app, the syntax in a Patch expression is:

ImageColumn: PenInput1.Image

Show image

The image in a column of type “Image” can be showed in a canvas app by adding an image control and set its property Image to reference the image column of the related record.

Links

Video

This video demonstrates the column type “Image” available for SharePoint lists and SharePoint document libraries.

Feedback

Please enable JavaScript in your browser to complete this form.

You can use the form below to submit feedback if you think that content on this page:

  • is wrong. Please then also provide what is wrong and why.
  • could be more comprehensive. Please then also provide which content should be added/updated.

Thank you!