<?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>Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/discussions/f/general/7737/inconsistencies-when-using-grids-with-fitnesse</link><description>#FitNesse I was writing a script in FitNesse, wherein I have to add multiple rows and populate data into them. Adding row is fine, but when I populate data into the row by referring to the particular row number I am facing issues. For example: | click</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/58885?ContentTypeID=1</link><pubDate>Tue, 07 Aug 2018 20:06:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23bdb3bd-954f-40e9-b31c-2dcb98182124</guid><dc:creator>Bala</dc:creator><description>For those who are looking for answer on !today here,&lt;br /&gt;
&lt;br /&gt;
I faced the same problem. removed ! before script and then !today worked. &lt;br /&gt;
&lt;br /&gt;
Instead of starting script as  &lt;br /&gt;
&lt;br /&gt;
!|script|&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
|script|&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34672?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 20:51:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33478858-5c54-4b73-9c02-b664e8158228</guid><dc:creator>saravanana</dc:creator><description>+0 days works, Why todaysDate variable usage is not working in populate, but able to print values??&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34667?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 03:36:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee221fcf-d9d1-468d-bd1d-90a87268f433</guid><dc:creator>Dan Austria</dc:creator><description>Saravanan - That should be lowercased for days. &lt;br /&gt;&lt;br /&gt;| populate field | Date | with | +0 days |&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t believe that defining todaysDate as you have will work.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34666?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 01:14:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:434336be-f26f-4d2e-94a8-cd28138402b7</guid><dc:creator>saravanana</dc:creator><description>Not working both options.. Refer screenshots below Here is the line of code causing this issue&lt;br /&gt;!define todaysDate {!today (YYYY-MM-dd)}&lt;br /&gt;| set start datetime |&lt;br /&gt;&lt;br /&gt;| populate field | Date | with | +0 Days |&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Date-population-error-2.JPG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Date-population-error-2.JPG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Date-population-error-1.JPG"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/Date-population-error-1.JPG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34664?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 21:17:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44bc99cb-1cc9-46ec-b23d-e1d7ca23dc98</guid><dc:creator>Dan Austria</dc:creator><description>You should be able to set a variable for the date in the suggested format as above with YYYY-MM-DD HH:mm.  &lt;br /&gt;&lt;br /&gt;Additionally, if you have used |set start datetime| in your setup, you can put in today&amp;#39;s date by using &amp;quot;+0 days&amp;quot; where you want populate today&amp;#39;s date. &lt;br /&gt; &lt;br /&gt;| populate grid | Reminders | column | Reminder Time | row | 2 | with | +0 Days |&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34657?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 15:42:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67fe8080-1fe0-4b46-a35f-efd68e3b4c55</guid><dc:creator>saravanana</dc:creator><description>I am getting date/time populated to variable using below option. but variable value also printed in console, but not getting populated to control.&lt;br /&gt;&lt;br /&gt;!define todaysDate {!today (MM/dd/YYYY)}&lt;br /&gt;print ${todaysDate}&lt;br /&gt;&lt;br /&gt;| populate field | Date | with | ${todaysDate} |   ---- Failing this line..&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34655?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 12:10:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:97b58332-e267-427f-8b78-27c41a41d4b6</guid><dc:creator>Sidhant Behura</dc:creator><description>@saravanana - There is no predefined method or command for it in Appian FitNesse but you can write a small java custom fixture which returns the current date and time. You can capture that in a variable and use it wherever you want.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/34629?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2016 20:34:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8c8a2ed-7ce6-4ed9-bc1f-ff211e872c94</guid><dc:creator>saravanana</dc:creator><description>Is there a way to populate today&amp;#39;s date / date &amp;amp; time to Date control in Appian?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31851?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2016 09:00:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:035d6582-485b-4094-a196-b4161b950634</guid><dc:creator>Sidhant Behura</dc:creator><description>@Dan- Thank you. That works! ...&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31850?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2016 08:54:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9df8957-9e73-42a9-b0fa-54c32ed5455c</guid><dc:creator>Sidhant Behura</dc:creator><description>@carloss - That&amp;#39;s a typo ... Missed a pipe symbol.&lt;br /&gt;&lt;br /&gt;| populate grid | Reminders | column | Reminder Time | row | 2 | with | 6/10/2016 09:40 AM |&lt;br /&gt;&lt;br /&gt;Thanks for the correction.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31824?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 18:40:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36a1aea5-651d-4107-a789-f8cc37a7a22a</guid><dc:creator>Dan Austria</dc:creator><description>I will be updating the cheat sheet documentation for the next release to make this clearer for rows.  For selecting a column by number, you would also have to use the square brackets (e.g. [2])&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31822?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 17:35:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1bfe7e11-9446-446f-ae64-d19ec84c613e</guid><dc:creator>Dan Austria</dc:creator><description>For populating rows, you need to use square brackets [] for the row number.  It should look something like&lt;br /&gt;&lt;br /&gt;|populate grid | Reminders | column | Reminder Time | row | [1] | with | 2016-06-10 09:30 |&lt;br /&gt;&lt;br /&gt;I changed the date format to go along with the inputting dates in the documentation&lt;br /&gt;&lt;a href="http://localhost:8980/FitNesseForAppianDocumentation.CreatingFitNesseForAppianTestScripts"&gt;localhost:8980/FitNesseForAppianDocumentation.CreatingFitNesseForAppianTestScripts&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31820?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 16:25:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64270997-055e-4621-903b-4344a3031e06</guid><dc:creator>Carlos Santander</dc:creator><description>Do you have a copy and paste typo? Your first line is &amp;quot; | row | 1 | with | &amp;quot; whereas the second one is &amp;quot; | row | 2 with | &amp;quot;. Notice the pipe between &amp;quot;1&amp;quot; and &amp;quot;with&amp;quot;, but no pipe in the second line.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inconsistencies when using Grids with FitNesse</title><link>https://community.appian.com/thread/31819?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 16:13:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc0b8354-a5bd-4d4b-ac0f-ec9d802b8be9</guid><dc:creator>Sidhant Behura</dc:creator><description>...w stopper.&lt;br /&gt;&lt;br /&gt;I am suspecting this to be a bug, please correct me if I am wrong and feel free to provide suggestions.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>