-
Recently active
Hi guys, when I call an Integration and it return some files to Appian Folder. I could set all those files' name as requestDoc.xml, but could I set dynamic name using response property like result.body.fileName ?
Hi All, Wondering if there is a way in appian to create a Web API with No Auth?
Hi all, I have an issue concerning Add Documents to Zip plugin. More specifically with the customer being able to unzip the files with the default WinZip utility. Currently the zip files are empty and they are forced to use 7-Zip. Since it's not really a best practice to ask the customer to download a third party software to unzip the files, I would like to try and troubleshoot the issue. Side note** All company internal members have no issues unzipping the files using WinZip. This is purely an external issue.
Hi Experts, I am using "Authorization Code Grant" for Docusign integration.I have to call this integration on my process model and run this process model as scheduler on every hour to checking token status.I have set assignee of this integration node "Run as whoever started the process".The Problem I am facing is that, every time I am getting "[title=Missing Credentials, message=No OAuth Access Token found for current user, detail=]" API response. when I am manually running this integration, it is working fine. As per my understanding it is because, when the process is running according scheduler it is not able to find valid assignee and the integration is returning false response every time ,even if the token is not expired. Please help me on this.
Hi, My process model has an integration call which has a timeout of 1 sec. In My process model , I am not handling the timeout . so what will happen if the timeout happens . Will the flow goes to the next node after the integration node ? Also , is there any easy way to simulate timeout from a REST POST API call ? I have set the time for timeout to minimum (1 sec). still the call is succeeding . is there any way to achieve this from Appian objects or the network. I have no access to the rest api code. Regards, Mike
I am having same field names in database table as well as in my excel file. Also configured it in data store correctly. But while using import excel smart service to dump data, even after providing same table name as database table, data source name- "jdbc/Appian", and excel document having similar fields, there is no error populating but I cannot see my data in my database, nothing's happing there.
Hi all, I have a list that I need to display the fields dynamically for, and one of the fields are a list. Right now I am using a styledTextEditorField for users to input a list, and the output is in HTML format. The document template I use so far is this - «@before-row[#list doc.notes.note as n]»«${n.@title}» Reports(s): «${n.@reports}» «${n.@noteText}» «@after-row[/#list]» The noteText must be a list, and if I try to export with the noteText as is, it just exports the html directly like <ul><li><p>edit 1</p></li><li><p>edit 2</p></li><li><p>edit 3</p></li></ul> When I try to replace the special characters in the XML generation it throws an error "The value of attribute "noteText" associated with an element type "note" must not contain the '<' character."(Text)
Hello everyone, I'm trying to retrieve logs using the Log Reader plugin. I've encountered an issue. When the log file exceeds 10 MB, the previous log data is stored in a file named "xxx.csv.1," and the original log file ("xxx.csv") is initialized. I can successfully retrieve log data from "xxx.csv," but I'm unable to access the data in "xxx.csv.1." According to the Log Reader documentation, it should be able to read "xxx.csv.1." Is there something I'm doing wrong? Any advice would be greatly appreciated.
I have webAPI in Instance A expecting a small set of json payload(4-5 field), nothing crazy. I have Integration build on Instance B to call the WebApi of instance A. Passed the API keyfrom Instance A as needed to instance B. WebAPI --> API Key --> Integration etc. I am receiving weird error, looks like some authentication issue but is coming in HTML format and could not get more info from logs either. Saying JSON is invalid but JSON is valid. Can someone please help me on this? HTML error received: document.addEventListener('DOMContentLoaded', function () {document.forms[0].submit()}) Note: Since your browser does not support JavaScript, you must press the Continue button once to proceed.
[mention:c7afb0bb88314bb8a11cebc4007e5b18:6b577b8c04704e209d29b6772bf67243] This link is applied only to 17.1 through 19.1 using SAML authentication, not really helpful for 24.2. is anyone aware on how to fix this? If i pass ?signin=native as mentioned in above link, receiving 401.
Hi, at the beggining of this year I implemented an embedded interface with an external sistem and it was working fine (log in on the external site was with Appian native authentication by navigating to suite/?signin=native) but now we had to add OpenID Authentication for logins and those user who where on the SSO Group were not able to access trough the native url anymore. With this change, the users that access trough the external site with the embedded appian interface were not able to connect anymore. Only those who were not in the authentication group could. Does anyone know what could have happened? And how to solve it?
Hi All, I am creating an integration and connected system and Integration setup has been established successfully. OAuth2.0 authentication method using for this integration. while testing of Connected system we can do authorization successfully and when test the integration manually, I get success response with correct output. But when I use this integration in process model, i get error "[title=Missing Credentials, message=No OAuth Access Token found for current user]". Your suggestion would be appreciated.
Hello all, I have configured a web API and provided OAuth 2.0 authentication. I have tested it from Postman, and it's working fine. However, I have a requirement to validate something based on the clientId of the API request. Is there a way to read the ClientID from the request? Thanks
Hi Team, I have a requirement where I need to post data from process model. We don't have any interface to keep the integration in save into parameter , so we need to run it in process model itself. After posting the data, we will get some id in response where I need to use the id in the next node. I was trying to fetch the id from the response and I am not able to do it as when I am calling it in expression rule or script task the response is getting considered as "reaction tree". Can anyone please help me how can I achieve my requirement.Thanks in advance!!
Import Excel to Database Plugin - we are importing the data with this plugin and using the latest version of it, but in the new version we are seeing one issue, Excel headers and Table columns name required to keep the same, for example CONTACT_NUMBER(Excel template) = CONTACT_NUMBER(Table column) then only plugin is going to work. but user's file header with Contact Number not CONTACT_NUMBER. is there any alternative way to have headers with camel case and the logical wording not the table column name in the template like CONTACT_NUMBER or any way to edit the template headers after upload and to make change in header from Contact Number-> CONTACT_NUMBER(Excel template) to match table column name?
I've created a new company specific Component Plugin following the Package Structure - Appian 24.2. It was submitted, approved and signed. When I've tried to deploy it in our cloud-based DEV environment, then plugin upload returned with an error. In the logs I can see the following:2024-07-23 20:34:59,754 [ajp-nio-0.0.0.0-8009-exec-13068] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'plugin-id' (plugin-id) version 0.0: 'customfield (1.0.6) - Could not find html-entry-point file: index.html'2024-07-23 20:34:59,757 [ajp-nio-0.0.0.0-8009-exec-13068] ERROR com.appiancorp.plugins.DeployUploadedPluginReaction - Failed to deploy plugin file customfield_1.0.6_signed.zipjava.lang.IllegalStateException: Plugin was deployed but not successfully enabled We've checked the plugin file with more colleagues together, and it follows exactly the required structure, and index.html file is in the customfield/v1 folder as required. Did yo
When I try to access Appian from an embedded interface and it is through SSO, I get the following error: This happens because the SSO is done through microsoft and the corresponding login cannot be done. Therefore, this error interface remains and the appian embedded interface cannot be used. Can anyone think how to access the microsoft SSO and be able to login with Appian? If you access the SSO in an Appian window (without being embedded) it works without problem, it only happens when it is embedded in a non Appian application. Translated with www.DeepL.com/Translator (free version)
Good Day I am trying to send a csv file from Appian to an external sftp server. I have setup the username and password in the 3rd Party Credentials and I added the plug-in to the allowed Plug-In list. In my configuration of the SFTP object: i have the following for file transfer configs: where server host name refers to the actual server name. Remote host path: Document to Send : pv!stockData ( where pv!stockData is of type document and is an output from the Export Data Entity to CSV : Process model runs but I am receiving : FAILED and the error is "No Such File" Please advise what I have done incorrectly. Thanks
I'm encountering an issue with the Automated Versioning Manager (AVM) in Appian while managing application exports and imports through GitHub. Here's the scenario: When I export an application from Appian Designer, I receive a ZIP file that contains a 'META-INF' folder. Inside this folder, there are two files: 'export' and 'MANIFEST.MF'. I then use AVM to push this ZIP file to a GitHub branch. When I download the ZIP file from the GitHub branch or update my local repository with the application using the AVM command, the 'META-INF' folder now contains an additional subfolder named with the UUID of the application. Inside this subfolder, the same 'export' and 'MANIFEST.MF' files are present. Due to this additional subfolder, when I try to import the application back into Appian, it throws an error: The specified file does not contain a valid package and cannot be imported. (APNX-1-4154-000). How can I prevent the creation of thi
Hello, I have to get data from a Microsoft Access DB and put the data into Appian to run reports. I read online and it appears that I need to create an ODBC connection or use a tool like UCanAccess Driver. Is there a way to do this within Appian out of the box or with a plugin?
Hi, We are trying to use Kafka Tools plug-in to consume and publish from Kafka with Schema Registry from Confluent Cloud. This plug-in does not support AVRO format in Confluent's Schema Registry, so we're evaluating if we could solve this by creating a Smart Service Plug-in to serialize/deserialize with the AVRO Java libraries. The idea is to serialize the messages before using Publish to Kafka and then deserialize the data after Consume from Kafka stores them in db. Does anyone know if these Smart Services can send and receive the binary in AVRO format? Has anyone tried to do this or something similar? Thanks in advance
I am sending a POST request via an integration, and this endpoint requires that a JWS (signature of the body) is sent in a header. This is similar to a JWT, except that what is signed is the body of the POST rather than the claims included in the token. In our instance, I see the plugin functions for creating JWTs, but none of them seem to have the ability to create a JWS. Any ideas on this one or will I have to create my own function plugin?
Hi team, has anyone implemented the PKI integration with appian for SSO purpose. Or AADHAR integration. Appreciate your response here.
Is there a way to get list of unused plugins across the environment?
Hello,I am using Cucumber for Appian for Automation testing. I am using syntaxGiven I populate field type "File Upload" named "FIELD_LABEL with "VALUE" to upload a file. I have tried giving absolute path of the file in "VALUE" and I get error message:<<An error has occurred: Wait for Field Type - FILE_UPLOAD - File Upload>>
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.