Hello,
I have a File Repository Thing where it contains a folder with certain images in Storage.
I have to display the images in Repeater Widget.
It should contain 'n' number of columns as 'n' number of images a folder contains.
Is there any way to do?
Thanks for support !
Solved! Go to Solution.
Call the GetFileListingWithLinks service on your repository and bind the downloadLink property to the data property on your value display. Change the renderer of your value display widget to URL Link.
Call the GetFileListingWithLinks service on your repository and bind the downloadLink property to the data property on your value display. Change the renderer of your value display widget to URL Link.
Hi @alekhya.
If the response provide by @wposner-2 answered your question, please mark it as the Accepted Solution for the benefit of others who may have the same question.
Regards.
--Sharon