<?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>Post data from SharePoint to Appian</title><link>https://community.appian.com/discussions/f/integrations/19720/post-data-from-sharepoint-to-appian</link><description>Has anyone been able to POST data from SharePoint into Appian? We have a use case where we need to get status data from SharePoint into Appian workflow and SharePoint needs to push this data to Appian via connected system. We already have a connected</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Post data from SharePoint to Appian</title><link>https://community.appian.com/thread/77352?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 17:34:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc838650-09eb-4902-8e81-feffbdfa6106</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;Thanks i was able to post data into Appian from SharePoint using the flow automation but now its fails when PATCH/PUT/Merge is used to update the same SharePoint site when the data in appian is changed.&amp;nbsp; Tried using the connected system but keep getting&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;SharePoint returned a 400 HTTP error&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---inMessageLayout appian-context-last-in-list"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error" id="4f280894b1325b131621c7e606648c54"&gt;error-result-guidance&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;SharePoint returned the following error code: -1, Microsoft.SharePoint.Client.InvalidClientQueryException The type SP.ListItemEntityCollection does not support HTTP PUT method.&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;If i use POST then i&amp;#39;m getting following error&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;&lt;/p&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---inMessageLayout"&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;SharePoint returned a 400 HTTP error&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="FieldLayout---field_layout FieldLayout---inMessageLayout appian-context-last-in-list"&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error" id="4f280894b1325b131621c7e606648c54"&gt;error-result-guidance&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p"&gt;SharePoint returned the following error code: -1, Microsoft.SharePoint.Client.InvalidClientQueryException A node of type &amp;#39;StartArray&amp;#39; was read from the JSON reader when trying to read the start of an entry. A &amp;#39;StartObject&amp;#39; node was expected.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Post data from SharePoint to Appian</title><link>https://community.appian.com/thread/77095?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 16:40:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb5f11c5-a495-46f8-9065-ff6b35220cd4</guid><dc:creator>Scott Milton</dc:creator><description>&lt;p&gt;You will probably get better information on that from a sharepoint/microsoft forum, as calling Appian should be like any other web service.&amp;nbsp; Doing a quick search shows that it looks possible that sharepoint workflows can call a web service, like the one you said you made already.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/call-web-services-from-sharepoint-workflows"&gt;https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/call-web-services-from-sharepoint-workflows&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Post data from SharePoint to Appian</title><link>https://community.appian.com/thread/77094?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 16:34:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dad71530-a5f5-4a51-89a6-66096ac4de4f</guid><dc:creator>Ankur V</dc:creator><description>&lt;p&gt;Yes I have created that as well but how will SharePoint post data to appian? I have exposed the site via API but I don&amp;#39;t see any option for SharePoint to post the data would Microsoft Flow work ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Post data from SharePoint to Appian</title><link>https://community.appian.com/thread/77093?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 16:29:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0e1e5087-4abc-4d4f-bad0-4c5fe4663d4d</guid><dc:creator>Scott Milton</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It sounds like what you want to do is create a web API in Appian, and then expose that to your Sharepoint.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/20.3/Designing_Web_APIs.html"&gt;https://docs.appian.com/suite/help/20.3/Designing_Web_APIs.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>