<?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 365 - Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62230#M15385</link>
    <description>&lt;P&gt;Hi Arun,&lt;BR /&gt;&lt;BR /&gt;A different folder in the site will have a different Drive ID. If Drive ID is not specified the API points to the Documents Folder of the site by default. Note that current version of the VBO doesn't expose the Drive ID as a parameter, so it is pointing to Documents Folder.&lt;BR /&gt;&lt;BR /&gt;This article is handy &lt;A href="https://morgantechspace.com/2022/09/how-to-find-site-id-drive-id-and-item-id-using-microsoft-graph-api.html" target="test_blank"&gt;https://morgantechspace.com/2022/09/how-to-find-site-id-drive-id-and-item-id-using-microsoft-graph-api.html&lt;/A&gt; to get the site id, drive id and item id quickly using Graph Explorer.&lt;BR /&gt;&lt;BR /&gt;You will have to modify the API URL in the VBO action to accommodate Drive ID. For example, for the Open Workbook action the current URL is-&lt;BR /&gt;&lt;BR /&gt;[Base URL] &amp;amp; "/" &amp;amp; [Type] &amp;amp; "/" &amp;amp; [ID] &amp;amp; "/drive/items/" &amp;amp; [Workbook ID] &amp;amp; "/workbook/createSession"&lt;BR /&gt;&lt;BR /&gt;This needs to be modified to -&lt;BR /&gt;&lt;BR /&gt;[Base URL] &amp;amp; "/" &amp;amp; [Type] &amp;amp; "/" &amp;amp; [ID] &amp;amp; "/drives/" &amp;amp; [DriveID] &amp;amp; "/items/" &amp;amp; [Workbook ID] &amp;amp; "/workbook/createSession"&lt;BR /&gt;&lt;BR /&gt;You can then expose the Data Item so that value can be passed from the process. I am assuming here that you are setting the Type as sites.&lt;BR /&gt;&lt;BR /&gt;Similarly the other actions can be modified to cater for Drive ID.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 11:34:00 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2023-05-22T11:34:00Z</dc:date>
    <item>
      <title>Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62208#M15363</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We are trying to automate M365 excel and for that I have imported M365 Excel asset from DX. I have no idea on how to get the Workbook ID, Worksheet ID, File ItemID, FolderID to work with M365 Excel actions like Open Workbook, Get Worksheet as Collection, etc. So can someone please guide me on how to get those parameters using Microsoft Graph - Sharepoint?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2023 14:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62208#M15363</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-02-23T14:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62209#M15364</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="be8554b4-8144-41f7-8ecc-0c7b435bac67"&gt;@Arunkumar Manoharan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can get the Workbook ID in various ways:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can use the SharePoint connector or OneDrive connector to get a list of the files in the specific OneDrive. Find the workbook you're interested in and the ID will be part of its metadata returned from Graph.&lt;/LI&gt;
&lt;LI&gt;Alternatively, you can open the workbook directly in your browser and see the workbooks ID in the URL of the browser.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Same general idea applies to File ID and Folder ID. Once you have to workbook ID and you open the workbook in Graph, there are actions on the Excel connector that let you get info (i.e. metadata) about the worksheets in the workbook.&lt;/P&gt;
&lt;P&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>Thu, 23 Feb 2023 17:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62209#M15364</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-02-23T17:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62210#M15365</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;
&lt;P&gt;As a first step for M365 excel automation, I have tried to authenticate using Get Auth Token-Client Secret under MSAL.Net VBO but am getting the below error. Can you please help me?&lt;/P&gt;
&lt;P&gt;Error: Internal : Could not execute code stage because exception thrown by code stage: One or more errors occurred.&lt;/P&gt;
&lt;P&gt;I don't see any errors in the code level and it says 0 errors.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13591.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13751iCF4D9460CC7EB5C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="13591.png" alt="13591.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2023 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62210#M15365</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-03-30T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62211#M15366</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="1ca72448-e35f-4f46-938a-022568ae02ed"&gt;@Arunkumar Manoharan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We've just pushed an update to the MSAL.NET VBO (version 2.2.0) up to the DX. This version includes the addition of an aggregate exception handler in each action. This should result in the multiple exceptions being combined into the Exception output string so you can see what the messages are.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&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>Thu, 30 Mar 2023 17:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62211#M15366</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-03-30T17:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62212#M15367</link>
      <description>&lt;P&gt;Thanks Eric. I have imported the latest MSAL.Net VBO 2.2.0 and resolved the issue. But while trying to use open workbook, getting the below error.&lt;/P&gt;
