MRW
(Mrw)
April 11, 2024, 1:02pm
1
Hi Team
I have data table . On clicking record, it will open up a form to display record in detail.
I managed to display other fields but not able to display images which are stored in fileobj in this format.
[“https://backendlessappcontent.com/DECB93DA-58C4-1D13-FFFE-853643160D00/15E38DA5-8D7A-4F9D-8E60-A0518341086B/files/Imagedb/a3361af6-7237-4da1-a19c-0e498556e60a4980968694525441123.jpg","https://backendlessappcontent.com/DECB93DA-58C4-1D13-FFFE-853643160D00/15E38DA5-8D7A-4F9D-8E60-A0518341086B/files/Imagedb/IMG-2007ffda828410421debcedf35e65853-V.jpg ”]
Please guide me how to get the fileobj which is comma separated format into list and set to display Images in repeater block.
Best regards
Nyi Nyi Lin
Hello @MRW !
Could you please tell me on which page this logic is located and how to reproduce this case so that I can check and find a solution?
Regards,
Alexander
MRW
(Mrw)
April 11, 2024, 1:50pm
3
Logic at this page. my appid is DECB93DA-58C4-1D13-FFFE-853643160D00
When I open the preview of this page, I only see errors in the console and nothing else.
Is there something additional that needs to be done?
Or could you prepare a small test page with only the necessary minimum of logic that I can test?
Regards,
Alexander
MRW
(Mrw)
April 11, 2024, 2:11pm
5
Yes. you may need to go to listreport page. on clicking record, you should be able to view record.
You can use the CustomCode block to parse the image URLs that are in JSON format and return them to the repeater, then everything will work correctly:
Regards,
Alexander
MRW
(Mrw)
April 11, 2024, 5:16pm
7
Thanks Alexander. It is working fine now.
1 Like