-
Recently active
Hello All, I'm experiencing a strange error with an API object when making a POST request. This is the request body: { "project_id": 4, "participant_id": 1, "strata1": "New York", "strata2": "9"} I'm receiving a 302 error with the following error message: Error processing integration response error-result-guidance The response body could not be converted to an Appian value The jsonText parameter was not valid JSON. Received: <.... I have verified that the API key and endpoint are correct. I am able to get a 400 error using PostMan. Has anyone encountered anything like this before?
Hi all, I was researching about publishing processes as web services in Appian and the use of WSDL, and I would like to know if there are any limitations in the definition of XSD types. In a schema defined in the WSDL, can one schema reference another schema within the same WSDL? Are there limitations with the data types? Thanks!
Hello Everyone, I have a question with the GMail Connected System Integrations. messageIds is array in the rule input, but the test does not succeed if value is more than one. Could someone help me out to fix the issue.
Hi all - need som help withthe PowerBI Integration. I can: - Generate Report Extract using the PowerBI Connected System, for example for pdf or csv format - Get Report Extract Success returns a Success for both - Download Report from Export returns ok for the pdf but for the csv returns a integration error code: IntegrationError title"Error Code 418"(Text) message"Unsupported file type returned by PowerBI"(Text) detail"{"document-error:":"Unsupported content type returned","returned-content-type:":"text/csv"}" Attached are the integration configs etc. Anyone able to assist on this Thanks Debesh
I am integrating an employee system with another system that tracks our employee background checks. The Web API returns several records for an employee. body Dictionary LASTNAME "Smith"(Text) USER_ID 1234567(Number (Integer)) FIRSTNAME "Bob"(Text) BGCDATA List of Dictionary - 3 items Dictionary SERVICENAME "Fingerprinting"(Text) TYPENAME "Background Check Option for School Teachers"(Text) BGCDATE "July, 25 2018 00:00:00"(Text) BGCSTATUS "Complete"(Text) BGCCOMMENTS ""(Text) Dictionary SERVICENAME "MYB"(Text) TYPENAME "EMPLOYEE"(Text) BGCDATE "October, 24 2023 08:00:26"(Text) BGCSTATUS "Complete"(Text) BGCCOMMENTS null(Null) Dictionary SERVICENAME "MYB"(Text) TYPENAME "EMPLOYEE"(Text) BGCDATE "April, 19 2017 09:22:39"(Text) BGCSTATUS "Complete"(Text) BGCCOMMENTS null(Null) Here is the XSD for the CDT that I am storing the data into. @Column(length=255)
I have to do an integration with a SOAP service with BinarySecurityToken using an X509 digital certificate, has anyone ever done that? What type of authentication do I have to put in the creation of a connected service?
What are the integration types?
Hi I am trying to call Appian web api from dotnet application running from service fabric but it gives the HTML Page as the response which is the login page of appian environment. using API key authentication. But its working fine from PostMan. Please Suggest. Thanks in advance
Hi,I am trying to connect AWS Rekognition service with Appian. I am getting an authentication error for the AWS Signature Version 4. Can anyone help on this please?
hi, my json response is as follows : Body={………… message={role=user, function_call={name=fn_test ,arguments={ "annotations": [ { "originalText": “text1”, "annotation": { "classification": "Rule", "rule": true } }, { "originalText": “text2”, "annotation": { "classification": "Rule", "rule": true } } json to Appian shows like this. I was able to traverse until arguments using httpresponse but cannot pull anything inside annotations ,wanted to extract every ( original text, classification and rule) and store it as records in database.Any ideas appreciated.
Hi, I am trying to call my appian web api from my angular application which is on localhost however it is throwing cors error. NOTE: I tried with Postman it is working fine (Getting expected response). Error i am getting : Appian api end point from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Thank you in advance.
HI All,I am trying to create integration to read the new email i.e unread mail from Gmail account but when to integrate with "inbox". I am getting below screenshot error and Connected system successfully created.Any idea can anybody share on this?
Hi, We have a use case to upload the documents stored in Appian to the SharePoint folder. We don't want each user to provide the SharePoint credentials every time a document is attempted to move to the Sharepoint site. Hence, we want to establish the Connected System on Appian via the "Client Credentials" approach. However, the instructions on the link shown below this in the Connected System box is not clear on how to generate the "Client Secret". The steps documented to generate Client Secret on https://docs.appian.com/suite/help/21.4/Integrating_Sharepoint_with_Appian_CS.html is followed, but on the Connected System when selected "Client Credentials" as Authentication, Appian is throwing the error: Unable to retrieve access token The following error occurred: Invalid Client Secret Please ensure that your Client Secret in the connected system is correct. (Refer screenshot). Any thoughts on how to generate client secret key on Sh
Hello everyone, I am currently working with a Salesforce Connected System using the "Username-Password OAuth" type of authentication. I have around 20 records in sync through this connected system and a few other integrations using it. However, the Salesforce user is being overloaded with "token requests" and being locked. This leads me to think that the Connect System is not refreshing the token when it expires but before every request. I made a test and only navigated through the system for some seconds and the Salesforce registered up to 50 token requests for the user being used in the "Username-Password OAuth". Has anyone faced a situation like this and was able to overcome this issue? For normal integrations I think am able to find an workaround if needed, but for the sync records will be a huge issue. Thanks in advance.
I have use case in which we show custom pagination issue is their we have used custom pagination and dropdown on 10,20,50,100 when I am moving my pagination to last page and with 10 have drop down value it is working fine giving exact deifference that I have between my data in pagination but when I am increasing drop down value to 100 but getting issue their startindex in not moving back. Like my total data count is 32 3001-3032 of 3032 is my desired outcome I want like my start index should move back with my dropdown. Can you suggest solution anyone STEP 1:- STEP 2 where issue is
I was trying automated deployment from this documentation facing this issue Deployment REST API - Appian 23.4 I hav checked credentials it is working fine
Hi All, I want to fetch an Resolved date , Created date , assignee , reporter and updated date of issues from JIRA integrations . Thanks
Hi All,So my requirement is to read the unread email and download the attchment and copy the data from attachment.Is there any smart services to done this?Please suggest the idea. Thank you
Hello everyone!I have to do a web service for the first time.This web service will receive a response with a token that I must use in the next call to obtain the information I want.Could someone guide me to do this? Do I need two web services; one to receive the touch and another once I already have the token to receive the response?
Hi Team, I am able to create and Send a document to Docusign for signature, but there is a requirement i just need to Resend an Email to Recipient for already created envelope . Due to some reason Recipients have deleted or lost the original notification email and we wanted to remind the outstanding recipients whose turn it is to sign to sign your document. For this requirement i used operation called "Update Envelope Definition" and getting success response but could not got an email . Can anyone suggest me how to achieve Resend the notification . Thanks in advance. Regards, Sinushree
Hi, i've a portal with some users fileds. When i compile the fields on click button i want to save this fields in my appian db using post api (i want to test the API). I wrote this code for the portal interface: =a!localVariables( local!nome, local!cognome, local!dataNascita, local!indirizzoResidenza, local!codiceFiscale, { a!textField( label: "Nome", value: local!nome, saveInto: local!nome ), a!textField( label: "Cognome", value: local!cognome, saveInto: local!cognome ), a!textField( label: "Data di nascita", value: local!dataNascita, saveInto: local!dataNascita ), a!textField( label: "Indirizzo di residenza", value: local!indirizzoResidenza, saveInto: local!indirizzoResidenza ), a!textField( label: "Codice fiscale", value: local!codiceFiscale, saveInto: local!codiceFiscale ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Invia dati", saveInto: { } ) } ) }) I also created a post api: a!localVariables( lo
Hello everyone!!I need help doing an integration in appian with a SOAP API. I have to make a call with a security token that is the public part of an encrypted digital certificate, but I don't know how to include this token in the component.Thank you very much in advance
I have problems when configuring the process model component called Invoke SAP BAPI.The result is the following error.... The scsExternalSystemKey is configured like this... Finally, what would be the SAP data corresponding to Client Number and System Number? I understand these are ClientNumber = Mandante and SystemNumber = ID de Sistema (in Spanish) PD: The credentials are the same as those used to enter SAP through its interface
I wanted to block calendars in google and outlook as per the details received by the user in Appian.
Hi, I'm just wondering if there are any log file in Appian where I can find: - The request that an integration object send and the response it gets. - The request that a webApi execution get and the response it sends Is that information logged any where? To get that information, talking about integration, I keep the request in a process variable to help on debug tasks with other development teams, but I prefer not to do that, in order to keep process memory consumption low. Thanks in advance!
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.