Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. 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.
Hi all,
I have a requirement in which I am getting base64 data in a http response, I am indexing the response and storing it into a pv! of type text, but the base64 format has huge number of characters while the pv! is holding only 4000 chars followed by "...". How can I get the complete base64 data as this needs to be passed to smart service for document generation.
(In fact, I even tried to pass the indexed data directly into the smart service input parameter without storing in a pv!, still its not passing complete base64 structure.)
Discussion posts and replies are publicly visible
First thing it's highly not recommended by Appian Best Practices to store Base64 text in a pv!
It is possible to convert Base64 to Document and Document to Base64? It seems a better solution to me
(also 4000 is the limit of the display, the call shouldn't be truncated if directly indexed in)