-
Recently active
Hi, I would like to know if there a way we can switch on Audit to generate audit log for each action in Appian. Please advise if we have to do this activity manually. Any advises are highly appreciate. Thank you.
Hi all, Is there any way of integrating Appian with a IBM Informix database?
local!readData: rule!PRO_qrtdata(lid: 244).data, local!selectedCounty: if( isnull(local!readData), {}, local!leadData['recordType!PRO Read.fields.countyuniqueid ), it is giving the error of "Invalid index type: Record field uuid: 6225c036-92c6-4200-a11f-fb68f362b1a2 Record type uuid: 9c9d5cd6-8a4b-435b-88c3-6aa310c89afc Relationship path: null".
Hi Experts, I want to show selected checked box only in read only view . How to show only selected check box when we open the interface in read only view . Thanks
I am creating an application that shows an alert to users to authorize an Connected System so that an integration can work. now I want it to be shown to user only when they have already not authorized Connected System so ,how can I check if user has already authorized for a connected...??
Hi everyone. I would like to know how to return from my java code to a robotic process. Refering the URL below, I write a program including getWorkflowParameters() method.docs.appian.com/.../develop-java.html ■my java code package com.novayre.jidoka.tutorial; import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;import java.time.LocalDateTime;import java.util.Map; import com.novayre.jidoka.client.api.IJidokaServer;import com.novayre.jidoka.client.api.IRobot;import com.novayre.jidoka.client.api.annotations.Robot;import com.novayre.jidoka.client.lowcode.IRobotVariable; /** * My robot * @author jidoka * */@Robotpublic class MyRobot implements IRobot { /** * Server */ private IJidokaServer<?> server; public void getAllRecordFromAccess() throws Exception { Map<String, IRobotVariable> variables = server.getWorkflowParameters(); IRobotVariable rvAccessFileName = variables.get("strAccessFile
Hello, I'm looking for automation to validate that all plugins installed in our QA environment are also installed in our production environment. Right now we have to read through the list of plugins in our admin console but this is a manual process that we're looking to get away from. Does Appian provide a web api or anything that would allow us to get a list of plugins for each environment?
Has any one been getting 503 error trying to export a record type to excel? I am not applying any filters. This is happening for small dataset (5 items) as well as large dataset (3k records). I am seeing this issue in my community Appian instance 22.4 and work Appian instances in 22.3. For every failed export attemt, there is a Warning log in the tomcat-stdOut as folows 2022-12-08 16:09:46 WARNING [http-nio-8080-exec-3] com.sun.jersey.spi.container.servlet.WebComponent.filterFormParameters A servlet request, to the URI https://yljk.appian.community/suite/rest/a/dataexport/latest/download-grid, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Hi Team, We have a requirement where the client tool can only upload files which are in octet format. We have exposed a web api using "upload document" template of web-api which helps client team to upload files from their systems to our Appian environment. Can someone help me with the code required for uploading a file in octet format from external system to our appian environment using a web api. We use appian version 22.2 Thank you
I have a read only grid with a record type as its source called Survey Data and it displays data from another record related with a one-to-many relationship called Recommendations. I'd like to create a user filter in the Survey Data record type that would allow the user to either see all the rows that have information in the Recommendations record (aka the Survey Data id exists in the Recommendations table), or see all the rows that do not have Recommendation information (aka the Survey Data id does not exist in the Recommendations table). Does anyone have an idea of how to do this? I've tried setting it up so that it finds where the Survey Data id in the Recommendations table is null() but that did not work. I also have the ability to change this to a one-to-one relationship if I need to. Any guidance is appreciated, thanks!
Hello, I'm working on project and using the same form steps as "https://docs.appian.com/suite/help/21.2/form-steps-pattern.html", I'd like to change the color for the stamp field to be red if there's an error in the step. I added "validate: true() " to the next button.Is that possible to moving forward to the next step and just change the color if the step contains an error. Thank you for your help!
Hello! I would like to send JSON payload to external API after the user completes ADD NEW CLIENT form created in Appian. { "lastName": "John", "firstName": "Smith", "birthDate": "1987-04-26", "emailAddress": "shogun@go.com", "mobilePhone": "+60-11-12345678" } So the information provided in this form would be sent externally. I created connected system HTTP and POST integration. I suppose I need to also create a CALL INTEGRATION smart service that would send this payload externally, after adding newly created client to Appian Data Store. Am I correct? Am I right? I don't know how to capture in the integration itself the data from a given smart service in a process. So basically now what happens is when I complete the add new client form it triggers the call integration smart service at it sends to external API hardcoded JSON data from below. Do I need to call these process variables from JSON? Am I going in the right direction or am I entirely wrong?&n
the latest version v22.4 seems to have a bug; The object identification fails for drop-down. On New version 22.4 the element definition for dropdown is as below; <span id="9d114c989f45ddbdab069168cd461dae_value_span">Value</span> .Whereas for older version of appian the definition was as below; <span id="4c85c14d61e4e58a2a354fc2a6e88f8d_selectedChoice" class="DropdownWidget---accessibilityhidden">Corporate</span> the newest version (v22.4) of cucumber tries to find the object with the following Xpath; //span[contains(@class, 'DropdownWidget---accessibilityhidden')]" This works on older version on newer version it fails
Hello Guys,I am trying to move the story and its individual components from on phase to another. So in the diagram story is Go to School by tomorrow and its sub task are GTC task2 and GTC task 1. The problem is when I tried to move the story all its subtask are also moving and when I moved the subtask its not moving only the phase change is written in the database. I need to show the sub task below the story.So I used below code to achieve also I think the problem is here. Can you please help me to solve this issue.--rule!APM_bcklogItemCard calls the single story card.--and I am again calling the APM_backlogItemandSubtask interface to get all the items on APM_backlog interface. { rule!APM_backlogItemCard( onlyStory: ri!onlyStory, backlogItem: ri!backlogItem, showEditView: ri!showEditView, document: ri!document, selectedBacklogItem: ri!selectedBacklogItem, refresh: ri!refresh ), if( ri!onlyStory, null, a!localVariables( local!data:a!refre
Hi, I am getting below response from Integration & I want highlighted part only in output. how we can achieve that? Regards, Kiran
Hello, I am using Google Gantt chart for my current project for display dependency task data like Task Name, Start Date & Time, Due Date & Time and Duration. Here I want to display Day (Sunday, Monday, Tuesday .....Saturday) instead of date can any one help me to how to we achieve this for this Plug-in. I have tried these Appian Date to Day Convert Functions (text and weekday) but when write the format like "dddd". the plug-in throughs an error as below. Thanks in Advance, Mahesh
Hi, I am trying to create a record action and generate a record action, system is throwing an error. I have verified the column name in the database which is showing in the error and there is no such a column. Now, I got struck due to this issue. Can someone provide tips to overcome this. Thanks in advance.
i was creating the question bank application in which i want the particular exam to be end in that specific time so how can i do that ?
I want to implement this milestone pattern, but with a slight twist. i.e. I want to add names to those milestones. Such that below each stampfield I display the name (like below airplane icon I display a rich text saying airplane). 1 implementation would be to use a rich text display and display only 1 text at a time. But my use case is different. I need to display text below each stampfield may it be complete / not. I tried using a sideBySideLayout below the sideBySideLayout of stampfield, but then the allignment is getting messed up badly. Can anyone help me with this. How do I achieve this ?
Following Starter Tutorial up to Activity 9 trying to create a new Launch Tracker Site New Site created with default permission settings untouched (viewer and admin) After creation, the editor opened with 403 permission error Back to app and tried to update the security of the site, seeing 2 warnings say no viewer and admin and they are indeed disappeared... Try manually add these two permission back to the site and save, UI say site updated successfully but still 403 error when trying to edit Open security again and notice the added permissions are gone even it said it was successful
Good morning I have a recordtype field that has values 1,2 and 3. I am trying to have the field value to be displayed as 1 = Draft, 2 = In Progress and 3 = Finalized. can any assist me with this?
How to update a record type field value using the Expression Language?
There is a new column added to the table and accordingly made changes in the CDT.I am receiving this error while saving data to the table. Can Anyone help with this? Thanks in Advance.
Hi Appian Guys, a!queryRecordType( recordType: recordType!SellerTeam, filters: a!queryFilter( field: recordType!SellerTeam.fields.sellerName, # example value is "Alex; Alexis" operator: "includes". value: "Alex" ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 500) )I want to get teams of including "Alex" only, could anyone give me some good advises?
Hi, Is there a way in Appian to show an interface as pop-up inside the main interface?The requirement is when I click on a button, it will show the other interface as pop-up/modal/overlay which contains data grid and other components .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.