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)