<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Microsoft Graph - SharePoint VBO Challenges in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64936#M2798</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, &lt;STRONG&gt;Get Site by Site ID&lt;/STRONG&gt; takes a sites ID as input in order to return details about the sites definition - including its full ID.​ What my last post showed is that you can pass the &lt;EM&gt;&lt;STRONG&gt;host name&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;portion of the SharePoint site's URL in as the site ID and the action will succeed.&lt;/P&gt;
&lt;P&gt;From your example, I could pass in&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;blueprism.sharepoint.com&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;as the site ID and get back the sites info record.&lt;/P&gt;
&lt;P&gt;Does that make sense?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 06 May 2022 13:43:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-05-06T13:43:00Z</dc:date>
    <item>
      <title>Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64919#M2781</link>
      <description>&lt;SPAN&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am looking for your help on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Microsoft Graph - Sharepoint&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;connector web API - action &lt;STRONG&gt;'Update List Item Column Value'&lt;/STRONG&gt;. I am able to run this successfully with request payload in json format as per the ask. However it looks that it doesn't update the new value/s. &lt;BR /&gt;&lt;BR /&gt;I tried it multiple times with success but the response recieved from that call still holding the old value/s.&lt;BR /&gt;&lt;BR /&gt;Anyone know if this action really works or I am doing something incorrectly ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2022 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64919#M2781</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-02-03T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64920#M2782</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This seems to work for me on my test SharePoint site. One thing you might want to check is the properties of the field (aka Column) you're trying to update. They can be marked as read-only. They can also have an associated calculation that must be met for things to work properly. Not sure if these apply to your specific case, but you should verify.&lt;BR /&gt;&lt;BR /&gt;In my case, I added a &lt;STRONG&gt;Single Text Line&lt;/STRONG&gt; column, named &lt;EM&gt;&lt;STRONG&gt;Test Column&lt;/STRONG&gt;&lt;/EM&gt;, to an existing list of documents as pictured below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8695.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8872i4725E1AE084574D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="8695.png" alt="8695.png" /&gt;&lt;/span&gt; After that, I used the Graph action to update the value of the column on the item &lt;STRONG&gt;Test1.xlsx &lt;/STRONG&gt;to set the value to &lt;EM&gt;&lt;STRONG&gt;This is a test&lt;/STRONG&gt;&lt;/EM&gt; as shown below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8696.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8870i67EB6E7772A3FD78/image-size/large?v=v2&amp;amp;px=999" role="button" title="8696.png" alt="8696.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And this is the JSON I used:&lt;BR /&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
    "TestColumn": "This is a test"
}​&lt;/CODE&gt;&lt;/PRE&gt;
&amp;nbsp;&lt;BR /&gt;Please note, the name you use to reference the column in the JSON, is NOT the &lt;EM&gt;&lt;STRONG&gt;d&lt;/STRONG&gt;&lt;STRONG&gt;isplayName &lt;/STRONG&gt;&lt;/EM&gt;(i.e. the displayed name of the column). It's the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;name &lt;/STRONG&gt;&lt;/EM&gt;(i.e. internal name). You can find the name of the column by enumerating the list's columns. We don't have an action in the connector for that, but you can add one easy enough. Just copy the &lt;STRONG&gt;Get List by List ID&lt;/STRONG&gt; action and add &lt;STRONG&gt;/columns&lt;/STRONG&gt; to the end of the&lt;STRONG&gt; URL Path&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;/sites/[Site ID]/lists/[List ID]/columns&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2022 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64920#M2782</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-02-03T13:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64921#M2783</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. I think i got few things from your suggestion and probably will try doing this. &lt;BR /&gt;&lt;BR /&gt;Just a small update, I am trying to update a column value in a list (Table) and this is the json i am trying to use:&lt;BR /&gt;&lt;STRONG&gt;JSON (Request Payload)&lt;/STRONG&gt; = {"@fields":{"Title":"Test"}}&lt;BR /&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt; List with multiple columns - 30+ columns&lt;BR /&gt;&lt;STRONG&gt;Field Name:&lt;/STRONG&gt; It looks to be same on the list as well as collection i got from action &lt;STRONG&gt;'Get Items in List by Fields' (attached for ref.)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2022 14:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64921#M2783</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-02-03T14:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64922#M2784</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Looking for your assistance on the above issue with MS Graph API for updating field/s on a list/table in SharePoint online.​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64922#M2784</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-03-07T09:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64923#M2785</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you update me on your latest status? There were some suggestions I made that you were going to try. I take it they didn't help you move forward?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64923#M2785</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-03-07T15:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64924#M2786</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, you are right, i think i missed to post that updates. I am able to make this action call working with correct json and getting the success result however it is not reflecting the update on field/s made on the SharePoint. So, was wondering if this action really works or I am doing something wrong.&lt;BR /&gt;&lt;BR /&gt;Attached is the action details.&amp;nbsp; &amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64924#M2786</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-03-07T15:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64925#M2787</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Ok, I understand what you're trying to do. I thought you were trying to change the value of an item within the list when in fact you're trying to change the definition of an actual column. The bad news is there's no action on the SharePoint connector, at the moment, to change the definition of a list column. The good news is that it's not that difficult to add one.&lt;BR /&gt;&lt;BR /&gt;What you want to do here is issue a PATCH request against the column definition. Microsoft recommends creating a JSON payload that only includes the specific column properties that you want to update. In this case, the only thing you want to update is &lt;EM&gt;&lt;STRONG&gt;displayName &lt;/STRONG&gt;&lt;/EM&gt;from the sounds of it.&lt;BR /&gt;&lt;BR /&gt;First, you issue a GET request to enumerate the column definitions for the specific List that you want to work with. I mentioned that in my post from Feb 3rd where I mentioned you would need to add an action for this. The action looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;GET /sites/[Site ID]/lists/[List ID]/columns&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The response will include an array of JSON objects that correspond to each column in the List. Find the information for the column you're interested in and pull out its ID. Now, you'll use that ID with a PATCH request to update it. The request looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;PATCH /sites/[Site ID]/lists/[List ID]/columns/[Column ID]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And the request body, for displayName, would look like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
  "displayName": "[New Column Name]"
}​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Here are some screenshots from a test I ran. The first shows the original file list. The second shows what it looks like after I changed the name of the column titled &lt;STRONG&gt;Test Column&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8705.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8882i15A43E81297C9303/image-size/large?v=v2&amp;amp;px=999" role="button" title="8705.png" alt="8705.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8706.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8881iB035EE21FFC9F63B/image-size/large?v=v2&amp;amp;px=999" role="button" title="8706.png" alt="8706.png" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;BR /&gt;NOTE:&lt;/STRONG&gt; If you're looking at this in the browser, you have to refresh the page to see the update.&lt;/P&gt;
&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 01:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64925#M2787</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-03-08T01:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64926#M2788</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I am &lt;SPAN&gt;trying to change the value of an item within the list only. For example: The Title value for Row 1 is "Failed" and I am trying to update this to "Success". &amp;nbsp;The definition of an actual column will remain same i.e. Column name will still be "Title" only.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;JSON (Request Payload)&lt;/STRONG&gt;&amp;nbsp;= {"@fields":{"Title":"Success"}}&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 07:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64926#M2788</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-03-08T07:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64927#M2789</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Ok, apparently my brain is not working. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using the &lt;EM&gt;&lt;STRONG&gt;Update List Item Column Values&lt;/STRONG&gt;&lt;/EM&gt; action, on the connector, there's no need to include the &lt;STRONG&gt;@fields&lt;/STRONG&gt; portion in the JSON body because it's already included in the URL path. See the following screenshot:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8731.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8911i7795F10B98CEA669/image-size/large?v=v2&amp;amp;px=999" role="button" title="8731.png" alt="8731.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Set up your JSON body to just include the field names and their values like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
  "Title": "Success"
}&lt;/CODE&gt;&lt;/PRE&gt;
​&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 12:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64927#M2789</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-03-08T12:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64928#M2790</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, finally it worked. Thank you for all your assistance and support. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 15:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64928#M2790</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-03-08T15:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64929#M2791</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - Is there any way to get Site ID via SharePoint Online URL&amp;nbsp; ? It looks that all actions in this VBO needs Site id as key input however no action to get the Site ID via URL.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 12:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64929#M2791</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-05-04T12:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64930#M2792</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you looked at the actions &lt;STRONG&gt;Get Root Site&lt;/STRONG&gt; or &lt;STRONG&gt;List Followed Sites&lt;/STRONG&gt;? You can also try entering the actual hostname of the site as the ID (ex. mysite.sharepoint.com) as some Graph endpoints support that.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 12:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64930#M2792</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-04T12:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64931#M2793</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Get Root Site&lt;/STRONG&gt;&lt;SPAN&gt; action give us the console (company) id like blueprism.shapoint.com not to the exact site URL we are looking for. While&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;List Followed Sites &lt;/STRONG&gt;can give us the site id however it have a dependancy on users to have all those sites marked as favorite.&lt;BR /&gt;&lt;BR /&gt;I am looking for an action to &lt;STRONG&gt;GET site id&lt;/STRONG&gt; by passing &lt;STRONG&gt;Token and URL&lt;/STRONG&gt; as inputs and provide respective URL site id as one the output paramater.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 14:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64931#M2793</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-05-04T14:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64932#M2794</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm not sure I'm following you. Are you looking for a subsite of the root site? If so, take a look at the &lt;STRONG&gt;Get Subsites&lt;/STRONG&gt; action.​ You pass in the root site (ex. blueprism.sharepoint.com) and it will return a list of all subsites of that root site.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 14:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64932#M2794</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-04T14:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64933#M2795</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;​No, &lt;SPAN&gt;not looking for a subsite of the root site. &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;I am simply looking to get the Site ID of any URL. (ex. blueprism.sharepoint.com/xxx/xxxx/xxx)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 14:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64933#M2795</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-05-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64934#M2796</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If your example, you have the hostname of the SharePoint site.​ You can use that in many of the Graph calls. If you want the actual UUID of the site you can use the &lt;STRONG&gt;Get Site by Site ID&lt;/STRONG&gt; action and pass in the hostname of the site. This will return the general data of the site including the UUID for the site. Here's an example response for a test site of mine where I used the hostname with the above action.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8773.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8949i0898B3D51A22860F/image-size/large?v=v2&amp;amp;px=999" role="button" title="8773.png" alt="8773.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 15:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64934#M2796</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-04T15:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64935#M2797</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;The &lt;STRONG&gt;Get Site by Site ID &lt;/STRONG&gt;action will still need site id as input. I am looking for a simple action to input URL (like blueprism.sharepoint.com/xxx/xxxx/) as Input and giving Site Id as Output. ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2022 13:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64935#M2797</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-05-06T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64936#M2798</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, &lt;STRONG&gt;Get Site by Site ID&lt;/STRONG&gt; takes a sites ID as input in order to return details about the sites definition - including its full ID.​ What my last post showed is that you can pass the &lt;EM&gt;&lt;STRONG&gt;host name&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;portion of the SharePoint site's URL in as the site ID and the action will succeed.&lt;/P&gt;
&lt;P&gt;From your example, I could pass in&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;blueprism.sharepoint.com&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;as the site ID and get back the sites info record.&lt;/P&gt;
&lt;P&gt;Does that make sense?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2022 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64936#M2798</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-06T13:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64937#M2799</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Looking for another help on this VBO. I have used both Get Lists and Get Subsites , Get All Drives and Get Drive Items action, however none of this is reflecting the list of folders I have on that site.​​&lt;BR /&gt;&lt;BR /&gt;Any idea if am i missing any action to get this list of folders on that site id ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2022 10:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64937#M2799</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2022-05-16T10:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft Graph - SharePoint VBO Challenges</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64938#M2800</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24713"&gt;@Kamal2017&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If you have the site ID, you can use a series of actions to get to a list of folders. Here are the steps:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;You can use &lt;EM&gt;&lt;STRONG&gt;Get All Drives&lt;/STRONG&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;STRONG&gt;Get Default Drive Details&lt;/STRONG&gt;&lt;/EM&gt; to get the &lt;STRONG&gt;driveId&lt;/STRONG&gt; for the SharePoint site. If your site uses multiple OneDrive instances you'll want to use Get All Drives and iterate over all the drives to get all the folders.&lt;/LI&gt;
&lt;LI&gt;After you have the &lt;STRONG&gt;driveId&lt;/STRONG&gt;, use &lt;EM&gt;&lt;STRONG&gt;Get Root Folder ID&lt;/STRONG&gt;&lt;/EM&gt; to get the ID of the top level folder.&lt;/LI&gt;
&lt;LI&gt;With the &lt;STRONG&gt;driveId&lt;/STRONG&gt; and root &lt;STRONG&gt;folderId&lt;/STRONG&gt;, you can use the &lt;EM&gt;&lt;STRONG&gt;Get Drive Items&lt;/STRONG&gt;&lt;/EM&gt; action to get a list of all items in that specific folder (including other folders).&lt;/LI&gt;
&lt;LI&gt;Then you make additional calls to &lt;EM&gt;&lt;STRONG&gt;Get Drive Items&lt;/STRONG&gt;&lt;/EM&gt; using the IDs of the child folders.&lt;/LI&gt;
&lt;LI&gt;Repeat step #4 as long as you're finding more child folders.&lt;/LI&gt;
&lt;/OL&gt;
How do you identify an item as a folder in the response from &lt;EM&gt;&lt;STRONG&gt;Get Drive Items&lt;/STRONG&gt;&lt;/EM&gt;? The response data will include a &lt;STRONG&gt;folder&lt;/STRONG&gt; facet in the JSON. Here's an example:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8798.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8975i03396955D616ED68/image-size/large?v=v2&amp;amp;px=999" role="button" title="8798.png" alt="8798.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2022 13:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Microsoft-Graph-SharePoint-VBO-Challenges/m-p/64938#M2800</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-16T13:44:00Z</dc:date>
    </item>
  </channel>
</rss>

