Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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
Any reason the min version is 23.3 and not .2? appian-plugin.xml lists 23.2 as the min version. If this is just accidental please lower the minimum requirement.
Thank you for the response!
Hi ,
Thanks for bringing up this issue! When we analyzed we found that when we upload the images the docId is getting added, but when we try to paste the image the docId is not getting updated in the html content. We will fix this issue in the next version.
Hi naveeng,I uploaded 3 images but getting only 2 docIds in the html text.So may you please help me in this.Thank you.
<p><img src="https://site/doc/ioBZxasdgxUO0BsNw0QInFaFGafb3RUn7RwSt1uhuIfFg2Fm2k3zvTq2lvbyHgXU_9I" data-docid="138302" data-name="mceclip4.png" /></p> <p><img src="https://site/doc/ioBZxxUO0adgsdfgBsNw0aaQInFaFG3RU6sdahicQ1nmyrWY5YLZOo18Vcladb3tcIb4FJabU" data-docid="138303" data-name="mceclip5.png" /></p> <p><img src="https://site/doc/ioBZxxUsdfbO0BsNw0sdbQInFaFG3RVJGSBvssXBe0ElH5u8asdsV60pAisZ8EDt_LYH_o" /></p>
I would suggest a workaround for now that you can try. You will be able to find the document ids in the html text in each image tag, you can use regex to get those ids from the html text. Using that you can identify the removed images by comparing with the local!docIds. Meanwhile we will try to find a solution for this issue and update the plugin.
Thanks.