<?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>Children Folder Name</title><link>https://community.appian.com/discussions/f/data/11176/children-folder-name</link><description>Hi guys, 
 I am trying to get the children folder name of a specific folder to see if the name of that folder already exists in my process folder. I am giving as an input the folder is there any way to retrieve this: 
 I have tried to use function folder</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49055?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 13:14:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d77f2280-d011-4267-a8aa-777579e9fdcc</guid><dc:creator>Colton Beck</dc:creator><description>This function was officially deprecated in the Custom Content Functions plugin, however it should still be available even though it&amp;#39;s hidden.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49044?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 09:49:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e0443a8-8514-4432-8045-67cb8bc0ccbc</guid><dc:creator>Guilherme Canteiro</dc:creator><description>I am using this expression in a script task, so it is giving me the same error.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49038?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 08:51:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a397d41e-3306-4324-a80d-390581945295</guid><dc:creator>annap</dc:creator><description>I used function findfoldersbyname in 7.2, please check is it available in respective Appian version.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49027?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2017 21:14:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea780490-56a5-46ea-b447-59d580a90b8a</guid><dc:creator>gianninol</dc:creator><description>Have you tried something like the following expression?&lt;br /&gt;
&lt;br /&gt;
a!forEach(&lt;br /&gt;
items: folder(pv!folder, &amp;quot;folderChildren&amp;quot;),&lt;br /&gt;
expression: folder(fv!item, &amp;quot;name&amp;quot;)&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
Or, if you do not have access to forEach:&lt;br /&gt;
a!apply(&lt;br /&gt;
  folder(&lt;br /&gt;
    _,&lt;br /&gt;
    &amp;quot;name&amp;quot;&lt;br /&gt;
  ),&lt;br /&gt;
  folder(pv!folder, &amp;quot;folderChildren&amp;quot;)&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
That should give you a list of names of each of the folder&amp;#39;s sub-folders.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49025?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2017 20:27:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aeb46e71-cd97-46f4-8f5a-ea413e34cc71</guid><dc:creator>Guilherme Canteiro</dc:creator><description>Now i am trying to use this expression: =folder(tointeger(getsubfoldersfromfolder(ri!folderName,false)),&amp;quot;name&amp;quot;) or &lt;br /&gt;
=folder(getsubfoldersfromfolder(ri!folderName,false),&amp;quot;name&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
But i am not being able to retrieve the name is giving me this error:  Error evaluating function &amp;#39;folder&amp;#39; : Expression evaluation error : Invalid function folder&lt;br /&gt;
&lt;br /&gt;
Why can&amp;#39;t i retreive the name of the specified folder?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Children Folder Name</title><link>https://community.appian.com/thread/49019?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2017 19:23:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3018ea55-8493-49b0-aef8-a6819e7f5ec6</guid><dc:creator>Colton Beck</dc:creator><description>&lt;p&gt;Take a look at the functions available in the Custom Content Functions plugin &lt;a href="https://forum.appian.com/suite/sites/shared-components/page/shared-components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUheigLnP0HseAqr85fQ4C2iA26S3m6XdDfQ/view/summary"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I think this has what you&amp;#39;re looking for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>