Getting multiple user selections

I have a table view type. I would like to have an action appear when the user selects 2 rows. Knowing both of these rows, have the Bot create a new row based on the information from the 2 rows selected. Is this possible? I cannot figure out how to determine which rows the users selected.

0 2 55
  • UX
2 REPLIES 2

Not in the way you have described it.  But there are alternatives. 

Only a single row can be be selected at a time and the "Row Selected" action, whatever you have configured, is performed on that row immediately after its been tapped..

You can achieve your goal in another way. 

Add a Boolean column that you use to mark the rows you wish to operate on.  Then surface an action button on those rows, that when tapped processes through the marked rows.  You won't be able to "gather" details from both rows together to add your new row.  But you can add the new row on the first row processed, updating with the necessary details from that row and then UPDATE the new row to add the details from the second row.

I hope this helps!

Thank you. Not sure it will do what I want. But I like the creativity, and may spark some other ideas.

Top Labels in this Space