User info
First name | German |
Last name | Ballesteros |
DevOps Program
Acquired rank |
![]()
Member
|
Points progress |
![]()
0
DevOps Points
|
![]() |
|
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Joao, You can use the GetParameterByPrimaryKey(). The issue is that "7021" is not the primary key (PK) value. The value we need is the one found in the Instance column cell, like this: element.GetParameterByPrimaryKey(7001,...
View QuestionTo solve that issue, we updated the header/trailer params type to 'read' and remove the 'headerTrailerLink' option from all of them.
View QuestionBased on the investigations, we used the low-level .Net communication to get the desired information and create a custom JSON parser to parse and get the data needed.
View Question