I try to display pictures in a display group, but these picture are stored as list in my database, and I can’t figure out how to do this
I want to have the list of pictures associated with one entry in my database, and new to this a button to download it
The purpose of the app is allow to show data that I just have to copy/paste to Vinted (an eBay like marketplace)
So this page would allow me to have all the pictures of the item to put on the marketplace, and download them
I had a quick look too, the reason may be that the Item data isn’t populated in the Popup correctly, I’m wondering why you’re not using the Display data in a group action as Step 1 here, instead of the set state in Step 2. You would then show the Popup in Step 2
@ambroisedlg Oh, yes ! I tried but in reverse : so the “result of previous action” was not available.
I didn’t though to do it in this order.
For the date type (file and images), I tried with the same data type (image and image, file and file) and it always result as returning a list in the first RG element
(feel free to edit the app if you want to try stuffs)