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,
I believe for this case you will need to modify the connector to make use of the option SelectionSetVar. This option will allow you to link a column to a session variable. In case you would like to allow a user to make a single row selection, you can add the option SingleSelection in your shape data ParameterControlOptions.
Tomoya Horiguchi(3365) 堀口 朋也 Posted new comment 26th May 2022
Hi Miguel,
It worked well. Thank you so much.