I'm generating shapes based on rows in a table. A few of the shapes has the Execute shape data property. However nothing happens when you actually click (or even hover) the generated shapes.
Robin Becker [DevOps Advocate] Selected answer as best 1st March 2022
Hi Robin,
Does any of the parent shapes have the "enabled=false" shape data? In that case, this behavior is inherited by the table row shapes. You can work around this by adding "enabled=true" to the shapes, this will override the inherited behavior.
Robin Becker [DevOps Advocate] Edited comment 28th February 2022
I had not added Enabled=false to any shape or shape group, however explicitly setting Enabled=True did enable interactivity. However the shapes just link to the element which contains the linked table. The Execute command is not executed.