Having the element ID how do I get the element name? Element ID is in a parameter, and I want to execute a script with the element name as an input.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023
There is no Visual Overview functionality that will make the ID to name translation for you. Typically IDs are provided as an input to a script. In there, you can easily request additional information of the element using its ID.
Note that you can access the element name of a page or shape using the [this element] placeholder, see help.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023
Thanks, Sebastiaan. I decided to go for a workaround and add a second parameter in the driver with the element name.