-
Recently active
I have a requirement where we need to send data from tables to PUB/SUB API in JSON formate . for this i tried fetching data from tables using queryentity then converting data to json .While sending we also converting that data to encodebase64string and touniformstring . here the issue is we are unable to send large amount of data because encodebase64string has limit on characters . Is there any alternate way to send data . Thanks,
Hello, We've been using the MSGraph Mail Poller plugin, which has been running frequently with no issues for a few months now. Over the last couple of weeks, it's been intermittently erroring once a day, this process is ran every 10 minutes. The node is returning true for errorOccurred but the errorMessage is always either null of 'Error executing this request' with no other information. The node itself is not erroring so the process from an Appian perspective is running as expected. We've haven't found any errors in the logs or from the mailbox side when it's being polled. Does anyone have any information on what could be triggering the plugin to error, or any thoughts on a way to find more information? Thanks!
Hi, We have a particular business requirement, in which large number of documents will be generated on daily basis, and these need to be stored for a relative longer period of time, around 7 years. Which tool can we use to integrate with Appian for storing the generated documents. Please suggest. Regards, Chetana
i want activity name in different rows if i have 5 activity name then come in five rows , like above activity i am using doc to pdf plugins is there any way to archive this thanks
Hello, As shown in the screenshot below, I am able to get a ASP.NET_SessionId in HTTP Response instead of getting it in Result. In such a case how do I save it in a global variable and use it as a header input for another integration to fetch data from the other system API.
Hi Team, We have a requirement to upload/download the documents into the shared folder from appian. Could you please suggest. Thanks
Hello Community,Can someone help what is going wrong here, I am trying this in Appian community edition ? Receiving this error Expression evaluation error at function 'groupprofilerecordtypesource': The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to convert typed value TypedValue[it=1474,v={TypedValue[it=1478,v={{{id,id,1}}}],TypedValue[it=1358,v={AND,{}}],{1,1,<null>}}] to java class com.appiancorp.common.query.Query.groupprofilerecordtypesource( query:a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: {}, ignoreFiltersWithEmptyValues: true() ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 1, sort: a!sortInfo(field: "name",ascending: true) ) ) )
Process Model is using Plugin, but throwing error "This Application uses MSGraph Plugin components and its throwing error by saying "User Does Not Have Rights to Perform this Operation" The user is not administrator of application? Is it required to be admin to run process model with plugin? User is part of "Process Model Creator " group.
How to get two search fields in the OSM map component to search the route from a start location to an end location?
Hi fellow Appian practitioners, I am working on an integration with an external SAP system and have run into a potential Appian shortcoming, and would like to confirm this. I first do a get request to an external system authenticating endpoint to retrieve a token. That endpoint also returns three cookies in separate headers all with identical "Set-Cookie" name. I can view them when looking at the "HTTP Response" tab in the integration object after calling the API via "Test Request": Now, when moving over to the Result, the HttpResponse data type includes ONLY one "Set-Cookie" parameter, the last one, specifically. I do currently need all three cookies that will be passed into the next API call, but I have no way of accessing those in the HttpResponse headers in a process model. The integration works via Postman, as the cookies are automatically passed on to the subsequent API call. I have tried both CS with Basic Authentication as well as just
Hi , I am using 23.2 version which is upgraded recently and Once connected systme which was using Basic auth stopped working . when I test integration, I get following error , can aby one please let me know if this is deprecated and when ?
Hi Team, I want to know the configuration to be done on the process model in my case. I have created a WebAPI object to start the process model (my process model is empty for now), this external application is doing POST. But where can I see the JOSN body of the data the external system is sending to the Process model? many thanks
Hi, I am trying to integrate Grafana and Appian.I created a Web API object for POST so that it can write into the database table. Now whenever the alert is triggered from Grafana it is creating a new row in the DB but the row is empty. How do I find what all details or JSON is being sent to that Web API whenever Grafana triggers? Many thanks, Khaiser
Hi. Can anyone tell me how to go about this: I have to integrate and automate MS Teams Attendance Report in Appian. For example, need to get the meeting attendance data (time when one individual joins the meeting, leaves the meeting, their total duration)
Hi All, in Appian is there any way to restrict Excel Template with few Editable columns and Few non Editable columns? For example : we have 10 columns in Template we should restrict 2 columns as Non Editable remaining as Editable we can achieve this with VBA code in Excel ,but after template download in appian its not allowing to edit remaining Columns in Excel
Hi everyone, I am currently working on a project where I should extract a Greek text to PDF. I have tried using the Create PDF plugin from PDF Tools, as also the PDF from HTML plugin from Dynamic Document Generator without success. I would really appreciate any help with that. Thank you!
I need to connect to a 3rd party system using Appian to pull in data from it. It would need me to first create a token bearer , access that token for Bearer Authorization which will help to connect to a session and finally get data based on the api path URL Would highly appreciate if someone can help me with the steps I need to follow to achieve it. Thanks.
When I am trying to pass the Arabic characters into 'PDF from DOCX' smart service this is not displaying the Arabic text but displaying hash(#) instead. Also, even if its numeric characters! Same when I am uploading MS word document edited a text or added any text in Arabic or numeric chartacters by the user, then the generation process to save the uploaded document by a save button in the interface, I am using the PDF form DOCX plugin smart service in the process to convert pdf file from the uploaded MS Word document. Then, the user will view that pdf document in a document viwer in that interface but the text or the char added appears as HASH(#). The Generation PM: NOTES: I used SST Arabic TTF File as the font of the pdf file. I need the uploaded edted word document as it is to generate as a pdf saved in its folder with SST Arabic font as I put it in the smart servcie, not when the user donwnload the required file to edit it then upload. It
Basiclly I follows the steps as mentioned in the document: https://docs.appian.com/suite/help/21.4/Appian_Plug-ins.html, However I runs into issues after deploy my plugin to Appian server. 1. I copied the log4j-core-2.17.1.jar and log4j-api-2.17.1.jar from /deployment/web.war/WEB-INF/lib folder to my laptop, and inlcude them to my project 2. In my code, i use LogManager.getLogger(MyClass.class) to get a Logger (org.apache.logging.log4j.Logger) 3. Use Logger object to log messages But when the code runs on Appian server, in log file shows exceptions about the org.apache.logging.log4j.Logger class is not defined. I am using Appian V21.4.
Hii All, i am trying to import the data in the excel sheet to the database using Import Excel to Database smart service plugin but the data is not importing to the database even the process workflow is working fine and executes without any error. I have used the upload file field in the interface then using the start process function i am triggering the process model. Can anyone please help me in this?
Hi Team Here i am looking for different ways to integrate Appian with Microsoft teams without using paid plug in if you have any suggestions how can i implement that would be helpful . Thanks
Hi All, I have a requirement to convert an XML file to CSV, where the data points of the XML file can be dynamic. We cannot use CDT/Tables as the data points are not fixed and we need to use some mechanism that identifies the datapoints dynamically can convert to flat CSV file. Please let me know if anyone has any solution for this. TIA.
How to drilldown into integration body to index upto specific field
We need to dump ~30 MB Excel data into DB and we are using Import Excel to Database (Plugin to extract data from file to DB) with batch size=5000(parameter in plugin) While doing this process, heap size is reaching threshold (4 GB) and causing the environment down. Is there any way to dump this data into DB via Appian without increasing the Heap size. We need to do via Appian as User has to upload the excel via Common User interface.
We have purchased the Full Calendar with Event Scheduling plug in from the Appmarket but are unfamiliar with how to get it installed on our cloud instances. We reached out to Appian support and they informed us that: It's possible that the functionality offered by Vuram includes some additional installations or scripting, but in terms of what would be expected from Appian Support in order to install a plug-in on the server I see the offering (Assuming it is this: community.appian.com/.../full-calendar-with-event-scheduling or this: community.appian.com/.../full-calendar-with-event-scheduling-12-week-view) is a component plug-in, so we would expect a file named something like "full-calendar-with-event-scheduling-2.0.2.zip-signed" Has anyone installed this or similar plugin that might be able to provide some guidance. The zip file from the plugin web site contains several folders that contain java script files. Thank you
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.