Hi Dojo,
From the help we see we are able to get a parameter value from an Element by sending:
GET:ELEMENTNAME:PARAMETERNAME
And this is working fine for normal parameters. But we would like to get the value of a parameter in a Table. We've already tried adding the RowKey or DisplayKey, but it doesn't seem to work.
GET:ELEMENTNAME:PARAMETERNAME:RowKey
Would anyone know if this is feasible, and how it needs to be formatted?
Just a wild guess, but have you tried with a slash as that is usually used to indicate an index? (and try with rowkey and displaykey)
GET:ELEMENTNAME:PARAMETERNAME/RowKey
Thanks for testing it out. In the meantime I found RN 16102, that one mentions that it’s supported since 9.6.0 main release, a get uses PK and set uses both PK or DK, but unfortunately the RN doesn’t mention how to execute the get or what the syntax looks like.
We tried the suggestion : GET:ELEMENTNAME:PARAMETERNAME/RowKey .
But this also did not work.