Is it possible to change data in many rows (selected by the user) at once?

The goal is that I’d like to be able to select an arbitrary amount of rows in a view and be able to change one column in these rows to a certain value, from a list of values, all at once. Is this possible?

I know I can make an action that changes data in a column, and then have another action that runs this action on multiple rows depending on a logical condition. The issue is, that this is not very dynamic, I’d like to be able to select the rows that this action should apply to myself, and also select the value from a list of values.

Any ideas how to implement something like this? Workarounds are welcome as well

Best regards

0 2 209
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Possible? Yes. Easily? No.

The sample app in this post might give you some ideas:

Thank you for the suggestion, I’ll take a look at the app.

Top Labels in this Space