Collection list - local variable

Hello,

I have a collection list within a table like so :

I want to save the input of each item into a local variable and then use this variable to send the request.

Is there a way to achieve this ?

Thanks

Hello,

I thought about doing this but in my case I would need to store the ID of the user + the value of the input field, so it would be an array of object that I would have to manipulate. It is doable but not so easily.

To simplify, I will just open a modal with a form for each item, not the best UX solution in my case but it will do the job for now :slight_smile:

Thanks