-
Recently active
Hi, I have a requirement of Appian integration with outlook. We are sending / triggering an email notification to user(s) with Approve & Reject links. When the users try to click on the Approve or Reject links, is it possible to update the status in Appian without really login into Appian. Is there any service in Appian related to Outlook integration to achieve this functionality.
I am new to appian. I want to know how to refer integration object to user in interface. In my case user will give his district id and date and he will get all the vaccination center near by him and available slot and type of vaccine. I want to show this integartion object result in Interface to user in a proper way how can I do that?
I'm trying to figure out how to link an Appian Cloud database to Tableau.
Hi I'm trying to read an excel using Parse Excel to CDT smart Service. I would like to understand in what format we need to pass the value is this parameter.
Hi, I have created a simple Component plugin but getting below error while drag and drop plugin on interface Missing system configuration This component requires the dynamic content domain to be properly configured. Contact your system administrator. We are using On-premise Appian server. This is basic backgroudColor plugin copied from Appian Github. Please suggest what steps are required to rectify this issue.
Hi, In our Use case we have a requirement of conversion of base64 to doc. We were able to find this smart service in the 22.1 cloud version. Can anyone confirm if this smart service is available in OnPrem(22.1) version as well? this smart service is not present in OnPrem version of 20.4. Regards, Chetana
Hi Team, Is there a way in Appian where we can retain the file extension as the extension that we are using in our template.We have a requirement where we are using the excel base template with in-built macro having the file extension as .xlsm and when trying to generate the excel through appian process the file extension is getting changed to .xlsx.Any suggestions? Thanks
Hi All, I have configured the appianseleniumapi with example projects given. AppianSeleniumapi 22.1.1 jar file's Basefixture/sitefixture/tempofixture not contains readlines() function. Common.io.utils jar contains readlines(). I have installed common.io 2.11.0. I am getting the below error. Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.List org.apache.commons.io.IOUtils.readLines(java.io.InputStream, java.nio.charset.Charset)' at com.appiancorp.ps.automatedtest.common.PropertiesUtilities.loadProperties(PropertiesUtilities.java:28) at com.appiancorp.ps.automatedtest.fixture.BaseFixture.<init>(BaseFixture.java:66) at com.appiancorp.ps.automatedtest.fixture.TempoFixture.<init>(TempoFixture.java:104) at com.appiancorp.ps.automatedtest.fixture.SitesFixture.<init>(SitesFixture.java:11) at com.appiancorp.example.HelloAppian.main(HelloAppian.java:22). Kindly help to resolve.
Can someone explain how to configure the "Add Documents to Zip" node? I just want to add the selected images to zip file. Thank you.
Hi All, I am trying Automation with Appianseleniumapi. I have downloaded AppianSeleniumApi from appmarket and have followed the steps provided in the document https://community.appian.com/w/the-appian-playbook/2304/automated-testing-with-appian-selenium-api. when running the project in eclipse , i am getting this below error kindly help.
Hi, Is there any smart service or plugin that can mass delete first X rule/process model versions. Thanks
We are looking at using the Parse Excel to CDT to parse excel data into a table. Does anyone know if this process has protection to prevent SQL Injection? Thank you
Health Check report shows the following message about Deprecated Plug-Ins with no further details. How can I find out which plug-ins are being flagged here?
I want to click on card choice fields, can someone tell me what script should I write? The following is the card choice field that we are using a!cardChoiceField(label: "Activity Choices", labelPosition: "COLLAPSED", data: local!activities, cardTemplate: a!cardTemplateTile( id: fv!data.zlkActivityType, primaryText: fv!data.zlkActivityType, icon: choose( fv!index, "briefcase-medical", "microphone", "briefcase-medical", "microphone", "microphone", "briefcase-medical", "microphone" ), showWhen: isnull(fv!data.zatParenttype) ), value: local!selectedActivity, saveInto: local!selectedActivity, maxSelections: 1, align: "CENTER", showShadow: true )
Need to read the data from the excel and save it into an variable
Hi, We have a project requirement where we need to pass an array of images into a grid, each row with a different image. The grid is already configured, but we can't seem to manage to pass dynamically an array of images into the grid - they are appear repeated across all rows and for each row, we want the image that corresponds to that row position. For row 1, we want image 1, for row 2, image 2... Current output Expected output Currently, we are defining the barcode image column like this: And the node is configured currently as: My suspicion is that Appian can't iterate automatically throughout the array and position each image in each row but I'm not really sure how this can be achieved. Kind regards
New to Appian, have been through the developer training but have not taken the test yet. I have a request to be able to upload a Excel file and then parse the data and insert into a table. I have been looking at the Parse Excel to CDT to do this since this is the option our Appian has. Trying to wrap my head around this and have been trying to find examples. Does anyone by chance use this and is there documentation some place for this? Does anyone have a sample process model showing the steps on how it was done? Also trying to figure out the configuration on the plugin as well. Basically the user will upload the excel file, then parse data from excel into CDT then use the CDT to write to the database. Thank you for any help.
Hi, Can anyone let me know if integration to SAP Netweaver is possible from Appian? The Appian version I am referring to is 20.4/21.4. Or let us know if it is possible only with the latest versions. Regards, Chetana
Hi Team We use the jsonvalidator_isvalid() function to validate if the given text is in JSON format or not and then we use a!fromjson() function to format it. We get "true" boolean value in output for jsonvalidator_isvalid() function but a!fromjson() gives us error : "The jsonText parameter was not valid JSON." We also get "true" boolean value in output for isjsonvalid() function. How can we resolve this? Appian version 21.1 Text used for validation is in format similar to the one mentioned below : "You have issue:test to fix." "Test Description:" "test issue..." "For more details login to site" NOTE : We also have valid json texts, null texts and string values to validate.
We are using MS Graph plugin to read emails and save the data into APP_MAIL_POLLER table but nothing gets populated for field "BODY_ HTML". We have followed the instructions of the plug-in in regards table structures. When setting the node in a process model, for Content Type input parameter we are trying with "Both" and "HTML", but same results, no value for "BODY_HTML" field. Any ideas on what to try?
Hi All, I have the requirement to connect EDQ with Appian to get data. Can anyone please tell me how to achieve this? Thanks, Shubham Yadav
Hi all, from the admin console, i went to the plug ins, i deployed a few plug ins but how do i access these? So far i couldn't see them in the pallette view in designer mode.
Hello there, We are trying to implement the headless BPM. All users are associated to appian accounts but we need to validate the user login screen (not from appian), password reset etc on REACT WEB using API call. Now for that, we are in need the endpoint URL/smart service(which can validate the basic authentication using username/password based on group created in appian) for login authentication for typical appian login form/screen. can someone help me on the same please ? Note : This is on cloud instance and not on-premise/self managed servers.
We are trying to get the token out of the Client API in the Connected System from the Component. We need the username or any user details to generate the token for those requesting the token from the Component. We can send the logged-in user information in the payload of the request, but due to security concerns, we shouldn't pass any user details in the request. Is there any way that we can get the requester details from the Connected System? We tried getting a username from ProxyConfigurationData(Java object) got from ExecutionContex(Java object). It returns a null value if a proxy is not configured. We didn't get any user details from the SimpleClientApiRequest object. Please let us know if there is any other way or workaround to get the requester details from Connected System. Also is there any possibility that we can get requester details in servlet? Thanks, Santhosh Kumar A
Hi All, Anybody faced this KB-1097 error .can you please tell me how can we fix this .In knowledge base i can see only limited details Thanks in Advance
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.