-
Recently active
When I try to access Appian from an embedded interface and it is through SSO, I get the following error: This happens because the SSO is done through microsoft and the corresponding login cannot be done. Therefore, this error interface remains and the appian embedded interface cannot be used. Can anyone think how to access the microsoft SSO and be able to login with Appian? If you access the SSO in an Appian window (without being embedded) it works without problem, it only happens when it is embedded in a non Appian application. Translated with www.DeepL.com/Translator (free version)
Hello, I have to get data from a Microsoft Access DB and put the data into Appian to run reports. I read online and it appears that I need to create an ODBC connection or use a tool like UCanAccess Driver. Is there a way to do this within Appian out of the box or with a plugin?
I am sending a POST request via an integration, and this endpoint requires that a JWS (signature of the body) is sent in a header. This is similar to a JWT, except that what is signed is the body of the POST rather than the claims included in the token. In our instance, I see the plugin functions for creating JWTs, but none of them seem to have the ability to create a JWS. Any ideas on this one or will I have to create my own function plugin?
Hi team, has anyone implemented the PKI integration with appian for SSO purpose. Or AADHAR integration. Appreciate your response here.
Hello, I have the following code that calls an integration and it returns a file which saves in the file local variable. I must be able to click the same link then generate and download the file stored in local!file integration: a!localVariables( local!file, a!richTextDisplayField( value: a!richTextItem( text: "Download Document", link: a!dynamicLink( saveInto: { rule!ADC_Gerar_Relatorio_Campanha( idCampanha: "2C918D8783461A630184BEC5E4453392", onSuccess: { a!save(local!file, fv!result.body), }, onError: {} ) } ) ) ) ) What solution would you recommend me? I have tried through an WebAPI as well:a!localVariables( local!relatorioCampanha, local!docId: rule!ADC_Gerar_Relatorio_Campanha( idCampanha: http!request.queryParameters.cid, onSuccess: { a!save(local!relatorioCampanha, fv!result), }, onError: {} ), a!httpRespo
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
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.