eden
1
Hi, I’m new to WeWeb… It’s a brave new world
I’ve got experience with tools like Glide which is simpler but significantly more limiting.
So Question; How do I modify multiple Rows/Records at once?
For Instance;
- A select All Button to Change Column values to True.
OR
- Select All to Change all values in a specific column to a value in a drop-down
OR
- Select Rows to filter for CSV Export
How would I do that?
1 Like
Hi @eden
I would use an iterator action to loop over all the selected records and update them
2 Likes
eden
3
Thought So! Awesome
Would the formula be setKeyValue?
Object would be ‘Data’, Key would be the Column, and Value would be the value to replace?
- On Click
- Iterate (formula)
- Stop Iterator
1 Like
I think it should work indeed. Feel free to send a loom or a screenshot so that we can double check
1 Like