<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to populate a grid using fitnesse.</title><link>https://community.appian.com/discussions/f/general/13888/how-to-populate-a-grid-using-fitnesse</link><description>Trying to populate a grid using fitnesse. The grid is initially empty, and I am able to get fitnesse to click on add row link to add a new row. Then I want to populate this row with data , but am unable to. 
 This is the fitnesse code I am using: | populate</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to populate a grid using fitnesse.</title><link>https://community.appian.com/thread/63114?ContentTypeID=1</link><pubDate>Fri, 30 Nov 2018 04:30:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b487c4e4-fc70-4763-b807-f0c4a5cf1698</guid><dc:creator>krishnau3863</dc:creator><description>Hi xingc0001,&lt;br /&gt;
&lt;br /&gt;
Try the below code snippet, it may help&lt;br /&gt;
&lt;br /&gt;
| click on link                     | Test |&lt;br /&gt;
| populate grid                  	| [1]   | column | [1] | row | [1] | with | Test |&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Krishna.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to populate a grid using fitnesse.</title><link>https://community.appian.com/thread/63109?ContentTypeID=1</link><pubDate>Thu, 29 Nov 2018 23:34:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7245fd08-1ef3-45f8-a1b8-ac3036ea1c96</guid><dc:creator>sahithip120</dc:creator><description>HI Xing,&lt;br /&gt;
&lt;br /&gt;
Did you verify if the syntax is correct as the first row of the grid is usually considered as a Header.&lt;br /&gt;
&lt;br /&gt;
Can you try the below | populate grid | [1] | column | [1] | row | [2] | with | testData |&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to populate a grid using fitnesse.</title><link>https://community.appian.com/thread/63106?ContentTypeID=1</link><pubDate>Thu, 29 Nov 2018 19:20:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6f33b02-5d98-40d8-8193-dfea0f839de3</guid><dc:creator>EmanuelWalker</dc:creator><description>Try using the grid name and column names instead of the index value. For example...&lt;br /&gt;
&lt;br /&gt;
| populate grid | grid name| column | column name | row | [1] | with | testData |&lt;br /&gt;
&lt;br /&gt;
Hopefully this helps.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to populate a grid using fitnesse.</title><link>https://community.appian.com/thread/63012?ContentTypeID=1</link><pubDate>Mon, 26 Nov 2018 22:40:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e834771-0e4f-4d87-a925-310add66c95e</guid><dc:creator>josep</dc:creator><description>Hello Xing, &lt;br /&gt;
&lt;br /&gt;
- does everything else works ? Could it be the fixture ? Or the setup? &lt;br /&gt;
&lt;br /&gt;
- I don’t remember exactly and don’t have the computer with me but try without the square brackets. &lt;br /&gt;
“1” instead of “[1]”.&lt;br /&gt;
&lt;br /&gt;
Hope this helps &lt;br /&gt;
&lt;br /&gt;
Jose&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>