-
Recently active
Hello All, Is there any possibility to integrate MS teams with Appian for real-time chat enablement.
Hi All, I have to make an REST API call with an integer value 17002732024, it cannot be passed as string as the receiver wont accept it. Do we have any way to achieve this. I am able to call this API as expected from Postman but when tried from Integration object, the value is converted to the max limit value(2147483647) which is not a valid value for request. Any help is appreciated. Thanks in advance!
The client wants us to log information about everything that goes in and out of the app through APIs and integrations. Appian logs a lot of stuff by default. So far I've found: api_key.csv - saves information about any api keys used for our APIs, including identifying information for the key itself, what endpoint it was used to access, and the ip address of the client that accessed itoauth_callback.csv - saves all oauth calls that made to other systems. includes the user that made the request, the connected system it was made too and whether it was successful or notoauth_client_credentials_grant_for_web_apis.csv - saves oauth requests made to our APIs. Includes the service account that was accessed, the endpoint that was accessed, and client ip addresses Integration_summary.csv - I am not quite sure what this is. It seems to be a summary log taken every 5 minutes of the amount of time spent on all integrations in that 5 minutes. (is there some way to reduce the frequency? Ev
Hey all, we've been seeing an error with the CDT Diff Utilities plugin on occasion (below). This error occurs sporadically. In one process we have seen the error occur for ONLY ONE user 25 times, when we reassign that task to another user, they can complete it with the same data with no issues. The user completes the same tasks regularly, and sometimes the error does not occur. Data entered is similar. The error has occurred 25 times for this single user, while they have had 672 successful submissions. Otherwise, 67 users have completed the same task 16,897 times without issues. In 2 other medium-use processes the error has occurred one time only each, 1 in a script task set to run as the designer (our admin account) and 1 during a form submission by a different user than the one above. I see one other post related to this error in the plugin's discussion thread, but no other results via search. Wondering if anyone else has experie
How can I call a 3rd party Web API in Appian which returns data in JSON format or XML format? Can anyone please inform me about the steps and prerequisites to integrate the 3rd party Web API in Appian?
Hi, all.We're attempting to establish a connection to an external system from Appian using a WSDL/SOAP endpoint with basic authentication. We are following the process outlined here:https://docs.appian.com/suite/help/22.1/Choosing_the_Right_Type_of_Integration.html#appian-initiates-the-interactions-with-another-systemOur first attempt via the process model and the Call Web Service Smart Service was partially successful. We were able to put our endpoint in and choose from the available services, so some limited contact was made; however, once the service was selected and the appropriate variables automatically created, running the process model caused the process to hang on the Call Web Service node, producing no error messages or feedback of any kind and populating no local variables.Our second attempt via an expression rule and webservicequery() produced similar results, but upon testing it timed out after the service and parameters had been specified. If we put in an inco
Hi, We have a requirement to upload files coming form an external system to Appian. I am following this tutorial: https://docs.appian.com/suite/help/22.1/passing-a-web-api-document-into-a-process-model.html I created all the objects required (process model, cdt, etc.). How can I test this in the test Inputs section? The "Body" field says Select a document. Is this asking for a full path of the file to be uploaded? What is the syntax for setting the Body field?
Hi Created one web api where we are starting a process with one CDT as an input . When sending data like {["employeeName":"test",}]in the appian body and test request its working fine. But triggering the same from post man we are getting a 500 error. Web api authentication is happened properly . a!startProcess( processModel: cons!employee_processweb, processParameters: {employeedetails:a!fromJson( http!request.body )}, onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error starting the process" } ) )) Postman: Configured header with Content-Type:application/json sending API Key bearer token. Body format as JSON.
Has anyone configured Appian to connect with AWS SNS?
Hi, We are using Appian on-prem version and implemented SAML authentication for single sign. We have a requirement that our on-prem server will be accessible to multiple development team and we want to implement application security. What i understood from Appian documentation that Groups are used to implement role based security from Appian application. my questions are 1. Is there any other way to implement Application security other than Groups? 2. Can we create groups automatically by integrating with Azure AD, and during user login group will be created and users will be mapped? Thanks, Bipindra Singh
I am calling an OpenAPI Integration that needs a session authentication token to run successfully. I can call a different OpenAPI to retrieve the bearer token, but I cannot find a way to pass it into the Call Integration step. I created the Integration with a Header and Query Parameters. The integration test is successful, with the header and query parameters included in the request. When I add the Call Integration step to the Process Modeler, there is a message that reads "Map rule inputs/outputs using the Data tab": When I go to the Data Inputs tab, neither the Header nor Query Parameters that are defined in the Integration are listed: The Outputs tab does include the information from the response. Any idea why the inputs tab does not include the Header or Query Parameter values from the integration? Any idea how to pass values through the Call Integration step of a Process Model? Thanks!
Hello Community, I wanted to know about its efficiency when exporting complex SQL queries in Export SQL to Excel SS, as we have used this smart service to generate data for multiple sheets in excel, but if multiple people triggers the final parent process at the same time, it crashes the server, any one can guide to avoid that or any alternatives ? Is there an issue with this smart service ? Thanks in advance.
For suppose we have two drop down fields F1 and F2 in an editable grid. And we have two integrations namely A and B. A contains data of F1 and F2 fields we need to fetch data from integration A and displays the data in each row as soon as interface loads. And by clicking add new row link in grid .the field F1 as it is drop down we need to fetch the dropdown values from integration B Let me know is it possible if yes any helpful tips to solve this.
Hello All I am new into Appian I am fetching data from integration object where i get all nearby vaccination centers name, type of vaccine, available slot and it is free or paid. But when I fecth the details i get all the details in one row only. So how can i show center name row wise please help me I am new into appian and facing problem in these See Here I am getting center name in one row only. How to show in different row. I am sharing the code also please tell me where and what should i do the changes a!localVariables( local!result: rule!CVMS_vaccinationCenter_INT(district_id: ri!district_id,date: ri!date), a!formLayout( label: "Form", contents: { a!textField( label: "Enter Your District Id", labelPosition: "ABOVE", value: ri!district_id, saveInto: ri!district_id, refreshAfter: "UNFOCUS", required: true, validations: {} ), a!textField( label: "Enter The Date for which want to check availability", labelPosition: "ABOVE"
What would be the best solution for displaying the data by reading the data from uploaded excel from an Interface? Use Case: 1) Upload the Excel in the Interface. 2) Read the data from the excel.(multiple Sheets - Each sheet will not have more than 10 to 20 rows) 3) Show the data in the Interface (Each sheet will be related as one to many relationship) Note: Sheet1 will have parent table data and other sheets will have child table data
Hello Everyone I am new into appian. I have used an integration object which shows me different vaccination centers available near by me and type of vaccination and availability and all the other things. I want to show this result to user in proper way in interface that this are the vaccination center name and type of vaccine in a proper way. But I dont know how to show integration object in interface and how to show the result in proper way like all vaccine center name then type of vaccine in that hospital. Please help me
Hi, I have a requirement of Appian integration with outlook. We are sending / triggering an email notification to user(s) with Approve & Reject links. When the users try to click on the Approve or Reject links, is it possible to update the status in Appian without really login into Appian. Is there any service in Appian related to Outlook integration to achieve this functionality.
I am new to appian. I want to know how to refer integration object to user in interface. In my case user will give his district id and date and he will get all the vaccination center near by him and available slot and type of vaccine. I want to show this integartion object result in Interface to user in a proper way how can I do that?
I'm trying to figure out how to link an Appian Cloud database to Tableau.
Hi I'm trying to read an excel using Parse Excel to CDT smart Service. I would like to understand in what format we need to pass the value is this parameter.
Hi, I have created a simple Component plugin but getting below error while drag and drop plugin on interface Missing system configuration This component requires the dynamic content domain to be properly configured. Contact your system administrator. We are using On-premise Appian server. This is basic backgroudColor plugin copied from Appian Github. Please suggest what steps are required to rectify this issue.
Hi, In our Use case we have a requirement of conversion of base64 to doc. We were able to find this smart service in the 22.1 cloud version. Can anyone confirm if this smart service is available in OnPrem(22.1) version as well? this smart service is not present in OnPrem version of 20.4. Regards, Chetana
Hi Team, Is there a way in Appian where we can retain the file extension as the extension that we are using in our template.We have a requirement where we are using the excel base template with in-built macro having the file extension as .xlsm and when trying to generate the excel through appian process the file extension is getting changed to .xlsx.Any suggestions? Thanks
Hi All, I have configured the appianseleniumapi with example projects given. AppianSeleniumapi 22.1.1 jar file's Basefixture/sitefixture/tempofixture not contains readlines() function. Common.io.utils jar contains readlines(). I have installed common.io 2.11.0. I am getting the below error. Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.List org.apache.commons.io.IOUtils.readLines(java.io.InputStream, java.nio.charset.Charset)' at com.appiancorp.ps.automatedtest.common.PropertiesUtilities.loadProperties(PropertiesUtilities.java:28) at com.appiancorp.ps.automatedtest.fixture.BaseFixture.<init>(BaseFixture.java:66) at com.appiancorp.ps.automatedtest.fixture.TempoFixture.<init>(TempoFixture.java:104) at com.appiancorp.ps.automatedtest.fixture.SitesFixture.<init>(SitesFixture.java:11) at com.appiancorp.example.HelloAppian.main(HelloAppian.java:22). Kindly help to resolve.
Can someone explain how to configure the "Add Documents to Zip" node? I just want to add the selected images to zip file. Thank you.
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.