I would like to get an ID by clicking a row in the table and display the name or other parameters circled in blue.
Is that possible?
Currently, I do it in another way using like circled in green
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023
Hi Tomoya
In the protocol/connector you can specify an option for each column of the table called "SelectionSetVar" + the name of a session variable. When a user clicks a row in the table, it sets a session variable with the content of that cell. This session variable can then be used on another shape in your visio. See below example.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 14th July 2023
Hi Jochen,
It worked well. Thank you so much.