-
Recently active
Hello, I am using merge PDF smart service . But i am not clear on how to provide a Document input and I dont know what variables should i past it Thanks
Hi all, is there any way to convert the byte array, from a specific response Field, of an Integration Object to Appian Document. How do you handle this?The case is that the response of the WS call, has a byte array format document in a specific field.
i want to call data from a feature layer of ArcGIS online (just the data table) to APPIAN, Fist I have created the OAuth 2.0 Credentials in ArcGIS for developers, then I'm trying to create a connected system in APPIAN to call that data, this are the parameter i have added: Authentication: OAuth 2.0 Authorization code grant Authorization Endpoint: www.arcgis.com/.../authorize Client ID: X6nKvzhPa57iYtDy Client Secret: •••••••••••••••••••••••••••••••• Token Request Endpoint: www.arcgis.com/.../ i test the connected system, but show me this error (image bellow) Help please.......
We are starting using OKTA Auth for OData API's and what I have got is we have to pass user's information (domain email and password) to generate token and then we can use that token to call APIs. But we cannot pass each user's information to create token, so eventually, we have to pass a service account to get a token. The problem is we don't want to use Service Account as that will reflect the same account in our Mod Logs. We want to get a token for OData with the user's context (like some sort of using SSO). Does anybody have any idea on how to achieve this? that would be really helpful!
Hello, I'm using docxncolumntable to generate a table for a word doc. The table that gets created is too narrow to fit the page and requires manual readjustment of the table. The parameters for the function do not appear in the help screen. I checked the documentation provided with the plug in but there's no mention of the parameters used by docxncolumntable. Is there a way to get a list of the parameters supported by this function in order to adjust the table? Thank you.
Hi actually there is a process in our project in which one process completes in the SQL server after that the status code changes and then the Appian process model starts at the click of a button once the status is changed. So is there a way to trigger that process model without clicking on that button on the change of the status? We tried triggering the process model through webApi from SQL server but failed. Is there any other way out?
Hi Team, We are developing a component plugin to which a json file to be passed from Appian SAIL Interface to Javascript in plugin. Is there any way to pass the document from Appian to JavaScript in the component plugin? when we try to pass the document from document url to component plugin it asks authentication.
Hi Guys, Can we use Kafka Tool Plug-in without installing Task Manager Application? Will it work without it or we should use it?
Hello Everyone, I have a situation where I need to export data from an expression rule to excel. Previously I was using Export Data Store Entity to Excel smart service, but now as per the requirement I need to manipulate the data I get from database in an expression rule and then export it. Kindly let me know your comments. Thanks, Sai Kiran Pannala.
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.
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.