There are already topics about this, but they didn’t help.
I am unable to pick multiple images with an activity starter.
Stackoverflow answers with similar code seem working.
the built in activity starter is not able to work with boolean values…
you might want to try the Activity Starter Extension by pepemont, which additionally is able to pass boolean and long values
read the short documentation about how to use it
Any key starting with “B.” or “l.” will be passed as boolean or long respectively.
see also this thread
Taifun
PS: a link to those threads might have helped to not again repeat what already has been said elsewhere
Is there a way to use something like an image picker component and select multiple images?
Because this method opens the file manager to pick files which is difficult to pick images.
The image picker component opens the gallery app and shows images by albums.
There is nothing more than the blocks I provided.
When Button is Clicked
User should pick multiple images
And get selected images in a list or something
i am not sure about my answer will help or not.
i think you can try to use the combination of File,DynamicImage,List_View_Image_and_Text.
e.g.
put all image into List_View_Image_and_Text, and you can select them more easier?
e.g.
DynamicImage can generate a picture wall, and you can see all the pictures?
as far as my research, there seems to no solution for ‘using a current Component’ to multiple select the images…