how to add another column to the array of dictionary retrieved queryEntity

Certified Senior Developer

Hello,

I have a local variable which holds the data retrieved by the rule(queryEntity columns).

The columns retrieved are Col1, Col2. I want to add Col3 to this.

eg. local!QA[1]: [Id:243,value:"Question"]  these are the columns retrieved from the rule . I want to add column "Answer" to this.

There can be multiple rows. I tried getting the individual row using foreach(), but then idk how to add anothe column to the row.

how can i do it?

  Discussion posts and replies are publicly visible