FitNesse: Selecting a checkbox in a grid based off of adjacent value.
Hello all,
Let me start off by saying that I am fairly new to Fitnesse (and Appian in general) as a disclaimer.
I am trying to accomplish a checkbox selection in a grid based on a specific record that I have specified. The checkbox is located in column 1 of the grid and the records are listed in column 2.
Picture below as an example. 
Let's say that I want to select the second one, not based on its row location but based its value.
So far I have tried several variations of the code that follows but have had no luck.
| populate grid | Grid selection is required. | column | [1] | row | ${Contract} | with value |click on checkbox option|[1] |
I was wondering if anybody can give me some advise on how to accomplish this. Any help is appreciated. Thank you in advance.
