Can i find the data from an input select in a datagrid column?

Hi !

I am looking for a way to have a Datagrid with displayed data from my Xano back-end, but i’d like to have an input select column (which i did with the custom option).
End goal is to multi select rows and send all the lines back to the backend but with the added data from the input select column.
Any ideas on how i could achieve that ? I can’t find the data from my input anywhere in the datagrid row variable or anything.

Any suggestions taken ! :slight_smile:

Hi @antoine_caron ,

you can bind your inputs to a variable and populate that variable with data through ‘onChange’ event of the input.

To preserve the right array data structure inside that variable you can on the first step copy the array structure of you datagrid data and on the second step populate it with data through “change variable” >> update item on index. Index you can get from the row data

2 Likes