File uploader in a collection

Hi, I need to be able to access the value of the file uploader when it is inside a collection. I have seen ways to do this when it is an input, but for the case of the file uploader I have not yet been able to find a solution.

I would appreciate it if someone could guide me with this. Thanks
Captura de pantalla 2024-08-20 112927

There should be an on change workflow that will give you this in a for of event.

I’m not fully understanding what you’re referring to
When selecting a file I can’t find the value anywhere

1 Like

A new approach can be to use components, one per repeated row, and do your logic on each row through internal component logic

3 Likes