<?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>Moving documents to existing folder issue</title><link>https://community.appian.com/discussions/f/process/29866/moving-documents-to-existing-folder-issue</link><description>Hi Team, 
 I&amp;#39;m using a single process model for creating employee and updating employee(related action). While creating employee simply i create a new folder and move employee documents there. But incase of updating i need to add documents to the same</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Moving documents to existing folder issue</title><link>https://community.appian.com/thread/118581?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 16:39:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13c7ecba-4c13-4403-9299-4ba5931168c4</guid><dc:creator>navinkumars</dc:creator><description>&lt;p&gt;Thank you Mike. It&amp;#39;s working fine now&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving documents to existing folder issue</title><link>https://community.appian.com/thread/118580?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 16:36:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b96cbe3-ddb3-410e-a87c-973ecd0104df</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;As Mathieu already mentioned - in Appian, a folder is stored as an ID (that is the only unique aspect of any given document folder, to put it simply).&amp;nbsp; When you create a folder based on a particular person, you will need to store its ID (integer) into a place that&amp;#39;s easy to look up later on - like a column on that person&amp;#39;s database table row (if you don&amp;#39;t have a database table to store data related to each employee, you will need to set one up).&amp;nbsp; Then later on you can simply reference the folder by id after querying the database row for that person.&amp;nbsp; The appian type of &amp;quot;folder&amp;quot; really just holds an integer, so you can cast between the types pretty freely.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving documents to existing folder issue</title><link>https://community.appian.com/thread/118562?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 12:27:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4850dec-a4d6-4232-a28b-be47cff7ad79</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;You can do tofolder on a folder id if you stored it in the database in relation to your employee. Not the folder name (it is not unique)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving documents to existing folder issue</title><link>https://community.appian.com/thread/118561?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 12:24:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17950ac8-2c97-4c80-b9c9-b49d309e2bea</guid><dc:creator>navinkumars</dc:creator><description>&lt;ul&gt;
&lt;li&gt;But my task is to create a dynamic folder,like one folder for one employee then while updating i need to move documents to the same folder which has been created during the employee add process&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving documents to existing folder issue</title><link>https://community.appian.com/thread/118559?ContentTypeID=1</link><pubDate>Sat, 02 Sep 2023 12:15:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb3153e-808b-48d4-a1f1-d7a8e90fc778</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;I would suggest you&amp;nbsp;create a constant for your folder and use that instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>