Hi all! I love the platform, I've been checking it out lately and there is only one missing piece I need to use it.
Is there any possibility to pass marked rows data from list into function?
I got 3 examples:
Example 1:
I have list of company departments. I'd like to execute some kind of action on certain number of departments, but not all of them. I've marked 6 out of 12 visible rows and now I want to click big green button "do something" and... it does something - only to the selected rows. (maybe function that takes array of ID's as an argument is my target)
Example 2:
I am browsing through the list and one particular record interested me. I'd like to execute action on it and only on it.
I checked the row and now I am simply clicking button on the top of the form and magic happens.
Is this possible with REI3? I've been looking through the documentation but I can't find anything that could help.
The only purpose of multiple selection in component "list" is only to do bulk editing and nothing else. I couldn't even find any way to do single selection - clicking simply opens form.
Example 3:
I'd like to choose single company on the list, and after choosing, list below (sublist) is filtered and shows all departments beloning to chosen company.
I looked through documentation and tried playing with various stuff in the builder but I couldn't get any of the examples to work.