-
Recently active
We have a connected system in which daily a process will start to extract 3 table data from database table and place in a sharepoint folder location.But on a particular day,it didn't extract the data and throw an error like this"class javax.net.ssl.SSLException connection reset".What is the issue and how to resolve?
Hello. My question is, can I change the default body for the 404 NOT FOUND error? Appian default response looks like this: If I want to return a custom JSON instead of the text "404 - Not Found", can I do that? Is possible to change the default body errors for the 404 or others http errors? Thanks in advance!
With the pinecone integration that is available with Appian it requires an environment to be set and pinecone no longer provides environments. Pinecone no longer requires the environment to be part of the connection. Our latest SDKs all connect to a global control plane instead. This means a single project can now host indexes in different environments/cloud regions, and you only need to set the API key to use your indexes. But when we try to connect environment is required and throws an error.
Hi, We are getting data from External services in a file format. So is it possible to start the process model once I get a file from external source ?
Hi, I have a requirement of sending documents (filetypes like pdf, jpeg, xlsx, docx, ppt etc) from Appian to external system (AWS API) through integration object, so I want to know what is the maximum file size I can send it through an integration object. I have read in documentation that Appian supports file upload up to 1 GB, so will Appian supports sending file through integration object up to 1 GB as well? Also, if I want to upload a 1GB file through an uploader component, how much time the component will take to load the file into the interface from users local system. Will the users session be active till the 1 GB file upload to the interface completes? Thanks.
Hello, It is currently not possible to use OAuth 2 Client Credentials to authenticate towards Appian for one of our connected systems.. The following request is made to create the token: POST /suite/authorization/oauth/token?grant_type=client_credentials HTTP/1.1 Host: ... User-Agent: Go-http-client/1.1 Content-Length: 0 Authorization: Basic .... Accept-Encoding: gzip The grant_type is passed as query parameter No Content-Type HTTP header is present (The body is empty) Appian returns an error, because it expects the Content-Type HTTP header to be present: {"error_description":"Missing HTTP Content-Type header","error":"invalid_request","error_uri":"https:\/\/docs.appian.com\/suite\/help\/24.1\/Web_API_Authentication.html#client-credentials"} Can the check be changed in Appian, so that the header Content-Type is not required if the body is empty?
I need to generate a secure embedded link and need to put that in an Appian interface. I mimicked what given in this documentation here (https://help.sigmacomputing.com/docs/example-embed-api-and-url) and created an expression rule for the same. It works but there are some organization level restriction to not put up client id and client secret in constants. Could you please share any alternatives which can be used to store the credentials in Appian or any workaround for the same? I tried to look into Third Party Credentials store but it seems like it can be accessed via a plugin alone.
Hi, is it possible to invoke multiple a!startProcess inside appian web api?
Which is difference if we add query parameters in Query Parameters side or if we add as relative path ??
Hi Everyone, We have requirement where external API expecting a Appian Document as BLOB URL where external system to download/read the file. In simple words How to upload a Appian document as BOLB URL to external systems? Thanks in Advance.
I have a scenario where I need to generate a Google Workbook with multiple sheets by using integration services.
I have having some issues with creating the OneDrive Connected System. I am getting the error in the picture.
Hi All, we are using the sharepoint Connected system and we are trying to create Folder using the Create Folder API, provided by the sharepoint connected system. However i am unable to provide the Destination path to the Folder in which i need to create this new Folder. Can someone please help me in how to pass the folder Path. This is the Error which i am getting Please help.
I want to add chatbot in the application, where chatbot will interact with the application's data. What are the steps I need to follow ??
Does anyone know how to find out or know what the version is of the JDBC SQL Server driver deployed to an Appian cloud instance that is v23.4?
Hi! Does anyone know if there is a native or out of the box way to retry an integration when it fails? or the only option is to do a manual retry on the object that uses that integration?
Hello, I know APPIAN has no OOB feature for phonetic pronunciation yet. Any suggestion for text to speech plugins or how to implement one? Reason -- User wants to pronounce the correct names when in-call with consumer. Thanks! Ajay
Tried passing multiple values to a query param to filter a column values that are in the list of values in query param. In Query Filter tried the "in" operator. Its not working. Below is sample query param with multiple filters to filter by that I am trying. ?queryParam=value1,value2 Please advise how to filter based on multiple values.
The user without being an Appian admin he/she has to enable or disable the WEB API logging in the UI by clicking the button. I would like to know the possibility of this customized feature of WEB API request logging.
Hi, I'm looking to find if Appian offers alternative ways to do a post request (without exposing sensitive data) to an external system and doesn't require using an API, or JWT. The external system partner is not looking to decode the data or dev an API TIA, Emily
I am trying to create a Salesforce Connected System with Username - Password Oauth. I am getting Appian was unable to connect to the provided Instance URL The following error occurred: ConnectionTimeoutException Please ensure the Salesforce Instance URL in the Connected System is valid.
Hi, we have a functionality to upload a file and save it in a folder in SharePoint. The connected system we are using is through the HTTP integrated Microsoft Graph Connected System. It works fine for a file size up to 100MB but post that we are facing Integration Error as [title=There was a problem with the request, message=Failed to connect to https://graph.microsoft.com/v1.0/drives/b!m6Ln0pXy60eQAb14pUvBiE4NVb13D6JDnJVPxlNZJEQw55MIsIdnQa8ktIM9MLWk/items/01HO3UJFSOHDXPAJQEDRA2S5JCHFKWTKGT:/MS_dummy_file_250MB20242245_024518.bin:/content, detail=HTTP/1.1 499 ]. Please can one suggest how to resolve this issue so that files with larger size can be uploaded using same connected system.
Hi team, Is there a way to access real-time information in SAP database like data link? I know there are BAPI smart service and SAP GUI libraries, and cofiguring record type with BAPI can have a bunch of records.But I also know the record type can have data as of the timing of full sync, which takes place once a day not every 10 mins. If we can configure the record type with jdbc instead of the smart service, I hope we can refer the latest data.But the problem is that SAP does not allow users to connect directly to its database with jdbc. Is there a good way to fulfill our requirement?What I wonder is if we can connect to SAP BTP with jdbc, we might be able to see the real-time data via BTP.And the idea I came up with is if the record type can be refreshed every 10 mins, this also helps us. I appreciate any suggestion. Thank you in advance,Masaki
Hi All, While trying to invoke appian inspection API'S using curl command we are not getting the expected output instead we are getting error responseTried same below api with postman and getting expected response but not with curl command. Can anyone help on this! API : curl -x 'http://XXXXXXXXXXXXXX:8080' --location --request \ POST 'ourappiansite/.../inspections' \ --header 'Appian-API-Key: ************************************’ \ --form 'json="{ \"packageFileName\": \" AppianApp.zip\", \"customizationFileName\": \"Appianpropertyfile.properties\" }"' \ --form 'zipFile=@"AppianApp.zip"' \ --form 'ICF=@"AppianApp.properties"' Error Response: {"resource":"\/suite\/deployment-management\/v1\/inspections","title":"An Error Has Occurred","error":"APNX-1-4552-004","message":"The request cannot b
I am using AWS Cognito to onboard Pool users with Appian via OIDC. I would like to know if I can use the Appian Login page instead of the one provided by Cognito. Cognito only supports English, so I wouldn't want to use the screen provided by Cognito.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.