&lt;P&gt;Error: {"error":{"code":"InvalidAuthenticationToken","message":"Access token is empty.","innerError":{"date":"2023-03-30T19:36:48","request-id":"9c48a9b7-4e81-4e9b-9399-5a6fcc8efc7e","client-request-id":"9c48a9b7-4e81-4e9b-9399-5a6fcc8efc7e"}}}&lt;/P&gt;
&lt;P&gt;Access Token is not empty and it didn't expire but still getting the above error in Create Session stage. Also we are not passing the Access Token in this create session stage.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13593.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13755i8A49B8BF739AAFA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="13593.png" alt="13593.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13594.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13757i31C025B2D1E287EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="13594.png" alt="13594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2023 19:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62212#M15367</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-03-30T19:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62213#M15368</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="Arunkumar Manoharan"&gt;@Arunkumar Manoharan,&lt;BR /&gt;&lt;BR /&gt;This is usually a sign that you're using an older version of the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO. We introduced an update to that VBO a little over a year ago where we added support for Bearer tokens. That capability is needed by the MSAL.NET VBO in order to pass the include the auth token in subsequent requests.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/A&gt;&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, 31 Mar 2023 15:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62213#M15368</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-03-31T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62214#M15369</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I have imported the latest Utility - HTTP VBO and ran open workbook action but got below error message in create session stage.&lt;BR /&gt;Error: The remote server returned an error: (400) Bad Request.&lt;BR /&gt;I have passed site ID, sites and workbook ID as an input parameters for open workbook.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13599.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13763i1A8C1AD1AA496732/image-size/large?v=v2&amp;amp;px=999" role="button" title="13599.png" alt="13599.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Basically, My requirement is to extract the contents/values from the SharePoint Excel and do some excel manipulation and again update the values to the same SharePoint Excel. Below are the sequence of steps that have followed. Please correct me if I am doing incorrectly.&lt;BR /&gt;1. Authenticate&lt;BR /&gt;2. Open Workbook&lt;BR /&gt;3. Get Worksheet as Collection&lt;BR /&gt;4.Write Collection&lt;BR /&gt;File URL - &lt;A href="https://shiftup.sharepoint.com/:x:/r/sites/RPA_NA_COE/_layouts/15/Doc.aspx?sourcedoc=" target="test_blank"&gt;https://shiftup.sharepoint.com/:x:/r/sites/RPA_NA_COE/_layouts/15/Doc.aspx?sourcedoc=&lt;/A&gt;&lt;STRONG&gt;%7B9F057DA2-0745-4376-B100-C8B0911D9349%7D&lt;/STRONG&gt;&amp;amp;file=WDSS_Bot_Input(1).xlsx&amp;amp;action=default&amp;amp;mobileredirect=true&amp;amp;cid=1bce6de8-e216-4a0e-b7c9-5f816e2bfda0&lt;BR /&gt;As you said, I have taken the Workbook ID from the above URL and marked it as Bold for your reference. so want to know whether this is correct or not.&lt;BR /&gt;Also It would be helpful if you provide the exact action to get Workbook ID, Worksheet ID, File ItemID because its very difficult to find the right action to get the right metadata.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2023 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62214#M15369</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-04-04T16:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62215#M15370</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="ea60af5b-f21a-48ca-a906-37ba258a3542"&gt;@Arunkumar Manoharan&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;First thing I notice is that your Workbook ID is incorrect. The &lt;STRONG&gt;%7B&lt;/STRONG&gt; and &lt;STRONG&gt;%7D&lt;/STRONG&gt; portions are actually HTML encoded special characters of &lt;STRONG&gt;{&lt;/STRONG&gt; and &lt;STRONG&gt;}&lt;/STRONG&gt; respectively. They are not part of the actual ID. So, your Workbook ID value should actually be&amp;nbsp;&lt;STRONG&gt;9F057DA2-0745-4376-B100-C8B0911D9349&lt;/STRONG&gt; (surrounded by double quotes of course). Try changing that and see what happens.&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>Tue, 04 Apr 2023 16:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62215#M15370</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-04T16:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62216#M15371</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;As per suggestion, I have changed the workbook ID and ran the create session stage but getting the below error message.&lt;BR /&gt;Error: The remote server returned an error: (404) Not Found.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13609.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13775i00C0BCFADAD41B1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="13609.png" alt="13609.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13610.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13771i63A0A24E1D715930/image-size/large?v=v2&amp;amp;px=999" role="button" title="13610.png" alt="13610.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Apr 2023 09:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62216#M15371</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-04-11T09:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62217#M15372</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="35b9a4fe-3145-4d70-9c36-804d0690d878"&gt;@Arunkumar Manoharan&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Ok, so Graph doesn't like something about the ID's you've provided, either the site ID or the workbook ID. Are you sure both of those IDs are correct? Have you ever used Microsoft's Graph Explorer utility? If not, you might want to give it a look. It's an excellent utility for troubleshooting issues with Microsoft Graph API calls. You can find it here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developer.microsoft.com/en-us/graph/graph-explorer" target="_blank" rel="noopener"&gt;https://developer.microsoft.com/en-us/graph/graph-explorer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&amp;nbsp;&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>Mon, 17 Apr 2023 13:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62217#M15372</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-17T13:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62218#M15373</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Site ID is correct but not sure about the Workbook ID since we didn't get the ID from any of the VBO action metadata. As per suggestion, we have opened the workbook in browser and taken the ID. Below snapshot is for your reference.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13626.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13792iC84F39F240DE7E7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="13626.png" alt="13626.png" /&gt;&lt;/span&gt;&lt;STRONG&gt;Could you please provide the exact action to get Workbook ID so that will give a try and check for the results.&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2023 13:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62218#M15373</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-04-26T13:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62219#M15374</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="683d9155-2e42-45ad-ad73-8f04fe2b2f04"&gt;@Arunkumar Manoharan&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You'll probably need to use a combination of the&lt;STRONG&gt; Get Default Drive Details&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;Get Drive Items&lt;/STRONG&gt; actions. &lt;STRONG&gt;Get Default Drive Details&lt;/STRONG&gt; will return metadata describing the default OneDrive associated with the specific SharePoint site. You'll need to pull the Drive ID out of that information. Then you can use the &lt;STRONG&gt;Get Drive Items&lt;/STRONG&gt; action, passing in the Drive ID, to get a list of metadata all of the items on that specific drive. Note, if the file is located in a subfolder you may need to call Get Drive Items multiple times to drill into the folders to find the specific file and get its metadata. Once you've found the file, it's File ID is contained in its metadata.&lt;BR /&gt;&lt;BR /&gt;Cheers,&amp;nbsp;&amp;nbsp;&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>Wed, 26 Apr 2023 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62219#M15374</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-26T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62220#M15375</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Is there any specific action to get the Folder ID apart from the Get Root Folder ID action because I need to pass the specific folder id in the Get Drive Items action to get the Drive ID. Also please let me know which action we need to use to get the Worksheet ID.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2023 18:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62220#M15375</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-04-26T18:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62221#M15376</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="bfe9a6eb-9cc4-4285-8a6c-6c32e40f141d"&gt;@Arunkumar Manoharan&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can start with the root folder and then work your way through recursively. Call Get Drive Items on the root folder and the return data will include folder and files. Then you pick out each folder ID from that meta data and work through it.&lt;BR /&gt;&lt;BR /&gt;Microsoft Graph does support the ability to use OData queries to essentially perform a search without all this recursion, but we haven't added support for that to this connector yet. If you feel up to it, you can add it yourself though. Just refer to the Microsoft Graph API documentation regarding OData queries.&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>Thu, 27 Apr 2023 13:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62221#M15376</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-27T13:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62222#M15377</link>
      <description>&lt;P&gt;Thanks Eric.&lt;BR /&gt;&lt;BR /&gt;Also would like to know which action we need to use to get Worksheet ID because it requires in all the other actions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Apr 2023 15:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62222#M15377</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-04-28T15:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62223#M15378</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="c11c5c7e-e610-4adf-b333-9b9919b3d383" data-tag-text="@Arunkumar Manoharan" href="https://community.blueprism.com/network/profile?UserKey=c11c5c7e-e610-4adf-b333-9b9919b3d383" data-itemmentionkey="821b0504-55e7-4fb8-a531-bcd8513f3b06"&gt;@Arunkumar Manoharan&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The same idea applies. Geta list of the items on a drive or from within a folder. If the item is a worksheet, it's ID will be included in its metadata. This is why I mentioned giving Microsoft Graph Explorer and go as it gives you a very visual way of understanding how all this fits together.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&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, 28 Apr 2023 15:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62223#M15378</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-28T15:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62224#M15379</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I have taken the worksheet ID using "Get Worksheet Names" action and now got stuck in "Get Worksheet as Collection" action. I was able to extract the values from the sharepoint excel into collection(Text), but in "Get the Range" action getting the below error message.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13696.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13859i652C72DE0A17CBAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="13696.png" alt="13696.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Arun&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2023 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62224#M15379</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-05-03T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62225#M15380</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Arunkumar,&lt;BR /&gt;&lt;BR /&gt;The code stage "Get the Range" is expecting column named JSON_Unnamed_Value in the "Text" collection which &lt;SPAN style="font-size: 14.6667px;"&gt;doesn't&lt;/SPAN&gt; seem to be there based on the error message. Can you post a screenshot of the Text collection with the column names visible.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2023 11:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62225#M15380</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-05-04T11:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62226#M15381</link>
      <description>&lt;P&gt;Hi Shashank,&lt;BR /&gt;&lt;BR /&gt;Please find the Text collection screenshot below.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13712.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13875i24D22DEB0EE162EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="13712.png" alt="13712.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arunkumar Manoharan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2023 12:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62226#M15381</guid>
      <dc:creator>ArunkumarManoha</dc:creator>
      <dc:date>2023-05-04T12:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsoft 365 - Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62227#M15382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Arunkumar,&lt;BR /&gt;&lt;BR /&gt;A test run on my end was &lt;SPAN style="font-size: 14.6667px;"&gt;successful&lt;/SPAN&gt; for this action. Can you please check if you have the latest Utility - JSON from DX.&lt;BR /&gt;If you still get error after upgrading Utility - JSON, please share a sample copy of the excel file that you are trying to read.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2023 16:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-365-Excel/m-p/62227#M15382</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-05-04T16:12:00Z</dc:date>
    </item>
  </channel>
</rss>

