-
Recently active
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
Hi, I have a requirement to export and download an excel file with more than 50 columns. As the Appian OOTB functionality allows to export only 50 columns I tried using the plug-in "Excel Template Merge" - Append Sheets smart service. But the downloaded file is not an excel file even though the result parameter doesn't contain any error. If anyone has a solution, please let me know.
Hi Appian, i am recently working with appian and in my project i have a requirement that i need to send data from my gmail to process model i found below link but i am not understanding how exactly need to execute my process model by clicking on gmail notification send button from my mail is it possible to do that can you please help me out. Regards, Prabhakar Vajja.
Hello, Is it possible to embed an image (dynamically) with excel while using Export Datastore Entity to Excel Smart service or Export SQL to excel? Regards, Priyajit
When the editor loads for the 1st time, whether passing in anything (valid HTML, text) to richTextValue via local variable or rule input, the editor does not display the value. As soon as designer edits the SAIL, e.g. remove the richTextValue parameter and undo (ctrl-z), or toggle isReadOnly, the value is displayed., Usage bar shows % as >0, so it seems to think that there is value there, but is not displaying them. Steps to reproduce: Create new UI object, and add Advanced Rich Text Editor component Create a rule input of type Text Set richTextValue to rule input Supply a text value, e.g. "Hello" as rule input, set as default value Save object and close Open object - observe that "Hello" is not shown on load Toggle to Expression Mode, delete richTextValue parameter, and undo (ctrl-z) - observe that "Hello" is now displayed this comment is from [mention:33845a86f6114d5582c6d5fb658efbe2:e9ed411860ed4f2ba0265705b8793d05] and i have the s
I was exploring Appian Web API and couldn't find any documentation regarding how we can implement OAuth 2.0 lient credential grant or Authorization code grant for Appian Web API with third party IDP (prefer Azure AD) I am able to implement client credential grant using service account and configuring client id and secret from admin console, but we are looking oauth 2 implementation using Azure AD.
The Call Web Service Smart Service requires WSDL URL. How can I use a .WSDL file instead of a link ? Thanks
Hello Everyone, We are on cloud (21.4). We would like to know whether it is possible to connect to DataBricks from Appian? From what we are told, there is not any REST API for that. So, I was wondering if Appian can connect to DataBricks via DataStore connectivity, or any other way? Thanks,Akshar
Hi Appian architect team, do you have suggestions for a method to auto-associate e-mails to an Appian record without CCing an Appian process email? A client is looking for CRM-style functionality which will pull in e-mails and associated replies in the continuing thread and associate them with a customer record in Appian. Pre-sales recommended custom development using MS Graph API but is seen as potentially too complex and/or risky. Welcome any alternative suggestions, third party tools or plugins for a workaround, etc.
Hi, I have got to know the Applications will be available on appian\applications on windows machine will you please help me with the path on Linux machine. As we have to do the Devops and versioning manager configuration. If you can help me with the reference guide that would also be very helpful. 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.