How we can display uploaded file in an interface?

How we can display uploaded file in an interface?

  Discussion posts and replies are publicly visible

Parents Reply
  • a!imageField(
    label: "",
    labelPosition: "ADJACENT",
    images: {
    a!documentImage(
    document: ri!PP_Cdt_UserInput.ImgDoc

    )
    },
    size: "STANDARD"
    )




    Error :
    Could not display interface. Please check definition and inputs.
    Interface Definition: Expression evaluation error at function a!imageField [line 386]: The image at index 1 in an image gallery component [label=“”] has an invalid value for “document”. “document” must not be null.
Children