Selectable object within a datagrid

1
Hello, I was wondering if it is possible to make items within a datagrid selectable? Due to the large amount of data I would prefer to not use a reference selector set.
asked
1 answers
1

You can enable multi-select in a datagrid and use that as input for a microflow through an action button. That way you could connect the selected records to another record, if that is what you're looking for.

answered