-
Recently active
Hi All I have one scenario to be handled that -> If the user provides the amount as 0, load – (Minus) value in the payload. I have written this logic but its not working that means values are not loading.a!localVariables( local!crfxRateActivation_cdt: if( rule!APN_isBlank(ri!crfxRateActivation_cdt), rule!CR_APP_QE_getFxRateActivationData( requestId_int: ri!requestId_int, cif_int: ri!cif_int ), ri!crfxRateActivation_cdt ), rule!CR_APP_INT_setFxRatesRequestBody( preferredRate_txt: index( local!crfxRateActivation_cdt, 1, "preferredRate_txt", {} ), fxCodes_txt: index( local!crfxRateActivation_cdt, "tariffCode_txt", {} ), fxRates_int: a!forEach( items: index( local!crfxRateActivation_cdt, "tariffAmountProposed_dec", {} ), expression: if(fv!item = 0, "-", fv!item) ) ) ) The value which I am trying to send is at last logic,Please correct me I
Requirement - Appian application has to fetch data from the external system and it has to be real time (If there is a change in the external system it should reflect immediately in Appian). How to handle this scenario? Do I need to schedule process model every 5 seconds or is there a way to monitor the changes in external system?
Hi Community, has anybody managed to decode (extract claims) a JWT in Appian? I'm looking at the decodeJWT() function from the JWT Plugin (provided by Appian), but it confuses me that instead of the externalSystemKey, it requires url of a JWKS repository. I have no clue how to create or access one in Appian. I have the private key (used to sign the token) and public key (that is used for token verification by validatejwtsignature) stored in Appian as Third-Party Credentials.I'm able to generate the token (createtokenwithcustomclaims) and validate the token (validatejwtsignature) but don't know how to extract the claims from token. Complete picture (to answer why I'm using JWT) - I'm trying to integrate an Appian Portal into a third-party application that handles user authentication - I need to exchange some data (third-party app -> Appian app) and decided to utilize JWTs (the data is not confidential - we need only to ensure repudiation
Hello, We are trying to set up an integration with OneSpan Sign. When i set up Web API Authentication > Appian OAuth 2.0 clients> The Client Secret is auto-generated and is 356 characters. the Client Secret in OneSpan Sign has a limitation of 256 characters. How do we address this?
I'm trying to connect to a system called QuickBooks that requires oauth 2.0 in order to access information from it. I know that appian allows "oauth 2.0: client credential grant", in order to connect just with one global account for all the user to retrieve the information. But "oauth 2.0: client credential grant" is not available in QuickBooks online at the current moment, I can only access through the "oauth 2.0: authorization code grant". The site lets me get tokens that I could use for a period of time and I would like to see if there is a way to pass those tokens The way that QuickBooks works is: 1:the site can give me an access token (valid for 60 minutes) and a refresh token (valid for 100 days). 2 the refresh token needs to send a request in order to obtain the new access token. Because of this I'm trying to figure out a way to pass this tokens throu
Hi Team, An integration object is created with OAuth 2.0 authentication, every time the connected system is authenticated, then the integration works for 1hour and after that the integration fails. Please let me know if anyone faced similar issue and how to resolve this.
Hi all, We have a connected system with OAuth 2.0 Client Credential Grant. From the connected system we can Authorize with no error. Now, the token we get is valid for 24 hours. The problem is, after 24 hours, the integration calls fail with Authorization error. And when I go to Connected System and click on Authorize and run the integration again, it works perfectly. Does anyone know why this may be happening? I checked and the security of the integration and connected system is set properly. Thanks!
Hi. I was trying to upload a file to Box from Appian, but the following error occurred, so I am posting this. I'm getting a Media Type error, but I'm not sure if the Request Body is written incorrectly or if I'm not connecting to Box's upload API. If anyone knows please let me know. Details below.・Integration Object ・Box account Free version for individuals I'm guessing that the upload API cannot be executed with the free version of Box, so if you know anything about that, please let me know. We apologize for the inconvenience, but please.
Hi Team, The api call is working fine in post man but it is failing in appian with below error, there is no issue at the source side as well any suggestion why appian is throwing the below error [title=Connection timed out, message=The integration execution time exceeded the configured timeout, detail=No details available] Thanks,
In a template i need to give a link for Docusign to display as a link what should that be configured as in Appian side?We're getting radio button from radioGroupTabs, but we need to send link as text tab, say as tooltip parameter. But I'm not sure which parameter to use for the link
Hi Team, We have integrated dynamo Dv with Appian and accessing dynamo DB table. In appian front trying to create a Web service backed record but receiving an error : Can anyone guide me is der a way we can pass pagination and batch size to AWS from appian integration
Hi, we have been with an error for a while and we need some help to solve it. We are trying to generate the senders token for a Docusign Integration, but it gives us an success response (code 200), but in the response, we dont get the token. We are using the data used in the attached image In the emailAddresss Rule input we are using the same email of the developer account of docusign, and in the accessToken rule input, we pass an admin access token that we obtain in another integration. If there is an easier way to implement this integration with docugin i would apreciate it if you can tell it. Thank you!
Hello! I have an API which is returning an array of documents through an integration call with the response looking something like this: { documents: [ { documentName: "document1.pdf", documentContent: "[BASE64ENCODEDCONTENT]" }, { documentName: "document2.pdf", documentContent: "[BASE64ENCODEDCONTENT]" } ] } The issue I'm having is that here in the integration where you can make appian to automatically convert the binary data to Document type, appian will recognise multiple files (content of them) through the fv! domain, but there is no way to set the document name for each document through the fv! domain. What I want to be able to do is to set the document names similarly like I do here in the screenshot for the documentContent, which then correctly goes through the response and converts the data to document type.. What is the expected way to do this in appian?
The US Department of Labor (DOL) has an application called "GPMS" that is built using Appian. The application's url is cmp.dol.gov/.../. My company builds a related web application. There's duplication between the GPMS (Appian) application and our web application. For example, the GPMS application has "case" records and so does our application. We want to make it easy for a user to navigate from a case in our application to the corresponding case in the GPMS (Appian) application. The users have entered the GPMS (Appian) "case IDs" (8 digit numbers) into our system. Is there a way to construct a link using only the numeric case ID that would open the corresponding case record in Appian? For example, let's say there's a case with ID "123456789" in GPMS (Appian). The current url to the page in GPMS is something like the following: cmp.dol.gov/.../{...long encrypted parameter...}/view/summary There's no way for
Hi All, I am getting this error in integration, which is get and sending huge data , because of this the PM is failing as it is returning null value in the PM. The output is too large to display, so the value has been truncated. Switch to the Raw or Expression options to see the entire value any pointer will be helpful on this Thanks, Pooja
We have a requirement to archive all versions of a document in a separate CMS. We have an integration that can upload a document, but it only works on the latest version of a document. We are not able to upload previous versions. I was planning to use a plugin to "unpack" documents to a temporary folder where each version is a new document. Is anyone aware of an existing, cloud-approved plugin that can handle this? Are there any other integration or plugin alternatives that would meet this requirement?
I could not find any Appian documentation that describes how to add dynamic variables to Integrations/Web APIs for use with a!urlForRecord() and I was wondering if anyone had any guides or advice I would greatly appreciate it!
I'm trying to configure an Azure OpenAI service in Admin console, however when I try to test connection, I'm ending up with below error and the log shows ' Caused by: org.apache.http.ProtocolException: Target host is not specified' Any thoughts ?
I am trying to integrate with our Sharepoint Online platform in order to take data from it. I followed the configuration steps in the appian document (https://docs.appian.com/suite/help/24.2/Integrating_Sharepoint_with_Appian_CS.html), using the client credential - Azure ACS option but it gives me the following error:Could you help me solve the problem? Thank you very much.
When I called the webAPI, I want to check the parameter that comes from by caller, I checked the check box of the webAPI properties. But I can not find any information in the web_api_req_resp log file. How can I get the api request information?
Faced this issue when tried this tutorial Expression rule and integration for this tutorial are as follows Please provide suggestions to resolve this issue Thanks in advance
Hello, Recently I have been trying to set up the SharePoint connected system using "Client Credentials" as the authentication method. This is so that we can have an App-Only type access to SharePoint. Our client is insistent on setting up their SharePoint application is Azure AD as opposed to Azure ACS. It is my understanding that when setting up in Azure Ad as App-Only, we are not able to generate a client secret and therefore we are not able to use the Appian SharePoint connected system. Is this correct? and if so, is there a work around to this? Our two requirements are for the SharePoint to be registered in Azure AD, and for the access to be App-Only. Thank you.
Hi All, In Web API, when Appian receives file in binary format, we are using Appian-Document-Name field in the header to pass file name. And it is working fine when for English characters but when comes to Swedish file names it gives random some values in the file name. For Example, Expected file name ÖPPNA.pdf, actual output cames ?PPNA.pdf
Hello there, I am wondering if its possible to get my public ID using an appian function. Please Help!
Provide suggestions to connect Appian with Sonic s3 bucket to upload/download documents without using plugin.
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.