Rich Text Editor Image Upload Connected System

Overview

Allows users of the rich text editor component plug-in to upload images and have them be stored in the Appian document management system.

Key Features & Functionality

Companion Connected System plug-in which enables image uploads within the Rich Text Editor component plug-in.

Anonymous
Parents
  • Hi, I am trying to set up this connected system but i am getting an error message stating Unable to retrieve document URL from connected system below rich text field. 

    Code - 
    fn!richTextField(
    richTextValue: ri!input,
    richTextSaveInto: ri!input,
    maxSize: 100000000,
    allowImages: true(),
    imageStorageConnectedSystem: cons!BZ_FNOL_CS_IMAGE_UPLOAD_TST,
    uploadedImages: ri!documentIds
    )

    Output In RI - 
    <div><img src="https://ert-dev.appiancloud.com/suite/doc/undefined"></div>

    Log - 
    ERROR com.appiancorp.ac.servlet.DownloadFromUrl - Error while parsing the URL "">ert-dev.appiancloud.com/.../undefined": java.lang.IllegalArgumentException: Version 4 SKESK cannot precede SEIPD of version 221

Comment
  • Hi, I am trying to set up this connected system but i am getting an error message stating Unable to retrieve document URL from connected system below rich text field. 

    Code - 
    fn!richTextField(
    richTextValue: ri!input,
    richTextSaveInto: ri!input,
    maxSize: 100000000,
    allowImages: true(),
    imageStorageConnectedSystem: cons!BZ_FNOL_CS_IMAGE_UPLOAD_TST,
    uploadedImages: ri!documentIds
    )

    Output In RI - 
    <div><img src="https://ert-dev.appiancloud.com/suite/doc/undefined"></div>

    Log - 
    ERROR com.appiancorp.ac.servlet.DownloadFromUrl - Error while parsing the URL "">ert-dev.appiancloud.com/.../undefined": java.lang.IllegalArgumentException: Version 4 SKESK cannot precede SEIPD of version 221

Children
No Data