Hey guys,
i want to create a gallery with images that i have uploaded in my App into "Media". Is there a possibility to achieve this?
I have tried the following:
1) I uploaded 4 pictures into Media (Image1.png, Image2.png, Image3.png, Image4.png)
2) I use the following code to generate a collection:
Collect(
MyCollection;
{Value:"Image1"; Image: 'Image1.png'};
{Value:"Image2"; Image: 'Image2.png'};
{Value:"Image3"; Image: 'Image3.png'};
{Value:"Image4"; Image: 'Image4.png'})
It is not working and gives me an error. I would be thankful if anyone got a solution to the problem.
BR,
Phil