<?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>Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/discussions/f/integrations/26150/is-there-a-way-of-changing-a-sharepoint-folder-name</link><description>it is posible to change a sharepoint folder name using the update folder metadata integration</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/135703?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 02:58:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:55b0fc3d-b773-42d1-807f-41a5113ea0d2</guid><dc:creator>Lem</dc:creator><description>&lt;p&gt;How do you target to update a subfolder properties? I&amp;#39;ve tried your approach and it&amp;#39;s always the main folder that&amp;#39;s always updating.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/135673?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 12:42:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1643b95f-72e9-4230-b221-3fe1ea4f3b7d</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;with the help of FileLeafRef we can update the properties of folder. if you need any more information you search in the sharepoint documentation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is the document which has the &lt;a href="https://dipansaha.wordpress.com/2012/07/23/useful-reference-for-sharepoint-internal-fields-name/"&gt;Internal name of sharepoint fields&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/135650?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 03:25:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b376b635-9be9-4b73-ac02-573a713c72dc</guid><dc:creator>Lem</dc:creator><description>&lt;p&gt;what&amp;#39;s the purpose of having that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/135581?ContentTypeID=1</link><pubDate>Mon, 20 May 2024 07:02:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:75e988e8-65fc-469b-b9c1-c0ae94f9f9d8</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;FileLeafRef is the name present at the backend which will not be display to end users, and Name is used as a userDisplay name.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/135487?ContentTypeID=1</link><pubDate>Fri, 17 May 2024 08:43:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01813d8e-a72b-4138-90eb-08495079b6dd</guid><dc:creator>Lem</dc:creator><description>&lt;p&gt;May I ask what is &amp;quot;FileLeafRef&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/116621?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 15:16:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee8d2ead-b012-48c8-b2a8-116db935e096</guid><dc:creator>felixr</dc:creator><description>&lt;p&gt;Thanks for your answer &lt;a href="/members/shivanireddys0001"&gt;shivanireddys&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way of changing a SharePoint folder name ?</title><link>https://community.appian.com/thread/116617?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 15:08:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:426e9533-ff3f-4a3f-8e5b-d745207855d5</guid><dc:creator>shivanireddys</dc:creator><description>&lt;p&gt;Yes , we can update folder name using update folder metadata integration&lt;/p&gt;
&lt;p&gt;in the folder path you can specify the path of the folder which you wanted to rename and the meta data you can pass&amp;nbsp; as below&lt;pre class="ui-code" data-mode="text"&gt;a!toJson(
{
&amp;quot;__metadata&amp;quot;: { &amp;quot;type&amp;quot;: &amp;quot;SP.Data.DocumentsItem&amp;quot; },
/* ri!newFloderName - new foldername which you would like  to provide*/
&amp;quot;Title&amp;quot;: ri!newFolderName,
&amp;quot;FileLeafRef&amp;quot;: ri!newFolderName
}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>