Search found 2 matches

Search found 2 matches Page 1 of 1
by Agupta
Fri Sep 25, 2020 1:18 am
Forum: Community Forum
Topic: Nested expression
Replies: 1
Views: 24838

I was able to do it.
My expression was wrong
Instead of ${responseRow[${indexVar}]}, I should write ${responseRow[indexVar]}

I am able to now print rows in rowset using for-each outer loop and for loop
by Agupta
Wed Sep 23, 2020 6:18 pm
Forum: Community Forum
Topic: Nested expression
Replies: 1
Views: 24838

Hi, I have a rowset called Response. I am running a for-each loop and the currentItemVariable is "responseRow" Inside this, I have a for loop whose currentIndexVariable is denoted by "indexVar" Under the for loop I am trying to execute ${responseRow[${indexVar}]} but it fails with error [8050 - Set ...
Search found 2 matches Page 1 of 1