-
Recently active
Hi all, We need to validate the scope parameter in Web APIs. I've seen in the documentation that with the Appian OAuth 2.0 client the scope parameter must either be blank or omitted entirely: https://docs.appian.com/suite/help/24.1/Web_API_Authentication.html#using-the-oauth-2.0-client-credentials-grant Can we use a third-party OAuth 2.0 client to validate scope parameter? With this authentication method, would the scope be validated internally or would we have to do it at the web API level? Thanks in advance.
Hola buenas tardes a todos, quisiera pedirles ayuda. Me encuentro en el siguiente escenario: recibo archivos base 64 que transformo en un documento con el objeto de "integración" de appian. Hago clic en "Convertir valores base64 a documentos Appian" y no tengo ningún problema con archivos PDF, TIFF, PNG, TXT, sin embargo no es capaz de traducir y convertir un XLSX, quiero saber si Appian tiene esta restricción. por favor su orientación
Hi everybody, we need to display a "loading" interface (an image or a gif) while we call an integration (through a button, which needs to be the only user interaction) that takes a couple of minutes to complete. We tried using both refresh variables and showWhen logics but neither worked as Appian waited to complete the integration "call" before displaying anything. We also tried using a process model with an AND gate but the user input task node needs to be "attended" so it can't be used without the user interaction. Do you guys have any suggestions?
We have use case where currently we are sharing the document to external system via Appian Web API ( created through existing Appian API document download template ). External system is requesting to share the data as base64 string. We could achieve same via plugin available in App Market ( [mention:e7b082a6b98049899e3541011e57f30e:f7d226abd59f475c9d224a79e3f0ec07] ). I wanted to confirm what are the advantages and disadvantages of sharing document via base64 string over existing approach. If anyone used base64 string encoded method to share document, can you share the advantages, and disadvantages over the approach.
Hi Team,[Deprecated] Export SQL to Excel smart service is failing in our DEV environment Appian version 23.2. Geeting below mentioned error:"The following error was raised by the Export to Excel function: null"Same smart service is working in another DEV environment of same version.Please do the needful on this issue. Regards,Sandeep
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
I'm generating a word docx using docx from dynamic template and converting the docx to pdf using PDF from DOCX smart service. I'm able to generate the docx properly but while converting to PDF the text is not coming in the pdf file. can you please help me to find out the problem?
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 am trying to user Move to FileSystem smart service to move files from a network drive to an Appian folder. The process keeps on failing at the Move to Collab node. I am seeing the below error in application server log Caused by: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: Invalid File Path: \\\\RmsStgIntWeb1\\Section15Attachments\\test1.txt This is a shared folder on a network server. I tried giving my local folder path, another mounted shared srive path, but each time getting the same Invalid Path error. What am I doing wrong here? Would really appreciate if someone is using this smart service and can help me out. Thanks in advance. Subhashre
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 Team, I wanted to reduce the size of the images what users are uploading, they are high mb and causing the disk space memory usage , Do we have a plugin which reduce the size if image like if user uploaded is 30mb then reduce it to 3 mb . I see image compression plugin but looks like it has some vulnerabilities, Any suggestions will be helpfull Thanks,
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.
We have a requirement to get files from NFS path into Document object as down the lane, we have to pass it to other api, which accepts only Document object for file. Can someone recommed us with approach to work it out?
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, I'm trying to compare the similarity between two texts(For a dashboard), I found a plugin (similarity) but apparently it has a high cpu usage. Does anyone know if there is any out of the box solution or another plugin for this? Thanks!
import csv to database smart service from Excel tool is creating an issue with connected system data source
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
Hello, I'm trying to send a file from my Appian application to a remote server that has its own hostname, username, password, and key file. I have implemented the process to do this. While attempting to connect to this remote server, I have configured the file transfer configuration like this: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverPort: 22, serverHostName: cons!ETT_HostName, privateKeyFile: cons!ETT_SERVER_PRIVATE_KEY_RSA ) However, I still don't know how to successfully connect to the server, even though the process does not throw any errors. How can I resolve this? I'm really stuck; I can't find documentation, tutorials, or even an explanation of how the plugin works for beginners, which is a very terrible thing for such an important plugin. The problem is that the process is not throwing any errors and there's no logic to connect to the server without the username and password.
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.