To know the value of a single cell of a table, based on the primary key, is GetParameterIndexByKey() worth it, performance-wise? As an alternative, GetRow() and then retrieve the desired value.
Guilherme Gaspar [SLC] [DevOps Advocate] Selected answer as best 21st December 2021
In case you want to retrieve only one cell of a table GetParameterIndexByKey() is exactly what you need, and the most performant call.
Guilherme Gaspar [SLC] [DevOps Advocate] Selected answer as best 21st December 2021