I have an RG with checkboxes, I want to take the selected cells and be able to add them to a list.
Bump. Still need some help with this one.
I have just had the exact same issue as you. I couldn’t find a solution on the forum, so after a bit of tinkering I have managed to find an answer.
Create a custom state on any object, with a list of the thing you are trying to save.
Then create a workflow for when the checkbox is changed. Add two actions, one for when the checkbox is checked, and one for when it is unchecked. Set the state of your object as the current state, plus/minus the item that has been checked/unchecked.
Finally create a workflow for when the save button (or “Attach Units” in your case) is clicked. Create an action that sets the list of your data to the objects list state.
I hope this made sense and worked for you. Let me know if you need any additional help
Dylan
Works well, any idea how I could edit a data field of these selected items too?
EDIT: Nevermind, I am an idiot, aha.
Thanks a bunch, been struggling with this for ages! <3
This topic was automatically closed after 70 days. New replies are no longer allowed.