gridField - fv!row vs fv!identifier

Hello Folks:

I am trying to figure out why the "value: ......." works when I use fv!identifier but fails when I use fv!row (this gives me all 14 values as the output) whereas I am looking for just the current grid-row's value (one value).  The gridfied documentation seem to imply both are equi

As usual, thanks to the community on my Appian learning journey.

Ma

  Discussion posts and replies are publicly visible

Parents Reply
  • Komal
    The issue was my incorrect usage of syntax to access the data field.  I was originally using it as shown in the image below.

    As Mike Schmitt pointed out (and as your example shows), I was using fv!row as an index to the data ".number[fv!row]" which is incorrect.  I should have used  "fv!row.number".

    I am not sure what you mean by 'data structure is incorrect'.  The local variable I am using is as shown in the earlier image I had sent.  

    Thanks for your help.

    Ma

Children