Capture Image

Overview

Function: captureImageField()

The Capture Image component can be used on the Appian Applications as a Web Camera that can capture the image and crop it as needed and preview the cropped image before we save it as a document.

Note: We can use the Vuram Rich Text Editor connected system to save the image captured in the component into the Appian as a document.

Key Features & Functionality

Capability for employees to open a webcam connected to their laptop from the Appian application to take a picture of a customer. Customer photos will be then saved in the Appian folder.

Anonymous
Parents
  • What to pass in onImageSaved property. I have passed the local variable but it is not storing document ID.

    captureImageField(
    label: "captureImageField",
    labelPosition: "ABOVE",
    validations: {},
    height: "AUTO",
    imageStorageConnectedSystem: cons!FS_CS_CONS,
    disableBorder: null,
    onImageSaved: {
    local!idToSave
    }

    )

Comment
  • What to pass in onImageSaved property. I have passed the local variable but it is not storing document ID.

    captureImageField(
    label: "captureImageField",
    labelPosition: "ABOVE",
    validations: {},
    height: "AUTO",
    imageStorageConnectedSystem: cons!FS_CS_CONS,
    disableBorder: null,
    onImageSaved: {
    local!idToSave
    }

    )

Children