Hello everyone,
I am getting a base64 value as a request. But I am unable to convert the base64 value into an image document. As a result record is not getting stored into the database table. Is there any way to convert the base64 string into document?
Discussion posts and replies are publicly visible
After invoking an integration object try to send a base64 value as a response. In the integration object there is a checkbox called "Convert base64 values to Appian documents", select this option and folder to store the document. Appian will automatically convert your base64 value into document.
I understand, I thought you had success with the WEB API. In tests the Integration Object works perfectly, but that means I need an end point to pickup data. Thanks for the reply
Yes, right you are.