<?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>Renaming File Name in SharePoint</title><link>https://community.appian.com/discussions/f/integrations/27897/renaming-file-name-in-sharepoint</link><description>Hello All, 
 I need to rename a file in SharePoint, but having a problem in identifying the correct metadata type tag to make the filename change 
 Output from the integration rule 
 
 The type used in the below screen is not correct, but I was trying</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/123455?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2023 15:22:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f9f1645-04b7-4a92-be49-b22a02f135da</guid><dc:creator>kishoree0002</dc:creator><description>&lt;p&gt;If we have a number of documents to update what we will do? Is there any function to update those documents with out manually?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108604?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2023 11:21:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44436f9c-257e-425a-aee3-083d48a40c47</guid><dc:creator>girishk5785</dc:creator><description>&lt;p&gt;Hello Rachel,&lt;/p&gt;
&lt;p&gt;Thankyou for the response, but I was looking for a way to delete files using API or OOTB methods.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108603?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2023 11:20:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54828c54-caa9-4af1-aab5-57f51d41bfaa</guid><dc:creator>girishk5785</dc:creator><description>&lt;p&gt;Hello Aditya,&lt;/p&gt;
&lt;p&gt;When I pass the complete path for&amp;nbsp;&lt;span&gt;&amp;#39;&amp;lt;Document Library Name&amp;#39;&amp;gt;, I get a Relative Path error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you share a example how to update the filename.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The OOTB does not allow to delete file with special character.&amp;nbsp;What is the ideal way to delete a file from SharePoint having special characters&amp;nbsp;in the name i.e. %ST.414%.pdf.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Girish Katti&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108591?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2023 05:14:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41d07496-80be-4db2-a974-fbfe4abc35a7</guid><dc:creator>rachelg9844</dc:creator><description>&lt;p&gt;Open the document library and hover over the file you want to rename.&lt;br /&gt;Click the ellipses (...) to the right of the item name, and then click Rename.&lt;br /&gt;In the Rename dialog, type the new name into the field, and then click Save.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rachel Gomez&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108572?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 19:21:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2bb136e-15a3-4d0f-9146-9bfb42223e9e</guid><dc:creator>aditya007</dc:creator><description>&lt;p&gt;It is service available to update the document name. And please take care of proper user access to update the file details&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108571?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 19:19:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:191a38dd-94ec-4827-b64f-d8f7480014a2</guid><dc:creator>girishk5785</dc:creator><description>&lt;p&gt;Hello Aditya,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you very much for the responce.&lt;/p&gt;
&lt;p&gt;In the URI&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;_api/web/lists/GetbyTitle(&amp;#39;&amp;lt;Document Library Name&amp;#39;&amp;gt;)/items(&amp;lt;item-ID&amp;gt;)/validateUpdateListItem&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;what is the value is&amp;nbsp;&lt;span&gt;/items(&amp;lt;item-ID&amp;gt;). Can you share any sample example.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks &amp;amp; Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Girish Katti&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Renaming File Name in SharePoint</title><link>https://community.appian.com/thread/108570?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2023 18:28:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95b40f4f-08e4-4467-8c11-97414fc8eae0</guid><dc:creator>aditya007</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;Method: POST
 
Uri:
 
_api/web/lists/GetbyTitle(&amp;#39;&amp;lt;Document Library Name&amp;#39;&amp;gt;)/items(&amp;lt;item-ID&amp;gt;)/validateUpdateListItem
 
Body:
{
  &amp;quot;formValues&amp;quot;: [
    {
      &amp;quot;FieldName&amp;quot;: &amp;quot;FileLeafRef&amp;quot;,
      &amp;quot;FieldValue&amp;quot;: &amp;quot;&amp;lt;new-folder-name&amp;gt;&amp;quot;
    }
  ]
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>