-
Recently active
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!
Has anyone experimented with the new ChatGPT GPT action feature making a call to an Appian Web API endpoint?
Hi Team [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] , I hope this message finds you well. I am currently working on a data ingestion process, specifically moving data from an Oracle table to SQL Server within the Appian platform. I am exploring the available options, and I would appreciate some guidance on the most effective approach. Thanks in advance.
I constructed my Integration by configuring with connected system and when I test it I receive this error "HTTP/1.1 500 Internal Server Error" in Appian Designer. Method:POST Its working fine in postman. Thanks
I create a start process after clicking on submit button , it has integration it takes more than 3 mins and it times out , i increase the integration time to more than 3 mins , It looks to me it is some how getting blank data on the first time but it works well we click multiple time how do we build a process model that pulls a integration data which will take more time , what are the best practices for this use case ,
Hello All, I need to rename a file in SharePoint, but having a problem in identifying the correct metadata type tag to make the filename change Output from the integration rule The type used in the below screen is not correct, but I was trying few option with the type. Please advice which is the right type or correct way to rename the file. Thanks Girish Katti
I am trying to connect an external system Web API of POST type in Appian but getting the below error.
Hi Team,I have one Integration with POST request have used OAuth 2.0 Client Credential Grants.Initially was fine but now i am sporadically getting 403 errors.When i check log below is the snapcom.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: request_error attempting to pass Authentication in body2023-12-20 22:16:23,379 [Appian Work Item - ### - WorkID ### - execution00 - process ### - model ### : UnattendedJavaActivityRequest] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=You are not permitted to perform the requested operation, The external system understood the request but refused to authorize it]I can confirm here, It is not Credential/Privilege issue. integration not even hitting external system.Please advise if anyone has faced the same.
It's working fine in browser
I am trying to pass the document from interface to process model but in process model I am getting blank value in PV. Steps: 1. uploading document from file upload. 2. On click of submit button try to send the selected doc to process model 3. Process variable is blank even after sending the doc from interface.
Hello, I'm calling a Google Gmail API to get the attachments of an email, with an Integration. The attachment comes in a form of a base64 document inside the body: "body": { "size": 1111, "data": "base64_document_here" } I tried to get an attachment with 12KB (around 12k characters) and it works great... until I use the "Convert base64 values to Appian documents" checkbox: I've also tried to get a smaller attachment and it seems to be working just fine: I think it may have to do with Appian trying to convert the JSON into a CDT first, which looks like it's limiting the size to 4000 characters, and then decoding the base64, but I'm not sure. Has anyone ever had this problem before?
Hey,I am trying to call mailchimp api to get templates, but getting this. If someone can help me out.Thanks
[title=Connection timed out, The integration execution time exceeded the configured timeout] getting this error when clicking on submit button as it save data to some external environment .
We are using a POST integration to an external system. When calling the integration from the integration object, its working fine and giving success response. But when we are calling the same integration from the process model using call integration smart service, its getting timed out. The time out has configured to be 20 seconds. When checking from integration object, its taking around 7 seconds for giving sucess response.Only inside process model its getting timed out. Can anyone help on this?
Hi! New to Appian, mostly still playing around at this point. When setting up an HTTP(S) connected system, I couldn't find a way to assign a set of standard header key/value pairs that I'd want applied to every specific integration (endpoint) using that connected system. I did see you could do it for security, which is great. But if I wanted to apply other standard headers for a particular API (i.e. cache-control, or some non-standard input required by the API), they would have to be recreated on every integration tied to that connected system. Is there a way to do this? Or could this be a feature request? Thanks!Dave
Can we set rate limit (restrict the number of requests made to the API at a time) on Appian Web APIs?
Hi We have a scenario where we have to Post a comment json at every step in our work flow. calls count will be very high,When I generate a Health check which is in High risk which is taking 25.2% of all CPU time, 22.9% of all operations, 8332 mins of CPU time, 108948293 operation count. we are not doing any other operations in that PM just call integration. Any suggestions to minimize this CPU time or how to improve performance?
I got one point in docs, i.e Using the Write Records web API template, define an API that lets you create more than one Employee with a single request. link is - Web API Tutorial - Level II - Appian 23.3 so, please anybody help me on that, how to create or implement that? Thanks in advance.
Hi All, Getting an integration error : AppianRPA returned a KO invocation result. we have double checked the below for troubleshooting but still error persists : User has no permission to view or access the robotic process The executionId is invalid or missing The executionId is not in the correct format An invalid API key was used to make the request please help !!
I want to create a Google Drive Connected System, but i don't know from where I will get the Client ID and Client Secret, Can anyone please help me out.
Hi team, Am working on an app which aims to updated external database(Mongo DB) and for this we are using Mongo DB connected system. Now we have a use case where we must update an existing collection entry with new details, and we are facing problem to update it correctly. Below is my collection structure. Col A Col B Col C [ {NestColC1A, NestCol C1B, NestColC1C}, {NestColC2A, NestCol C2B, NestColC2C}, ] Col D [ {NestColD1A, NestCol D1B, NestColD1C1[ {NestNestColD1C1A1, NestNestColD1C1B1, NestNestColD1C1C1}, {NestNestColD1C1A2, &nb
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.