Overview
This Connected System allows users of the Rich Text Advanced Rich Text Editor Component Plug-In component plug-in to upload images and have them be stored in the Appian document management system to export the content as Pdf and store them in Appian and return the corresponding document Id.
Key Features & Functionality
Hi,
My developers are facing an issue which we don't know how to resolve - after enabling the connected system within RTE, and pasting some image inside it, every time we refresh the screen, a new copy of the image is being uploaded to the related Appian folder. Is there a way how to avoid it?
Thanks, Aleksandrs Sirotinskis
Hi aleksandarb0001,
On every refresh of the screen, the value of the component will be erased. So that the content will be gone and the component uploads the image as a new document to the Appian.We have the uploaded document ids provided in the output. Using that move the uploaded document to the permanent folder and erase the existing documents in the uploaded folder.
Thank you for the response!