Fitenesse For Appian Grid issue

 Hi All,

Application I'm working on does not have Grid names. I'm not able to use below methods to access grid values. Is there any way to access grid values without grid name. I tired using Grid Index. It didn't work.

| verify grid | GRID_NAME or [GRID_INDEX] or GRID_NAME[INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] | contains | VALUE(S) |

| verify grid | GRID_NAME or [GRID_INDEX] or GRID_NAME[INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] | contains value | VALUE |

| verify grid | GRID_NAME or [GRID_INDEX] or GRID_NAME[INDEX] | row | [ROW_INDEX] | is selected |

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Mag,

    I'm able to access grid values by giving blank at the grid index. Now, I have new issue. Do you know how to read the all the values in the Gird and I want to verify one PREQ ID and click on beside row (Update PREQ). This PREQID might be in any row and even might be in the next page. So, is there any way to search for particular PREQ ID in the grid and click on beside row.  

Children