-
Recently active
Hi all,I have the following problem with this web API integration: if I make the POST call on Appian it works correctly, but if I try to make it outside of Appian (ex: from my computer's prompt) it gives me the following error: 401 check credentials. For the POST call I used the curl command using as url the one written in the web api.I attach screenshot of my API call on Appian and the settings used. Instead the GET calls I can do them correctly. Thanks in advance!
There is an integration , where we upload the documents . But the documents are now taken over http, there is a size limit . Can anyone help me on how to find the payload size limit .
Hi Team, Adobe Document Services and Adobe Sign plugin is compatible only for 23.1 version. Is this plugin available in 22.2 version?
Hi I am not able to connect with google sheet using google sheet plug in, when ever i test connection from connected system i am getting permission denied issue.
Hi, We have a requirement to implement the stripe hosted checkout for our application. To get a callback from the stripe once the checkout session has completed, We have created a webapi in appian and provided the endpoint in the stripe's webhook dashboard so that once the checkout session is completed Appian webapi is called. It seems like we cannot pass the API key for the appian webapi as a header when the stripe invokes the appian webapi so the authentication doesnot happen. The webapi works fine when triggered with Postman. Is there any way we can resolve this issue?
Hi, I have a requirement to change the alert for all pm. I find a plugin and it can modify the alert recipient by the smart service PMAlertsRecipientsSetter. But it need the pm uuids as the input. Is there any plugin has the function to get all process model uuids / ids / details in an application? Or any other way to get this input? https://community.appian.com/discussions/f/plug-ins/18173/process-utilities-plugin-to-bulk-update-alerts This question mentioned getapplicationprocessmodelsuuids() but I don't know which plugin has this function
Hi there, Anyone here know how to connect to GitLab? I see there is connected system for GitHub, anyone know there is one for GitLab? Thanks, Lin
Hi Team, I need a plugin having capability to convert DOCX to PDF format. I tried below available plugins for my requirement but I am unable to get any OPEN-SOURCE available for this. advanced-document-templating-1.0.12.jar (It is not converting complete data. It only shows only picture format data to convert DOCX to PDF not shape format) dynamic-document-generator-2.0.4.jar (It is not converting complete data. It only shows picture format data to convert DOCX to PDF not shape format) convert-docx-to-pdf-(aspose)-2.0.10.jar (It is a paid License) Out of these plugins, convert-docx-to-pdf-(aspose)-2.0.10.jar this plugin have the capability to convert DOCX to PDF but paid license required. So if you can suggest any other plugin which is available on Appian AppMarket to use for converting DOCX into PDF. (That should be Open Source)
Has anyone successfully used JWT (JSON Web Token) to integrate with another system? Is Appian able to decode a JWT? It is necessary to use a plugin? I found this plugin https://community.appian.com/b/appmarket/posts/jwt-web-token-tools in the app market and I think that with the decodeJWT function I can achieve this. Can someone confirm this please?
Hi All, We are using PDF from Single DOCX (with Fonts) to conver a word into a PDF , After conversion it gives a extra solid lines randomly which is not there in the actual template Template : Document: Thanks In Advance
How do you install and set up Automated Versioning Manager if you're using Appian Cloud? Thank you.
Hi All, Can someone suggest me the ways of converting an encoded base 64 format into a PDF file? Thanks In Advance, Gousii.
Hi All, Can any one guide me to use Unarchive process smart service plugin? I just need to know the security permission required to unarchive a process. If i am system administrator, I was able to unarchive process but i am not able to do the same if am having basic user permission. Note: I have administrator access to both "Unarchive PM" and target PM(Which i need to unarchive). Also I was able to use "Archive process" smart service successfully with basic user access. Please suggest any reason behind this. Thanks in advance!
Hi, I am working on an editable grid which shows excel data. I am fetching excel data from excel using "readexcelsheetpaging()" function. Now i want to map data to editable fields and i tried to do fv!item.fieldName but it is not working. a!localVariables( /*local!studentData:excelreadcellsbyname(ri!excelFile,{1},{"A1","B1","C1"}),*/ /*local!studentData:excelreadcellsbynumber(ri!excelFile,{1},{1,2,3},{2,3,4,5}),*/ local!studentData:readexcelsheetpaging(ri!excelFile,0,a!pagingInfo(2,10)), local!gridDataType: 'type!{urn:com:appian:SD}SD_Student_Data'(), a!formLayout( label: "Student Details", contents: { a!sectionLayout( contents: { a!gridLayout( label: "Editable Grid", labelPosition: "ABOVE", headerCells: { /*a!gridLayoutHeaderCell(label: "ID"),*/ a!gridLayoutHeaderCell(label: "First Name"), a!gridLayoutHeaderCell(label: "Last Name"), a!gridLayoutHeaderCell(label: "Em
we recently implemented a process to read emails from an outlook inbox using the MSGraph email poller detailed here: https://community.appian.com/b/appmarket/posts/msgraph-email-poller after implementing we're seeing severe performance issues where the poller is only able to process one email per minute. the emails have a 1mb attachment, and per the documentation, we are expecting 30-50 emails per minutes at the very least. does anyone have any insights they can share to get around this performance issue? thanks!
Hi, I have been using the Deprecated Export SQL to Excel Smart Service for a document download functionality. When the process model is initiated back to back like twice, or randomly out of nowhere with even the first try, the smart service gives this error and the process model fails: "The following error was raised by the Export to Excel function: ORA-01843: not a valid month". I did an analysis on the SQL code, it works on the database and I believe it should be fine. In the SQL code, I have to_date function and I am comparing two dates with different formats such as MM/DD/yyyy and yyyyMMdd. I am wondering if anyone else is facing a similar issue and what would be the possible solution?
Hi guys, we have the requirement to start an Appian process via API from an external system and redirect the user to the url of the first task of that process. I tried to achieve this in the following way. We created a process model and activity-chained the first user input task with the start node. Then we created a POST api and start the process with a!startProcess and we valued the onSuccess parameter of that rule like this: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson({ taskUrl: a!urlfortask( index(rule!LM_getTaskDetailsByPid( pid: index(index(fv!processInfo, "pp", null), "id", null) ), "taskId", null) ) }) ) where rule!LM_getTaskDetailsByPid is a rule that, given a process id, retrieves the id of the active task of the process in the taskId component using a task report and query analytics. Unfortunately we noticed that sometimes this fail
Hi, Scenario: In one of the integrations, the output will be in XML format and in that XML output there will be encoded PDF under a tag< DOCUMENT>. How to read that encoded PDF file and how to convert that into a PDF. Thanks & Regards, Shaik Gousiya.
Hi all, I'm trying to finalize the integration approach for Appian cloud with AWS RDS Sql server. It seems there are two options available. 1. Private Link 2. Ip Sec Site to site VPN connection (VPN Tunnel). (Also I understand Appian cloud does not support VPC peering, however I could not find the reason behind this. ) Private link cons: https://docs.appian.com/suite/help/21.2/Access_Customer_VPC_using_AWS_PrivateLink.html "RDS is not officially supported behind a Network Load Balancer; therefore, if you would like to connect to RDS environments over AWS PrivateLink, you will have to employ one of many workarounds to create a VPC endpoint service in their VPC." It seems Ip Sec VPN not required to update the DNS of the RDS instance. Still bit confused if there any other advantages of using Privatelink than VPN tunnel? Could you please enlighten me on this? Thanks.
Hi Champ, I am using docx from template smart service to create my docx from a template and converting to same to pdf later on to generate my pdf in the required format. I have a use case where I need to show checkbox to the user which they can fill it later on. Is it feasible ? Regards, Ghanashyam
Hi Team, I have a requirement of calling different integrations in one PM node depending on few conditions. The response of all integrations are saved as a JSON file and usage of integration is "Modifies Data". Call integration smart service does not work as it does not have the privilege of setting up integration depending on conditions. Also calling integrations in script task/ER using rule! does not work as usage of integration is "Modifies Data". Do we have any other plugin or smart service to fulfill my requirement?
Hi Guys, I had a requirement that my Appian Application needs to consume data from Kafka. For this i have added a Plug-in called (Kafka tool). It contains 2 smart services. 1. Consume from Kafka. 2. Publish To Kafka. So, i used Consume from Kafka Node in my process model. In data tab there are following Node inputs and node outputs to configure. Node Inputs: Servers * (Text) Data Source Name * (Text) Transaction Table Name * (Text) Security Protocol * (Text) Secure Credentials Store Key (Text) S A S L Mechanism (Text) Group Id * (Text) Num Consumers * (Number (Integer)) Topic * (Text) Job Type Id * (Number (Integer)) Runtime In Minutes * (Number (Integer)) Polling Interval In Ms * (Number (Integer)) Sleeping Interval In Ms *&nbs
We are building an Appian mobile app where there is requirement to open phone contacts by clicking button in form and when we select any contact we should be able to fetch the email address of selected user. Could you please suggest how to incorporate this?
Im trying to call an api and im getting this error: where do i find the integration configuration? thanks
Hi, Move to collab is not receiving files from the folder. Files exist in the folder and Poll File System folder smart service is able to read the list of files. Details below: 1) Move to Collab Output 2) Poll file system folder Output Both constants point to same folder on local server. Please let me know if anyone has faced this issue
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.