Text and image name concatenation in cloud database

Hi,
I have an App that directly edit html web server content. The edition includes a concatenation of text and image names.
When creating a new record with text and including a new image, the concatenation is not built including the name of the image. Only when we save the record and edit it again, the concatenation shows the name of the image. [Appsheet_img])

The code I use to build the html concatenate

concatenate ("
<div> <img src = "" https: // mydomain / images / AppGallery_Images "; SUBSTITUTE (ENCODEURL ([appsheet_img]);" asdfg_content_Images% 2F ";โ€œ / โ€);" "" ";"> </ div >
")

I have tried to fix it with reset and edit including timestamp (Now ()) fields but it doesnโ€™t work.
In the attached image I summarize the process.

Thanks
Javier

0 2 198
2 REPLIES 2

Steve
Platinum 4
Platinum 4

The code you provided doesnโ€™t seem to make any sense to me. As given, I canโ€™t imagine it would do anything useful. I have no idea what you mean by โ€œfix it with resetโ€, nor why youโ€™d include a timestamp at all. The image you included provides no useful information.

Please describe what youโ€™re trying to accomplish with that one particular piece of code.

Hi Steve, yes.
New records do not save the image name in the concatenation.
Only when edit the record and save it, the image name is displayed in the concatenation

I think it is not possible, following this documentation, the inline images cannot be read and processed by AppSheet.

Displaying Images and Documents

Scheme

Thanks

Top Labels in this Space