Post data from SharePoint to Appian

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 system performing a  GET and POST from Appian to SharePoint  but we are tying to see if the other way round can be achieved without Appian making GET calls .

  Discussion posts and replies are publicly visible

Parents Reply
  • 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.  Tried using the connected system but keep getting 

    SharePoint returned a 400 HTTP error

    error-result-guidance

    SharePoint returned the following error code: -1, Microsoft.SharePoint.Client.InvalidClientQueryException The type SP.ListItemEntityCollection does not support HTTP PUT method.

    If i use POST then i'm getting following error

    SharePoint returned a 400 HTTP error

    error-result-guidance

    SharePoint returned the following error code: -1, Microsoft.SharePoint.Client.InvalidClientQueryException A node of type 'StartArray' was read from the JSON reader when trying to read the start of an entry. A 'StartObject' node was expected.

Children
No Data