-
Recently active
how can we define email validation. can we give without regex expression?
can we write both and() and or() conditions in the showwhen activity. i have tried for a text field. if the checkbox is selected the textbox should appear. but it is also appearing in the next page. can anyone pls help
Hi everyone, I have a question in which for the column xyz dropdown value need to get different text values in the next column (column name-abc),The data is will not be saving into database,How Will I achive this? Thanks in Advance.
Hey.. I have created a interface with huge rule inputs. but when i add it to my site its showing an error. how can we add a new interface into another
Hi all, I have an interface with a button that calls a process model like this:a!buttonWidget( label: "Import from CSV", icon: "commenting-o", style: "NORMAL", saveInto: { a!startProcess( processModel: cons!MY_PROCESS_MODEL, processParameters: {}, onSuccess: {}, onError: {} ) } ) The purpose of this button and associated process model, is to load a csv file from the user. This data in this CSV file is then to be used to populate the fields in the calling interface. My question: how do I retrieve the process variable's in the process model identified by cons!MY_PROCESS_MODEL so that I can then set the values of other variables in my calling form? I presume the code to do so would go into the "onSuccess" parameter, but I don't know how to reference them inside the process model... any help much appreciated. thanks, David :-)
Hi I am trying to build a use case where user clicks on a button in UI and that redirects the user to a new interface leaving current interface in same tab. I am trying to implement this using a!startProcess() in saveInto parameter of that button. Calling the process which has start node, user input task(containing new interface)- assigned to pp!initiator, then end. When I click on button, the process triggers successfully but UI doesn't redirect to that new form in the process model called. And process keeps waiting for the user to complete the task. Can someone help what I might be missing?
Hello, I have a problem when trying to clean the data of a form by means of a button.The case is that I have an array of objects, and a button that when I press it saves an object in the array with the form data and creates another object. The problem is that when I press the button I also want to clean the form, because now I save the object in the array but the values remain in the form. Thank you! Translated with www.DeepL.com/Translator (free version)
We have a requirement where user wants to show the summary details in a new tab (same chrome tab) on the same interface when a link is clicked. Currently, we are passing the data of a particular row in the grid to the form using a process model. I mean running a process model to show the read only summary view but that's shown in same tab overriding the current view. But, they want that a new tab open on same UI (same chrome tab) like in process modeler in Appian to show the summary. Is it achievable in Appian?
i want to display a text box only when a check box is been clicked. what can i do to achieve that?
once data is captured in the page 1 , how can we move to the next page to continue the data capture and have the progress in the navigation bar. Can anyone pls advice
How to validate ssn in appian? format should be ###-##-####
Hi All, I have a requirement where first interface/section( with inprogress spinner gif) needs to be displayed for 5 seconds and then Second one. I tried with refresh variable but we have minimum refresh interval of 30 seconds only. Do we have any alternative way to do? My Solution with 30 seconds interval , a!localVariables( local!currentTime: now(), local!waitingTime: a!refreshVariable( value: local!currentTime + intervalds(0, 0, 5), refreshInterval: 0.5 ), { if( local!waitingTime >= now(), a!sectionLayout(label: "First", contents: {}), a!sectionLayout(label: "Second", contents: {}),) })
I am trying to use safelink outside record link getting the error as expected. error :Interface Definition: Expression evaluation error at function a!gridField: A grid component [label=“null”] has an invalid value for “columns”. A grid column [label=“Module Names”] has encountered an error. Expression evaluation error at function a!safeLink [line 11]: Could not cast from RecordLink to Safe URI. Details: CastInvalidCould not cast from RecordLink to Safe URI. Details: CastInvalid
Hi, I have a requirement to write a heading like "Scores * " and the " * " needs to be in red. Can anyone help how to write in two different colors?
Hi, I do have a UI as start form for process model. This UI has fileUpload control. I would like user to upload file to external system (API) even before user submit the form. File that is uploaded and before submission are stored in temperate location and when i tried to call document function with that file there is information that file dose not exist. Is it possible to access to file that is stored in temporary location before submitting a form?
Hi, I have a grid row layout and added an remove icon at the end for each row. When I click on remove icon, row is deleting from the UI but it is not deleting from the database. I used the below code for removing the grid row from the UI link: a!dynamicLink( value: ri!clickedRow, saveInto: { a!save( ri!data, remove( ri!data, ri!index ) ) } ) Could anyone please help me how to delete the row from the table through the interface
Hi, I need to add a grid row right after I cloned(click on a link) the first one. I have used insert function for that. But still, the row is adding before the main row i.e at the starting of the grid rows Coa!richTextItem( text: a!richTextIcon(icon: "Add", caption: "Create Rows"), link: a!dynamicLink( value: ri!data[ri!index], saveInto: { a!save( ri!data, insert( ri!data, 'type!{urn:com:appian:types}C_CDTName'( Id: ri!data[ri!index].Id, HeaderLine: ri!data[ri!index].HeaderLine, Desc: ri!data[ri!index].Desc, ), (wherecontains(ri!data[ri!index],ri!data)), ) ), ), linkStyle:"STANDALONE" ),Could anyone please help me on the above issue. Thanks in advance
I have a Record Action generated with the automatic feature by Appian that allows me to add new records to the record type, the CREATE action. How can I customize it so I can add more items before saving the form? This is an example of what I want: And this is what I have, so right now I have to add items one by one: EDIT: I know that the one I've seen is done with an editable Grid and Allowing the "Add Row Link" feature, but I would prefer not to have it in a Grid, is that possible? Thank you so much!
Hi How to two interfaces in one form in interface
Hello Everyone! I have a Record with Shops, and then also a Record with products. In my Shops grid I have an actions that allows me to add a Product to that specific Shop. I should have the Shop ID as a read only, since it doenst have to be changed, We should be able to fill in only the rest of the fields with the product details. When I do that, it doesn't store the Shop ID into my product information. it only stores the value if it's not a read only field AND if i edit the value.So fore example if I keep the ID as 17, it doesn't work, but iI type one more number and turn it into 171, it stores it. As u can see in the picture, the rest of the fields get saved, so that confuses me even more: Any idea why this happends and how could I solve it? This is how my interface looks like: Thank you so much for your time!
For example if we have two field : first name and last name . Now i want to edit it with new name , so we will have one link to edit it. Once i will click on that link then also we will have same field to edit it with new value. We will enter new value and click on submit button. Is it possible to achieve this without CDT ?
Hello everyone. I want to provide link in which users can go on click of link to particular page. i.e I have a readOnly grid with column such as xyz,now I need to provide provide link for that row ,where on click of that users needs to stay on the module page in new tab that they have clicked through the link. How can I achieve this ,Can anyone suggest me which linkfield that I have use? the grid column is here
Hi All, I am using a grid field with record as the source and here i am using the record user filters as grid filters. Now ,How can I save the filter that user selected to any local variable ? thanks in advance, Surya
Hi Appian Community, Is there a way to minimize the height of the tab view. I dont think we can do it from site gui. Please suggest.
Homepage is my 1st interface with rule inputs. When iam trying to add the interface in site, throwing "An interface with rule input cannot be used as site page". so iam trying to call 1st interface in 2nd. the below is the code i have used in 2nd interface. how to pass the SampleDataType parameter here rule!HomePage(....? rule!HomePage(SampleDataType, cancel, readOnly) SampleDataType (SampleDataType) cancel (Boolean) readOnly (Boolean)
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.