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,
In order to make this work, you need a combination of following shape data on the child shapes (= buttons on which you applied the 'Execute' shape data):
Enabled True
Options NoCopyElementProperty
This should link the shapes to the Execute actions instead of acting as an element navigation button.
Robin Becker [DevOps Advocate] Selected answer as best 1st March 2022
The combination of this shape data made my buttons not render. What did I miss?
EDIT: Nevermind, was using Read param. I changed it to the Write param and it seems to work.