-
Recently active
Hi All , How to use Regular Expression for Validation . I am getting this Error : Expression evaluation error at function 'regexMatch': The function 'regexmatch' is unavailable.
Dear all, we have a scenario to capture the use activity when they are accessing Appian to track the user activity. decided to capture the data and store into database for generating report out of it. Could you suggest any approach to write the data into database without button click. Thanks in advance
Hello everyone, Please share your inputs/thoughts on below use case On click button/link from Appian, external web page should open with some form fields. few of them suppose to filled by data from Appian and there on users continue to work on their page can save data to their external system. (i.e. Something similar in Angular post data to web form using form inputs) Is there way we can achieve this from Appian?
Hello, I need to sent a xml file to a endpoint (https:// ) different than the endpoint publised in the exposed wsdl file ( which is http:// for firewall reasons). How can we do it? Enclosed the implementation and the message error. Thanks in advance Jesus Salazar
I want to use one get API endpoint which has dql query in the endpoint. but its failing in Appian integration and getting result from postman. 1. When I execute Get API endpoint in postman am getting result. but if i do the same in appian Integration am getting error. what might be the reason? Do integration doesnt support dql query?
How to configure/Integrate a plug In in Appian Admin console..? is there any particular procedure? and share me if there is any helpful documentation links
Is there any Plug-In to convert IP Address to Lang and Lat? I am trying to get the User current Location, I have its localIp using IP tracer Plug-In, Using GeoCode to convert Lan and Lat to Pin Location. Not able to find any way to convert IP to coordinates inside Appian.
Google Maps Display or Directions configured in Interface not working in Site but working in Mobile App Configured Google Maps Connected System, Working Fine, Integration Working Fine, WebContent Working fine with the Key. Google Maps Directions and Display field is not updating on either Interface or Site, but is working fine when I log in through Appian Mobile App on App Home Page. Is there any specific configuration to be done to display those fields on Site Home Page on Laptop as compared to Mobile. fyi, I have not configured the home page as per mobile.
Dear, we have created an integration with Sharepoint (using Authortaion Code as Authoritation Type) to add document in a specific folder months ago. Integration worked, but yesterday I have received the following error (with the same test): Clicking on the link, integration worked, but how can we solve this problem without a manual operation? Thanks in advance for any suggestion
We need a plugin to integrate Filenet with Appian 21.3. The plugin should be able to support Support for SOAP attachments Support for Base64 attachments We had been using "Advanced Call Web Service" plugin but post Appian upgrade to 21.3 with removal of TLS1 and TLS1.1 protocols, it stopped working. Any leads would be helpful.
Is there any way in Appian to read data from Microsoft Powerpoint (.PPT) file?
Hi! I am trying to retrieve the metadata of a document already uploaded to sharepoint and I have this error ... The data is apparently fine. Could someone who has worked with this help me?Thanks and regards
Hello We have the need in the project to create a service (not a process model) with a wsdl passed to us by the customer. So that we then pass the end-point and invoke us.Is it possible from Appian to generate an end-point from a wsdl? Thank youAlex ACG
Hi i am using the getDocumentFromFolder() function from a plugin. The sortBy paramater was not accepting the value "created". Please advise on what to do. Thank you
We need to integrate Appian on cloud with an authentication web page, which works as a reverse proxy. The authentication will be done in that page and a header interchange mechanishm will work after the authentication to pass through the HTTP traffic to Appian. Which is the best way to integrate with this authentication method and how?
For our project we currently have SAML set up to create users based on a single AD group. We want any users belonging to a handful of AD groups to be added to various Appian business groups. I decided to make a pm to add or remove group members, but don't have a way to query AD. We cant seem to find a way to query AD aside from using LDAP(my understanding is SAML cant be used with LDAP). Is there way to query AD with LDAP without fully committing to using LDAP in the Appian Admin console? Something like an integration/webapi to query AD with LDAP without fully commiting to using LDAP from the admin console.
In short, is there a way to use the Deployment Automation Manager to run a flyway repair command to recover from failed DDL executed via Flyway, or is there anything planned for a future version of the plugin to allow this? Some more background: I have been through the documentation of the Automated Deployment Manager here: https://community.appian.com/w/the-appian-playbook/198/deployment-automation Using what is documented, I have been successful in using the `-flyway_path` and `-ddl_ds` options to deploy database changes to an appian instance hosted by appian cloud, against the underlying MariaDB. In the process of proving the above, I learnt that MariaDB does not rollback DDL when it rolls back database transactions. As a consequence flyway leaves the flyway_schema_history in a state that requires manual intervention and that blocks further flyway migrations until a repair is done. Flyway has a documented way from recovering from failed migrations, which is
Hello, I am upgrading a web API that was created sometime ago, it has all the process nodes in one very big process. I have managed to split it up to smaller sub-processes successfully, but the thing is that after splitting it to multiple process I started to add more functionalities (as this was the main goal in the first place), but once all the new functionalities were integrated the web API started "act out" or become unstable, where the web API sends a response back before the whole process reaches an end and before the "response body" variable is filled so I keep getting an error saying that function toJson() can't convert null data, I should mention that I have all of my nodes in all of the processes and sub-processes chained. my question is: is there a resource limit or time limit (keep in mind the API requires about 1-3 seconds to complete) and if so how can I modify this. ------------------------------------------------------ helpful screenshot
Hi Appian team, Web API that connects to process model -I need to pass input parameter different and get a different output parameter can anyone help me out with this , now whatever am passing as input parameter to processparameter same am getting as output parameter as process info.Please edit below code accordingly below is the currently used web API code snippet: a!startProcess( processModel: cons!xxxxxxxxx processParameters: {xxxxxxxxxx : a!fromJson( http!request.body ) }, onSuccess: a!httpResponse( statusCode: 200 , headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error starting the process" } ) ))
I pulled the data from Big Query's data source using the HTTP Get Method it works I was able to translate the data to Appian's formatData is displaying Now with the Expression editor, would this be the Data side of things, Will I be able to set the variables for the data in there and make it in such a way that every time bigQuery data updates a sepcic data it will update into Appian. Can I do the same thing with pushing the data too, have the POST Method set up with a process Modeler to push data that has been updated in Appian to BigQuery?
I managed to create a connection to BigQuery's API, however, How would one go about pulling and pushing data between BigQuery and Appian?
We have MS Poller configured for one of our application. We noticed that MS Poller smart service is not able to ingest .MSG files as an attachment, however associated mail is ingested. (Email attachment inside another email). Kindly assist.
I have managed to get the API to successfully import data from Big Query, However, I am struggling to get the data's to display in the Data Previews. I have created the rule!Pulling_Data().result.body.rows.f along with the: createdictionary( {"ClientID","Client","Project","Developer","Hours"}, fv!item.v ) so that the rows are split into columns, however, although the test is successful with this output. There is no data in the "Data Preview" Is there a way around this, or something I am doing wrong that is now allowing the rows to display?
Does anyone have any experience in using the Azure File Service / Azure Blob Service ?We are currently creating a file within Appian and move it to an on premise server using SFTP. At some point in the future, the on premise server will be replaced and we have the need to move the file to an Azure Server. We've been advised to make use of the above service but are struggling to get this to work.Either the requests we are building are incorrectly formatted or it's not recognizing the document object at all. It would be great to know if anyone else has a solution, the examples i've found, are not Appian specific and so far haven't helped ...
Hi, I am trying to export SQL to Excel but the base template would be XLSM due to macros which will hide/show columns based on certain rules. The actual file being generated by the plugin is XLSX and due the file file containing macro excel throws file corrupt error. If I manually change the generated file extension to XLSM everything works fine. Is there a way to change XLSX to XLSM within Appian or contain macros in XLSX template files. Thanks.
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.