Hi,
I'm trying to make an setup where i select multiple items in an table and pass those to an script with an button.
I setup the button to take pass an feed of Object manager instances / ID to the script. However when i select multiple items i only get one id passed. I'm i missing something?
Looking what i got from the LCA it does pass it like an array so i expect more id's
Hi Gerwin,
Your expectations make a lot of sense and this is also what we want the behavior to be in the future. At the moment we have some cases where 1 row could represent multiple DOM instances, elements, ... which can cause confusion/unwanted behavior when using this feature. This will have to be addressed further before we align this behavior.
For now you can use the query rows feed instead, this feed will contain all selections from your table.