-
Recently active
I have created a single interface that is being called by two separate interface but the text in richtext display should be different only. Everything else will be as it is. How to do that?
Hi All, I am Unable to do Sorting on Columns in Records Data Source is Webservice (Using an Expression rule to fetch The Data). Sort Column is already added in Grid Section of Record. Also i have Tried initial and Secondary Sort option availble in Record Section . Secondary Sort: { a!sortInfo( field: OneDate ascending: false() ), a!sortInfo( field: twoDate ascending: false() ) } Initial Sort: a!sortInfo(field: dateFieldascending: false()) Its Working only when record Loads for First time For next time when we click on column it is not working. Thanks in Advance!!
Hi Team, how to validate below scenarios a!localVariables( i have A,B,C,D Values and local!name, if local!name = "X" then values should be A>B>C>D and if local!name = "Z" then it should validate A<B<C<D and in any other local!name value it should accept only numeric values
Hello, I was wondering, what would be a good way for a software development team to work on the same project and maybe even the same objects? Thank you for sharing some insightsThomas
Good Morning Community, I've been experimenting with a simple interface where I need to clear the selected results when going to another page. I suspect it is in the index/batch size area, however I'm not having any luck. a!localVariables( local!selection : null, { a!sectionLayout( label: "Test Details", labelSize: "SMALL", labelColor: "#007958", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!gridField( label: "", labelPosition: "ABOVE", data:{ { ONE: "One", Pho: "Alpha", Is_Primary: "True" }, { ONE: "Two", Pho: "Beta", Is_Primary: "False"}, { ONE: "Three", Pho: "Gamma", Is_Primary: "True" }, { ONE: "One", Pho: "Alpha", Is_Primary: "True" }, { ONE: "Two", Pho: "Beta", Is_Primary: "False" }, { ONE: "Three", Pho: "Gamma", Is_Primary: "True"}
I want to show a record action (edit record) within a read only grid - this works as in its shows the auto generated button in each cell (I've orientated myself here: https://community.appian.com/discussions/f/user-interface/18614/recordaction-in-an-read-only-grid). I wonder, if it is possible, to replace that button - e.g. with a text(/link) or an icon?
once I click on the document download link, getting this error , rather than document download...?
Hello, is it possible to change the position of an action button from left to the upper right corner (as it seems to be the default when pre-viewing a record type). My self-built interface with a read-only grid: The auto-generated list-view (which I like a litte bit more) Thank you in advanceThomas
20000000 is displaying as 2e+07.
Hello everyone, I have a local variable that query data from data table.The data looks like below: local!cases: { (clientId: 234,group: 55), (clientId: 600, group: 66), (clientId:234, group: 77), (clientId: 600, group: 88), (clientId: 234, group: 99) } I want to get the group name of only client number 600. Below is my code: index(local!cases.group,wherecontains(600,tointeger(local!cases.clientId)),null), And got this error: Invalid index: Cannot index property 'group' of type Text into type List of Number (Integer) Any one got an idea what the reason is? Thanks a lot!
Hi all, How can we embed External Interface into Appian, such as a Tableau dashboard which is Published on a Web Server. i have used webContentfield(). a!webContentField( label: "Tableau Dashboard", labelPosition: "ABOVE", height: "MEDIUM", source: "xxx" ), i am getting below error
Hi, Is there any function or a recipe to get all the basic users. Please help
Dear Sir/Madam, I'm a newcomer with Appian RPA. And I'm trying to build a very simple process with steps for studying like this: Open a Google Chrome -> Search a keyword ex: 'World Cup' -> Then click a hyperlink or something like that. I have tried to find a document that similar guided end-to-end steps but not found so far. Could anyone have or suggest me anything else for newcomer? Thanks so much in advance.
Hi All, I am getting this error , while retrieving the data form db by using queryEntity I have verified my datastore and it's also giving an error can anyone please help on it ! Regards, Supriya
Hello Community, I was wondering how do you capture the process property ID when the process is submitted to then use it in a link within that interface. a!processTaskLink( label: "Approval Task", task: 1 /* pp!id */ ) Thank you.
how to show a confirmation message when performing action by using dynamic link?
Hi All, We have a Use Case in which we need to do the excel header validation for the Excel File which is having 358 columns and 12000 rows of data. When we tried to execute the below code: fn!readexcelsheetpaging( exceldocument: ri!excelFile, sheetNumber: 0, numberOfColumns: 358, paginginfo:a!pagingInfo( startIndex: 1, batchSize: 1, sort: null ) Output : It is not returning any data for 12000 rows, however it is working for max 8000 rows in excel file. Do anyone has faced same issue or error ?
The Appian Product Management team is prioritizing ways to make application design more efficient. Please consider helping that effort by taking this brief survey so we can learn more about which recent features have made your development faster and what is still slowing you down.
i want configure link field in submit button or button layout, how can i achieve this
Hi All, I received the below error email and also saw the error when I opened my record, I checked the sync history of the respective record, it shows the below message, When I checked the particular process, it is completed successfully - this process deletes the data for the particular task(on click of cancel in front end UI by user) from all tables including the table used for this record. This issue is automatically resolved after few minutes, but the business saw this error when they opened the record, so they are asking for the justification which I am not getting what to do here. I can see ,they have canceled many task(10 task approx. ) ,then they created a new task, cancel will trigger the process model which deletes the data from DB, So I am wondering here ,in Database at the same time if we do delete as well as write new data then it will fail during immediate sync? Could you please help me to find out the root cause of this issue .Thanks in Advance !
Hi Team, I want to connect to an Oracle 19c Cloud Free Database. I have tried configuring it in the Admin Console >> Data Sources. But no luck, Can some one help with a sample connection string for cloud connectivity ? Also let me know if i need to enable anything from the cloud side, for now am able to connect SQL Developer with the cloud wallet file. Thanks, Sunil Mohan
I want add a color and text style to add row dynamic link label using in editable grid . how can i change the color ?
Hello,, using v22.3, there seems to be a limit of 10 documents that can be added to application documentation. Is this a configuration setting or simply a hardcoded value.
I'm passing multiple values in fields above except id (Id field is emoty as i have cofigured in cdt as autogenerate),Like paasing a code in userId which returns {2,2,2,2}code in product id returns {1,2,3,4}code in userProduct quantity returns {100,55,68,75}code in total price returns {100,230,45,67} isactive is trueCan you help me what is the issue here?
I want to design a interface with couple of links, when I click each link, I need to display related options of hyperlinks. Finally If I select one it shd navigate to specific interface. Any sample code for this
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.