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.
The 'Execute' shape data field should be added at the child-level shape data that represents a table row i.e where you define ChildType etc. I dont think you need to define the 'enabled=true' option.
If I understand you correctly you then want each shape to execute a different Automation script. I dont think that will be possible.
What you could possibly do is pass on additional information in the ‘Execute’ shape data like a paramater value in a row to your Automation script and deal with that logic there to then call different scripts based on the value passed to it.
I have (at least) two buttons per row so I would need to be able to execute two different SETs per row.
I would need multiple (different) Executes per row though. Would that be possible?