I have a button that will pass the Dom Instance ID of a selected row as an input param of an Automation script.
How do I make sure that I can pass multiple Dom Instance IDs when multiple rows are selected?
Hi Mieke
Passing all selected rows to the script is currently only possible when linking to the 'Tables' type (formerly known as 'query rows'). The 'Object manager instance' type will only fill in the first selected row. At the moment this is by design, to prevent issues where one row represents multiple objects of the same type. With the addition of flows, there are plans to improve this behavior.