Hi,
i inserted some value to the database by using integration .
values examples :are name, price, description, image.
i am fetch the data in my record type all the values are coming, but when i am trying to display the record in the interface, image is showing null or empty.
when i saw the cloud database in my DB the image value is showing .
can anyone give me a suggestion
Discussion posts and replies are publicly visible
When you say "image", exactly what is the database storing? AFAIK the database will not store an actual file object that can be directly read and understood by Appian, but if it's storing the data for an image it would be encoded i.e. in Base64. I believe in the past there have been some workarounds to convert base64 data back into documents in Appian, but this has been incosnsitent and involves plug-ins that are no longer available.
i am using appian trial version in that appian cloud database
That still doesn't tell me what is being stored in the database for the "image" you're referring to. How (i.e. in what format or by what method) is the image stored there initially? Is the DB storing the actual image (binary) content or just the Appian document ID? How are you attempting to display the image on your form? When you run a query directly from the DB what do you see in the result?
1 ) when i insert the image by using File Upload in interface.
in that i have connected to database image field which data type is integer.
when i retraving the data in another interface at that image of that displying and in the cloud database image converted to number appian document number.
2) using WEB APIs integration i am using POST Method to insert the data in the DB ,In this all the data store in the database but when i am trying to retirve the data from the database at that time all the data is displaying except image,
when i go to appian cloud database to check data store or not all the data are available with image number