-
Recently active
We would like to migrate data from various applications (eg java , Oracle etc) into APPIAN using an ETL tool. Please let us know which tool would be a best fit in this case. Is Informatica Power Center compatible with Appiian .If not ,do suggest other tools.
We have a script task that calls a rule within which we make a few calls to some integrations and then process the returned data and save into a PV and then the flow continue further.now the problem is the API catering us with the data is not a stable one and fails sometimes causing the script task to fail. I want to implement a loop around in the process model where I should be able to loop back to the script task and retry executing. how do we approach this problem. I want to reduce human intervention here as much as possible.
Can anyone share the documentation regarding how to configure the following smart services? - Import CSV to Database v5 - Load CSV File To Database I am facing an error while using the smart service You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=' at line 1 Is there any way to read a CSV file? I need to find the headers and number of rows available in the file Thanks, Rohit
Hi All, Could someone help me the below questions? 1. I am not able to understand the meaning of "Send credentials preemptively instead of waiting for a 401 authentication challenge" while creating Integration using HTTP from Scratch. Could you please make me understand in simple terms. 2. I need few free URLs for GET and POST to create Integration for Learning and Free WSDL Url to integrate inside of a Process Model.
Hi, I need to do an integration with GET method, sending a body. Is there any way to do this with a GET method? Thanks.
Hi , I have used fraud ring network graph plugin for one scenario as below, Q1. Can we get the dynamic data from external DB's and build network diagram? How to map the nodes and edges respectively for dynamic values? Q2. I have a requirement, to show the drill-down level of each node as a separate interface. Is it possible to implement the same by using Network-graph-component Plugin? Q3. Can we show/hide the nodes depends on the requirements? Any examples please share. Any reference links and example implementation would be appreciated.
Hello, I'm trying to implement functions to check the permissions of a group or a user (first param) on a specific folder or document (second param) but i'm stuck with the UserOrGroupDataType coming as a string. How could i make the distinction between the two kinds of objects inside the java code of the plugin ? Regards David
Hello, Could you please tell me how can i retrieve the caller of a custom function inside this function (in java) ? I would like to check at least if he has the sysadmin rights. Thanks in advance David
Hello, I'm trying to deploy a HTTP Connected System in an other environment, but when deploying, the Deployer plugins throws this error :"An error occurred while creating connectedSystem: The creation of the connected system failed because a value must be supplied for baseUrl in an import customization file" (in the base URL field : I have entered the url without any constant) Could you list me the different steps to deploy my connectedSystem please ? Regards
Hello All, Please let me know whether anyone worked on plugins to export the report(Readonly grids) to pdf.. We are using plugin - Dynamic Document Generator and then using pdf from html option. Challenge here is after converting into pdf(using html option) - unable to insert page break so some of the rows were truncated and because of the fontsize columns also truncated. Please let me know whether if any worked on the similar requirement/any workaround. Thanks
Hi all, we would like to introduce you our approach to implement integration based on Appian, SAP and Salesforce SAP, Appian, Salesforce - SAP Cloud Platform - event-based integration with Microsoft Azure (EN) SAP, Appian, Salesforce - SAP Cloud Platform - event-based integration with Microsoft Azure (DE) What is your experience?
We need to make use of JSON Web Encryption for a 3rd API integration. We are just doing a quick check to see if anyone else has implemented this on Appian.
How to convert the Network Graph field to image? Any smart services available for the same?
Can anyone please guide on how to use service account in Appian. Why do we need to use it and how it is used for testing . Thank you
Hi All, Can anyone help me with details on hoe to connect to sharepoint (Online / 2016) from Appian, any plugins or other ways to connect. the main idea is to read a file from SharePoint and place a file to SharePoint Thanks in advance Warm Regards Vineeth
Hi I am wondering if it is possible to use the readexcelsheet() function on a rule input file (ri!Submission.submissionfile) which is uploaded in the same interface. a!textField( label: "Rules", labelPosition: "ABOVE", value: readExcelSheet( excelDocument: ri!Submission.submissionfile, sheetNumber: 1, startRow: 9, numberOfColumns: 4 ).result.values[1,4], saveInto: ri!rules, refreshAfter: "UNFOCUS", readOnly: true, validations: {} ) Should this be possible or does the function only work within a process model? In the interface I am getting the following error: 'Interface Definition: Expression evaluation error at function 'readExcelSheet'' while in the process model it works (with process variables) Thanks in advance! Chris
I have two requirements that I am not sure how to tackle:1. I need to to export a datasubset, dictionary, cdt, or map to excel (basically data that is in appian, not in the db) in an interface. 2. I need to upload an excel spreadsheet, and extract the data to display in a grid in the UI. So I need to extract it to a datasubset, dictionary, cdt, or map. Is there any OTB functionality or plugin that could achieve one or more of these requirements?
We are in need to use mobile push notifications to generate mobile notifications on certain events, but the issue is that we are on on-premise environment and Mobile push notifications are only available on Appian Cloud. Is there any suggestions or other ways to achieve the mobile push notifications service in self-hosted or on-premise ?
hello all, We have multiple documents sending to user via DocuSign and once it is approved we get back the document via WEB-API .... which is working fine but when one of the document is signed the web api is called and the process moves ahead...which shouldn't happen now we need something that keeps the web api on hold until all the documents are signed
Hello All, I have a requirement to poll mails from an external mail box at a specific interval(eg; once in 5 min), I found plugin " Poll Email from Microsoft Exchange EWS API " from app market. But i couldn't find any configuration details. I followed the steps but facing errors when i run the process. Please suggest if anyone already worked with this plugin or let me know is there any alternative solutions for the same? Regards!! Sujitha
Hi all, This scenario has few relevant details. Will try to make all them visible... I need to send an XML SOAP message to a third party, and the message has embedded a document, which has to be codified (uuencode) in base64. Reading the documentation, the approach has to be the creation of a full set of data types with the same structure than the XSD to be sent. So far, so good. I'm able to send a full data type with the file using an Integration call, setting the content type as XML (application/xml), in the content I have the data structure and I ticked the Automatically convert CDT to XML. This is a post message with an specific header and basic authentication. Now, that third party says is unable to consume the message if there is no a proper SOAP header in the XML... Simple, right? I need to add this: <soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../" > <soapenv:Header/> <soapenv:Body> --> here goes my message </s
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.