-
Recently active
We are trying to assert a specific payload onto an SQS queue from Appian to be picked up by an external tool and processed. Given that Appian doesn't have an AWS SQS interface natively, we've been trying to use the SNS Rest API to apply our payload onto an SNS topic and let a filter feed it to the SQS queue.However we're having a lot of trouble configuring our Message Query Parameter and our MessageAttributes.Does anyone have a sample POSTMAN, or even a screen shot of a successful Appian -> SNS integration with a message body and message attributes? Any help that can be offered will be gratefully received.
Hi team, We are Using DocuSign Connected System, we have a Requirement to send a mail to a Person and once that person Completed Performing DocuSign that has Envelope with the First person Signature has to send to the second Person to perform DocuSign. Help me in Understanding to implement this Requirement. Thankyou J Vinay.
HI team I want to connect with legacy web service using API key instead of generic user id and password I generated the API key from web API Authentication in admin console also added service account in user groups however it didn't work Please suggest
Hi All, One of the if conditions in a XOR gate is defined as follows and the output is getting written to a DS entity. However, this code is getting stuck at the XOR gate level itself giving the error as below. Please advise:Error: An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output)Code configured in XOR gate: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = &q
I have an authentication problem when connecting my integration with the Connection System, my credentials are correct since I have checked them in different ways, for this reason I have not been able to continue making my call in the interface.
Hi All, getting an error as below and flow is stuck at XOR gateway. Please advise:Error:An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output) Code in XOR gateway: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" ))
Hi guys, when I call an Integration and it return some files to Appian Folder. I could set all those files' name as requestDoc.xml, but could I set dynamic name using response property like result.body.fileName ?
Hi All, Wondering if there is a way in appian to create a Web API with No Auth?
Hi Experts, I am using "Authorization Code Grant" for Docusign integration.I have to call this integration on my process model and run this process model as scheduler on every hour to checking token status.I have set assignee of this integration node "Run as whoever started the process".The Problem I am facing is that, every time I am getting "[title=Missing Credentials, message=No OAuth Access Token found for current user, detail=]" API response. when I am manually running this integration, it is working fine. As per my understanding it is because, when the process is running according scheduler it is not able to find valid assignee and the integration is returning false response every time ,even if the token is not expired. Please help me on this.
Hi, My process model has an integration call which has a timeout of 1 sec. In My process model , I am not handling the timeout . so what will happen if the timeout happens . Will the flow goes to the next node after the integration node ? Also , is there any easy way to simulate timeout from a REST POST API call ? I have set the time for timeout to minimum (1 sec). still the call is succeeding . is there any way to achieve this from Appian objects or the network. I have no access to the rest api code. Regards, Mike
I have webAPI in Instance A expecting a small set of json payload(4-5 field), nothing crazy. I have Integration build on Instance B to call the WebApi of instance A. Passed the API keyfrom Instance A as needed to instance B. WebAPI --> API Key --> Integration etc. I am receiving weird error, looks like some authentication issue but is coming in HTML format and could not get more info from logs either. Saying JSON is invalid but JSON is valid. Can someone please help me on this? HTML error received: document.addEventListener('DOMContentLoaded', function () {document.forms[0].submit()}) Note: Since your browser does not support JavaScript, you must press the Continue button once to proceed.
[mention:c7afb0bb88314bb8a11cebc4007e5b18:6b577b8c04704e209d29b6772bf67243] This link is applied only to 17.1 through 19.1 using SAML authentication, not really helpful for 24.2. is anyone aware on how to fix this? If i pass ?signin=native as mentioned in above link, receiving 401.
Hi, at the beggining of this year I implemented an embedded interface with an external sistem and it was working fine (log in on the external site was with Appian native authentication by navigating to suite/?signin=native) but now we had to add OpenID Authentication for logins and those user who where on the SSO Group were not able to access trough the native url anymore. With this change, the users that access trough the external site with the embedded appian interface were not able to connect anymore. Only those who were not in the authentication group could. Does anyone know what could have happened? And how to solve it?
Hi All, I am creating an integration and connected system and Integration setup has been established successfully. OAuth2.0 authentication method using for this integration. while testing of Connected system we can do authorization successfully and when test the integration manually, I get success response with correct output. But when I use this integration in process model, i get error "[title=Missing Credentials, message=No OAuth Access Token found for current user]". Your suggestion would be appreciated.
Hello all, I have configured a web API and provided OAuth 2.0 authentication. I have tested it from Postman, and it's working fine. However, I have a requirement to validate something based on the clientId of the API request. Is there a way to read the ClientID from the request? Thanks
Hi Team, I have a requirement where I need to post data from process model. We don't have any interface to keep the integration in save into parameter , so we need to run it in process model itself. After posting the data, we will get some id in response where I need to use the id in the next node. I was trying to fetch the id from the response and I am not able to do it as when I am calling it in expression rule or script task the response is getting considered as "reaction tree". Can anyone please help me how can I achieve my requirement.Thanks in advance!!
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 ?
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.