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
The problem is with the ".number" in value. If you add the same on the data parameter, then fv!row should work.
Hi Harshit:
Thank you for your response. I tried various combinations. I am trying to create a grid layout with the following columns:
Number | Name | Amount | Unit
Here is my data: output I am starting with:
I get errors when I tried to move the '.number' to the data-attribute.
I also get errors when I tried a couple other variations of fv!row and .number.