To iterate through every row and create the entries again on click of a button.
Is there a way possible that I can move only selected rows by using the same approach?
My Idea:
Give a user selected boolean value and then → use the functionality to move the rows in which boolean is true.
My Use case:
I will have multiple names in each rows → I want to be able to select all when filtered List gives me the output the selected people Need to be moved to a different table.
Question1: I use Data Grid view, Any way I cal select multiple rows by just once single click
Just like below when I select the tick mark next to Name it selects all items that’s there in filtered view
How do I do it?
Question 2 Can I make use of Glide API to move only selected items?
Oh ok, Custom filter would be difficult to set up?
If I can be able to select multiple rows on Filter item by single click and then move all using the mutation technique you mentioned it’ll resolve a big Flow problem for me.
Late comer to the thread so please pardon me if I miss something.
Wouldn’t it depend on your “boolean” that you are using to know if a row is selected or not? If you already know which state a row is in, you can create if-then-else columns to drive a hero icon column, or create two hero icon columns based on checked/unchecked scenarios, and then an if-then-else column based on the boolean to show the right icon.
What’s your use case for this? Can you show us how you’re configuring that part? I was thinking of a screen where your users can check/uncheck items, and the “Select All”/filter part is just add-ons whilst checking/unchecking is preserved as an option.
My use case got a little complicated here. I have two scenarios
I will apply Custom filter using query to get filtered list of 10 or lesser items from 100 items → I display this filtered Item → Allow select all using the above method mentioned by @Darren_Murphy This works fine
I will apply Custom filter using query to get filtered list of 10 or lesser items from 100 items → I display this filtered Item → Allow select all using the above method mentioned I would want to de select few items from the filtered List which has all items selected
This is where I am facing some sort of issue —> Could you explain your approach where you said "Thinking os screen where we can check un check items? That approach would work for me
Hi Dilip, I am pretty late to this conversation but can you please share a screenshot if possible. That would help us better understand how this is set-up. For your second use case, you can just give your users some input method to select and un-select some items. This can be a button on every entry which you can enable in advance actions section of your collection