Hello Kodular Community,
I am experiencing a critical issue with the built-in Image_Picker component when allowing multiple selections (Allow Multiple Selections = True).
The Problem
When picking multiple distinct images from the device gallery, the selection list returns the exact same file path repeated for every item chosen, instead of unique paths for each separate image.
As a result, if I select 3 different images, my app ends up processing or uploading the exact same image content 3 times.
