-
Recently active
Hi
Hi All I am calling one web service through Appian Integeration and getting the below error. I want to send the appian document in base 64 string. I checked in appian community and found that appian automatically convert document to base 64 string but facing issue. the request body of web service is in xml format. Please refer the below screenshots. In below request i have to send document in content tag and it should be in base 64 string. the ri!Attachments is document type. Many Thanks in advance.
Good morning, I am creating an integration with Grafana to display graphs of Appian metrics. My question is, can these metrics be extracted from the Appian logs, from which logs? Thank you very much.
Hello,I am trying to set up an integration to post a document to a folder in iManage. This integration requires the request body to be multipart/form-data, and to pass through the document to be uploaded and the document "profile" which contains information which will be added to the document on the iManage side.below is how the integration is set up in postman: Would anyone have an idea of where I am doing things incorrectly? It would seem to me as though the content type is not passed through properly, as seen by the content type field in the header section of the httpResponse.Thank you
we are running Gmail Poller's Connected System in Integration. This Integration returns a list of Gmail Email Id's. The TEST REQUEST in the Integation object succeeds and successfully returns a list of Gmail Email Id's. Running this Integration in a process model also successfully returns a list of movement id's. However, when this process model is executed as a sub-process, this Integration object does not return a list of ids and returns one empty item. This sub-process model does not need to and does not reference values from the parent process, as it works as expected normally when executed independently. Nevertheless, it is not clear why this Integartion node returns an unexpected value only when it runs as a child process. Can you tell me where I should check?
Hi, I have a scenario where i need to download document using web api. All the document id's stored in local db and uploaded documents are stored in document center. Now i need a web api to download document that's residing inside in appian. The default document download link works only inside appian. i have used an expression rule inside web api where gives me the list of documents needed but download document from api gives only the document id. But unable to document using web api. Can someone help me on this? Thanks in advance!
I have a recordtype uses an api as a datasource, I don't know why the fields are always like this, not the original fields in response body of the api. I have made other recordtype using api before, but the fields are correct. Is it because the response has too many items?
Hi Everyone, I am having the following scenario, we need to send an email user , In the email body we should show the form with approve and reject option for a request. Business requirement: we should not create Appian account for the user, and they should be completing the task from outlook email body itself, without logging into Appian. I have tried the steps mentioned in Task Viewer Add-in for Microsoft Outlook - Appian 22.2 but I when I click on the task link , user is navigated to Appian Environment. FYI: I can see task viewer add-in was added to my account.
Hi All, I'm trying to call a web service using the 'Call Web Service' smart service. However, when I paste the WSDL URL, I receive the following warning. As a result, I'm unable to select the Service and Endpoint options. Is there a solution to configure the webservice without modifying the WSDL structure? Warning: 'The endpoint BasicHttpBinding_AAA contains a reference to an ExactlyOne policy operator which does not contain a supported policy alternative. That endpoint is not available for selection. The unsupported policies are [[alternative 1 : SignedSupportingTokens, Wss10]]. (APNX-2-4041-007).'
Hi everybody.I want to extract information from a ProcessModel, calls from an Interface.But I don't know how. And also, the interface show me the "onSuccess" result immediatly after the process'calling.
how can i generate api key for google maps connected systems?
Is there a log that captures any calls to a Legacy Web Service. Trying to confirm the external system is failing to call our service at all (if there is an error on their system) or if we are having issues.
Hi All, I have requirement which i need to convert below mentioned JSON format to.. { "requestId": "221a0000-faff-00e3-ac11-dbe6ebd00d00", "sourceSystemName": "ABCD", "requestDateTime": "2023-08-23T15:03:31.919Z", "requestInitiator": "App Name", "context": "/fetchData", "data": { "kind": "fetchDataRequest", "items": [ { "item": { "key": "ID", "value": [ "1234567890" ] } }, { "item": { "key": "CRITERIA", "value": [ "EMPLOYEEDETAILS", "INCLUDEIDDETAILS" ] } } ] } } .. this string format: "{ ""requestId"": ""221a0000-faff-00e3-ac11-dbe6ebd00d00"", ""sourceSystemName"": ""ABCD"", ""requestDateTime"": ""2023-08-23T15:03:31.919Z"", ""requestInitiator"": ""App Name"", ""context"": ""/fetchData"", ""data"": { ""kind"": ""fetchDataRequest"", ""items"": [ { ""item"": { ""key"": ""ID"", ""value"": [ ""1234567890
I'm trying to integrate an external system (e.g., CRM, ERP) with Appian but I'm not sure which integration method is best. SOAP, REST, or something else?
Hi All I have a requirement to implement a SOAP solution, I have exposed the web API from Appian to third party system(legacy system). This system sends the data to appian through web API on daily basis and appian has to process the data and save in our database and in turn API should respond with SOAP Body. Since these are confidential data, I have to implement ws-security for the response. For the response body I have to generate the digest value and digital signature and send these in the same response. Query: How to implement digital signature in appian probably configuring XML signature with X.509 tokens? Using hash function, I can generate the digest value but for digital signature I am not finding the approach/plugins in appian. Please anyone suggest. Thanks in advance Sample response snippet looks something like this: <Signature xmlns="">www.w3.org/.../xmldsig <SignedInfo> <CanonicalizationMethod Algorithm="">www.w3.org/.../xml-
Hi All, We're interested in creating an Appian service using a Web API to return documents to an external client who will be processing these documents as part of a routine backend batch process. While it's well documented how to convert a document to base64 in the request body for an outbound API call using an Integration object, I haven't found documentation on how Appian documents can be converted to a base64 string to return as part of the response body in an Appian Web API. Curious if anyone else has had a similar use case and how they got around this. Thanks!
Hi All, I have created a Web API. I tried with 1. Basic Auth by providing username and password. - Worked 2. Using API Key - Worked - Created New API Key with service account and copied API Key - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing Appian-API-Key: <API Key Value> in Header 3. Using Appian OAuth 2.0 Clients - Authentication is Successful but getting empty data - Created New API Key with service account and copied Client Id, Client Secret, Token Request End Point - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing the values like below I tried using
Hello, does anyone know how to make a service monitoring API? To notify when Appian it's under maintenance for example.
Do to security concerns of iFrames our risk team wants us to pass the sandbox attribute on our webContentField that displays a thrid party website within our Appian application. Bassically we need the equivalent to this: <iframe src="demo.htm" sandbox="allow-scripts"> Is there a way for us to achieve this in Appian?
I created a Web api and tried to use it in Appian Integration of same environment but I am getting time out error, how can I resolve the issue. The web api is of POST method with startprocess. The process model is triggering but I am getting below error in Integration
Hi All I am calling one web service through Appian Integeration and getting the below error. <soap:Envelope xmlns:soap="">schemas.xmlsoap.org/.../faultcode><faultstring>Error transforming the soap request to be processed</faultstring></soap:Fault></soap:Body></soap:Envelope>"(Text) While calling through postman it is working completely fine. The reuqest that I am sending is the same as in Postman. Please refer the below screenshots. Many Thanks in advance. POSTMAN REQUEST
Does a service account is needed to create an integration object (used in process model ) and when service accounts are used?
Hi,I'm calling an external Integration which works fine, but when I try to set the "Convert JSON to Appian value" option, the Integration returns the error below.1/ How would you do to deal with that error ? do I have no other choice to deal with the raw response ?(it is an old API, and we can not ask any update)error-result-guidance The response body could not be converted to an Appian value The jsonText parameter was not valid JSON. Received:
Good afternoon everyone, As a Microsoft Power Platform Low-Code developer, I don't have any experience with creating Appian applications. Is it possible to create an Appian application on top of data that's stored in Dataverse? Or would it be more advantageous to migrate our data from Dataverse to, for instance, SQL? Thanks in advance!
Hi, we have a problem connecting from Appian to an external URL (for es: https://ourserver.spid.local/service). Initially there was a problem of conflict between the URL's IP and some internal appian IP. The connection from appian to the url is through a static VPN and I have correctly trusted the domain spid.local and the IP of the server in the VPN configuration details. The internal CA which signed the url's certificate is trusted in appian. When we Try to connect to the URL we receive the error: "Certificate for <esternal URL> doesn't match any of the subject alternative names: [*.appiancloud.com, appiancloud.com]" How can we fix it? Thanks for your help. V
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.