-
Recently active
I'd like to understand how to access by Appian. I need a POST request that just give me the correct result when my PC is connected in VPN, when I try using Postman It works. But when I try in Appian It does not work, like if Appian have not access to the VPN. I'd like to know who to fix.
Good morning, I want to develop "Connected System Plug-ins" and "Component Plug-ins" but I only have access to the "community edition" of appian, is there a way to "Test" and "Deploy" the integrations that I develop? Short version, is it posible to make this posible without spending money on it?. Thank you.
Process states- Error writing mail to the database, that's what am receiving while running this smart service on the process model, not sure what configuration changes are required.Log states- ERROR com.appiancs.msgraphmail.MSGraphDBHandler - Error writing mail to database java.sql.SQLSyntaxErrorException: (conn=642804) Unknown column 'DOC_ID_NO_ATT' in 'field list'Can anyone help us here.we are using MS Graph Mail Poller smart node to get emails from outlook, but getting the above error, we had already go microsoft azure connection setup.
Hello there, I created a Connected Systems using the OAuth 2.0: Authorization Code Grant option, to connect with Google.The Connected Systems itself works and the integrations that use it, also work. The problem is, after authorizing with the user, we get the following note: No refresh token was captured, which means users may need to manually reauthorize more frequently. Check the external system’s documentation to determine if refresh tokens are supported and how to request them. I'm using these integrations in an automated process, which makes it very hard to maintain if the user needs to authorize every hour. I attached the configurations of the Connected System and the note.Is there anything that I'm doing wrong or a possible workaround? Thank you in advance, Miguel.
Hi Team, I have done a small POC on converting DOCX to PDF by Dynamic Document Generator Plugin but the value is blank what I expected in PDF. So if you can suggest it how to display the value in PDF from DOCX by seeing this POC? [View:/cfs-file/__key/communityserver-discussions-components-files/19/5775.Convert-DOCX-to-PDF.docx:320:240]
Hi Team, I have a requirement to export Appian table into Cloud Big Query Table. Eg: I have 1 table called student data, Need to place into Student table in Big Query Dataset. Much appreciate the inputs, Regards, Bhanu Prakash
Hello all, Doing security standardization for more than 100 Appian Applications. Want to add group as a viewer or administrator for each application. Is there any smart service which will get call from process model add update security roles. Thanks in advance. Regards, Bhushan
Hi All, We have a scenario like we need to store the documents which are generated by Appian into Documentum I have couple of questions like, 1.How are we going to store the documents to documentum and any sftp layer has to be in place? 2.do we need to have any integration layer between Appian and Documentum or can we connect directly the documentum and send the data. Our main intention is to store the docs to documentum and get the link to download those docs in Appian screen. Thanks, Sakthi
Anyone have ideas if good or bad to have a business db in another cloud, vpc, etc? Would latency be a huge issue considering how db driven appian is?
Hi, I have a requirement to create an integration with a request body of type XML. In that we're passing the following parameter- Can we do it in an expression where we get an input of document type and then convert it into bytes and pass it in the "BinData"?
Is there a way to have a calendar component show events (records) on an interface, and be able to select a given event to go to that record summary? Here is a picture with an event, I am using the googleTimelineChartField component, part of the googleChartsFieldv2 plug-in. I want to select the event (in orange) to go to its record summary - how would I do that? Thanks!
Hi everyone. I ran a test recording with jmeter 5.3 using the appian library AppianJsonParser-20.3.0-SNAPSHOT.jar that was pointed out to me. Initially I noticed that the library failed to save the X-APPIAN-CSRF-TOKEN automatically in all call headers and I had to manually insert the value ${COOKIE___appianCsrfToken}. Subsequently the test went on overcoming the initial errors due to the failure to valorise the token indicated above but now it has stopped me at this error (APNX-1-4105-004) which I cannot understand. Can anyone help me figure out what's wrong with the call?
Hi Champ, I am using "<w:br/>" in my expression to have next line when generating my docx file from docx template. It's working fine there; but the same is not working when it's converting to PDF. I have another issue while generating the checxbox in PDF. It's rendering fine in Docx ; but the same is not working in PDF. I am using pdf from docx plugin for the same. Can someone help me on that. Regards, Ghanashyam
I am reading mail from gmail via intergration and i need to download attachment from the that mail.how can we do it?
Hi Team, How can I deploy a custom component to Appian Cloud? I don't want publish it to AppMarket, it should be a private component plugin.
I'm currently trying to utilize google translation and google recaptcha inside portals. Translation works flawlessly within the interface and independently, but when used from the portal it throws an error below: I also get an error using google recaptcha embedded by default through portals: I have tested connection on both of the connected systems and they are working as expected without any issues.
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?
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.