<?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>Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/discussions/f/general/12495/fitnesse---18-1-4---populate-picker-field-in-section</link><description>Hello all, 
 I&amp;#39;ve been trying to populate a picker field located inside a section this way: 
 
 | click on link | SECTION_NAME | 
 | wait for | 5 | 
 | populate field | FIELD_LABEL | in section | SECTION_NAME | with | VALUE | 
 
 It hasn&amp;#39;t worked. Has</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/79240?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 10:02:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:66fd4c27-1696-421a-9b18-c5f70f1c5252</guid><dc:creator>kashishbarnwal</dc:creator><description>&lt;p&gt;Hi Sara,&lt;br /&gt;How did you search the index of the field ?&lt;br /&gt;We too have the same issue, so we are trying to get the index of the Picker Field.&lt;br /&gt;The problem with that is There are many components on our site and thus the many indices...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/64318?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 23:39:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db0034b5-7d8d-4d29-848f-723755f10e9d</guid><dc:creator>Jenaburton </dc:creator><description>Hi Sara, not sure if you already found the answer to this but I ran into the same issue and found the solution. My picker field was a date, and held the placeholder &amp;quot;mm/dd/yyyy&amp;quot;. I had to use |populate field| mm/dd/yyyy|with|07/17/2000| and it worked.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/57169?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 14:16:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50921798-f570-4d04-a91c-f828fc648655</guid><dc:creator>Sara Rodr&amp;#237;guez</dc:creator><description>Hello &lt;a href="/members/prakruthim"&gt;prakruthim&lt;/a&gt; ,&lt;br /&gt;
&lt;br /&gt;
First of all, thanks for your time.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Clink on link&amp;quot; does work, although it&amp;#39;s more correct using &amp;quot;toggle senction&amp;quot;.&lt;br /&gt;
No matter what, the picker field can&amp;#39;t be populated the way you suggest.&lt;br /&gt;
The only solution I found was filling in the field searching by its index, which was quite hard to find.&lt;br /&gt;
&lt;br /&gt;
Thanks for your help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/57137?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 06:44:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f8a3c45-42d3-4eeb-a27e-0661876db0ef</guid><dc:creator>prakruthim</dc:creator><description>Hi Sara Rodríguez,&lt;br /&gt;
&lt;br /&gt;
The above script which you mentioned in the description of the Post will not work if the section where you are trying to enter the value is collapsed.&lt;br /&gt;
&lt;br /&gt;
So first verify the section is not collapsed. If it is collapsed, Please use the below script to enter the value to the picker.&lt;br /&gt;
| toggle section | SECTION_NAME | visibility |&lt;br /&gt;
| populate field | FIELD_LABEL OR [FIELD_INDEX] | in section | SECTION_NAME | with | VALUE(S) |&lt;br /&gt;
&lt;br /&gt;
If the section is not collapsed, you can directly use the below script.&lt;br /&gt;
| populate field | FIELD_LABEL OR [FIELD_INDEX] | in section | SECTION_NAME | with | VALUE(S) |&lt;br /&gt;
&lt;br /&gt;
Also, &amp;quot;Click on link&amp;quot; script will only work for the links. We cannot click section label&amp;#39;s by using &amp;quot;Click on link&amp;quot; script.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/55851?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 08:04:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3ab4a93-88db-43fb-9f80-b0dc36d4f256</guid><dc:creator>Sara Rodr&amp;#237;guez</dc:creator><description>&lt;p&gt;Hi rajeshv ,&lt;/p&gt;
&lt;p&gt;That&amp;#39;s not working either. I also tried to specify the section with the function mentioned above, but it&amp;#39;s not working anyway. Seems like it can not find the fields within the section.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m just trying to learn how to use Fitnesse, so I&amp;#39;m trying to test it in an empty interface of a site with just the folowing section:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/seccion-con-campos.png"&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/seccion-con-campos.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/55837?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 06:46:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09851981-1452-4dd6-878c-13ec3aeb1d64</guid><dc:creator>rajeshv</dc:creator><description>Hi Sara,&lt;br /&gt;
Please try using below method, if it is still not working please share screen shot of the app.&lt;br /&gt;
|populate field|UserPicker|with|Fitnesse User,Fitnesse Twoser|&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/55785?ContentTypeID=1</link><pubDate>Mon, 28 May 2018 08:32:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70f652f0-9b3f-4757-a0fb-189303d79129</guid><dc:creator>Sara Rodr&amp;#237;guez</dc:creator><description>Hello &lt;a href="/members/rajeshv"&gt;rajeshv&lt;/a&gt; ,&lt;br /&gt;
&lt;br /&gt;
My problem is not related to showing the section, but to fill in the fields included in it. Specifically a picker field.&lt;br /&gt;
&lt;br /&gt;
Thanks for your time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse - 18.1.4 - Populate picker field in section</title><link>https://community.appian.com/thread/55769?ContentTypeID=1</link><pubDate>Mon, 28 May 2018 03:38:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61afc892-4103-44f5-a01c-881a2ab6cbe5</guid><dc:creator>rajeshv</dc:creator><description>Hi Sara,&lt;br /&gt;
Above method will work fine.&lt;br /&gt;
I&amp;#39;m suspecting that section must be a toggle button not a link.&lt;br /&gt;
if that so please use below method.&lt;br /&gt;
| toggle section | SECTION_NAME | visibility |&lt;br /&gt;
if this does not work, Please share screen shot of the page, Will be easy to suggest other methods.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>