Embedding some Appian features within a Sharepoint interface

#Integration Sharepoint

We are trying to embed some Appian features within Sharepoint interface. I found a document in Appian on how to achieve that, but the document suggest that for installing the web part solution file we need to unzip the appian-sharepoint2013-X.y.z.zip in sharepoint server. Please suggest from where we can download this zip file?

Doc link-https://docs.appian.com/suite/help/17.1/Appian_for_SharePoint_2013.html

  Discussion posts and replies are publicly visible

Parents Reply Children
  • thank you @Carlos I am able to download the .zip file.

    When we are trying to access the sharepoint webparts by following the steps present in the docs.appian.com/.../Appian_for_SharePoint_2013.html docs. We are getting the below error:-

    Error occurred in WebPart rendering:System.ArgumentNullException: Value cannot be null. Parameter name: value at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Appian.AppianPart.AppianPart.CheckUserAccess() at Appian.AppianPart.AppianPart.CreateChildControls()

    Is that we have missed anything in terms of webparts configuration. Any suggestions?