<?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: Accessing Sharepoint List in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1668#M675</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I pasted this into the response body:&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "name": "project",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "optional": true,&lt;/P&gt;&lt;P&gt;    "label": "Project",&lt;/P&gt;&lt;P&gt;    "control_type": "text"&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But I'm still not ableto pick up the value from the sharepoint list into a variable&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Oct 2021 18:36:54 GMT</pubDate>
    <dc:creator>roland-daane</dc:creator>
    <dc:date>2021-10-26T18:36:54Z</dc:date>
    <item>
      <title>Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1661#M668</link>
      <description>&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking what you need to do to lookup values in a Sharepoint list, and et them into variables for a recipe.&lt;/P&gt;&lt;P&gt;I can search the list, and see the values in the Job, but I can't seem to access them.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:15:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1661#M668</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-26T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1662#M669</link>
      <description>&lt;P&gt;Maybe you should provide a response body sample in the custom action?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:44:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1662#M669</guid>
      <dc:creator>ngeorgakopoulos</dc:creator>
      <dc:date>2021-10-26T15:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1663#M670</link>
      <description>&lt;P&gt;I have this in the response body:&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "name": "Project",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "optional": true,&lt;/P&gt;&lt;P&gt;    "control_type": "text"&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:54:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1663#M670</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-26T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1664#M671</link>
      <description>&lt;P&gt;This looks like the input parameters that the action needs (Project). I was thinking about the response body that looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 16:03:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1664#M671</guid>
      <dc:creator>ngeorgakopoulos</dc:creator>
      <dc:date>2021-10-26T16:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1665#M672</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2565195"&gt;Roland Daane&lt;/A&gt; &lt;/P&gt;&lt;P&gt;From the attached Screen-shots, I thought you have used the Custom Action of the Sharepoint.&lt;/P&gt;&lt;P&gt;The Custom action mainly have following fields to setup:&lt;/P&gt;&lt;P&gt;Action name, Method, Path, Response Type, Request Parameter and Response body.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;From the Screen-shot, I observed that you are getting the response from Sharepoint side, means you request Method, Path and parameters are looks good.&lt;/P&gt;&lt;P&gt;Now, to use the result from custom action you just need to set the JSON into the Response Body field of custom action.&lt;/P&gt;&lt;P&gt;As easy approach, just copy the JSON by cliking the "Copy JSON" button from the job result or you can also copy the Response JSON from the Sharepoint API documentation for that request.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For more information about Custom Action and how to setup action parameters, you can follow the steps as given example in the following Workato document:&lt;/P&gt;&lt;P&gt;https://docs.workato.com/developing-connectors/custom-actions.html#custom-actions&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 16:33:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1665#M672</guid>
      <dc:creator>sanjay-rathod1</dc:creator>
      <dc:date>2021-10-26T16:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1666#M673</link>
      <description>&lt;DIV dir="auto"&gt;You can’t just ass a list to a variable. The connector brings back a list. What is it that you want to do with the list? If you want to add it to a Google sheet you can do that straight away with the Google sheet connector… for example. If you want to look for a specific person use the repeat action on the list until you find the person(s) that meet(s) your criteria… say create date time stamp is less than 5 minutes ago or something. Then do something with each of those people (I.e.) maybe add them to another system or send them and email or something.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:25:13 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1666#M673</guid>
      <dc:creator>vinny-sosa</dc:creator>
      <dc:date>2021-10-26T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1667#M674</link>
      <description>&lt;P&gt;I want to compare it with the part in the filename to valicate if the filename is correct.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Say filename is BC12324-XX-YY-Z-BQ-A-001 the BC1234 is project.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In the Sharepoint list I want to pick up the Project, and if Projectcode from filename exists in projectcode from Sharpeoint, then it's okay.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:31:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1667#M674</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-26T18:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1668#M675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I pasted this into the response body:&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "name": "project",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "optional": true,&lt;/P&gt;&lt;P&gt;    "label": "Project",&lt;/P&gt;&lt;P&gt;    "control_type": "text"&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But I'm still not ableto pick up the value from the sharepoint list into a variable&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 18:36:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1668#M675</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-26T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1669#M676</link>
      <description>&lt;P&gt;Roland, the fields you have set up in the response body are not matched with the API response.&lt;/P&gt;&lt;P&gt;Copy the JSON by clicking on the "Copy JSON" button of the following screen:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;After copying JSON, go to the Custom Action. &lt;/P&gt;&lt;P&gt;Clear the Response body you have setup.&lt;/P&gt;&lt;P&gt;Then click to "Use JSON" from Response Body field. &lt;/P&gt;&lt;P&gt;Popup will appear. &lt;/P&gt;&lt;P&gt;Remove the Empty Brackets from "JSON Sample" area.&lt;/P&gt;&lt;P&gt;Paste the JSON here&lt;/P&gt;&lt;P&gt;Click to next &amp;gt; Then Click to "Generate Schema"&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;By following these steps, you will get the API response variables to the next steps, and use it further for comparision.&lt;/P&gt;&lt;P&gt;P.S. If your response may contain an array of data, then you also need to do a Loop (Repeat action) to walk through each record.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 19:12:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1669#M676</guid>
      <dc:creator>sanjay-rathod1</dc:creator>
      <dc:date>2021-10-26T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1670#M677</link>
      <description>&lt;P&gt;You could also take the list and add it to a collection &lt;A href="https://systematic.workato.com/workato-migration/users/2565195"&gt;Roland Daane&lt;/A&gt; , this way you don't need to loop through them. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 19:18:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1670#M677</guid>
      <dc:creator>mroldanvega</dc:creator>
      <dc:date>2021-10-26T19:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1671#M678</link>
      <description>&lt;P&gt;Brilliant, thanks!!!&lt;/P&gt;&lt;P&gt;I now have the project in the oploaded filename, and can validate against the value in the list.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm going to be playing around with this much more.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanxx&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2021 21:56:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1671#M678</guid>
      <dc:creator>roland-daane</dc:creator>
      <dc:date>2021-10-26T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1672#M679</link>
      <description>&lt;DIV dir="auto"&gt;You would repeat through the share point list and compare each value in the list to the name of the file using ‘if’ and ‘contains’. You can also do this comparison using a logger step with a function in it whose output is a true or false. In either case you need a repeat step to loop through the items of the array.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:32:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/accessing-sharepoint-list/m-p/1672#M679</guid>
      <dc:creator>vinny-sosa</dc:creator>
      <dc:date>2021-10-27T20:32:00Z</dc:date>
    </item>
  </channel>
</rss>

