-
Recently active
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 All, I have requirement where i need to trigger an exception path for User Input task, .If Thee active user input task does not receive any service data within given time frame, It should follow a exception path at specific time, let it be 7:30 AM EST . This should be checked daily , if by this time summary is not received , the exception flow should be triggered. kindly help me with this configuration.
Hi I need to show tab only desktop users and I have tried with a!isPageWidth("DESKTOP") function but not working .. Can any one suggest on this issue. Regards Devi.
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?
How to apply Styles and css in interfaces , to change the look and feel of the UI?
I am generating document but document name may contains special characters like ("\\/;:“|?’><*") but i want to replace this characters with "_".Any quick solution? Text : "Data/S Load:?" Expected : "Data_S Load__"
HI, I'm trying enter the value in edit using lowcode WIndows Automation.I found kind off this error. [STAT] 2022-06-01 13:33:43 55s (0h) - <ACTION_START> - Start action 'windows-automation->interact-with-element' - 'enter pwd' // dur: - - avg: - etc:[INFO] 2022-06-01 13:33:43 55s (0h) - Custom timeout of 30 seconds provided[DEBUG] 2022-06-01 13:33:43 55s (0h) - Element search criteria: SearchCriteria [controlType=Edit, automationId=null, name=Password, className=null, failIfMultiple=false, failIfNotFound=true, index=0][DEBUG] 2022-06-01 13:33:43 55s (0h) - Waiting for condition "Searching for element...", try #1 of #30[DEBUG] 2022-06-01 13:33:43 56s (0h) - Condition "Searching for element..." satisfied with #1 of #30 attempts[DEBUG] 2022-06-01 13:33:43 56s (0h) - Trying to perform an interaction of type 'SET_VALUE' on the found element 'Password' of type 'EDIT'[WARN] 2022-06-01 13:33:43 56s (0h) - There was a prob
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
Hi Folks, i tried to trigger process model from mail(External system) using UUID. The main process gets triggered by guest but i have one sub process inside it which is not getting triggered. Please find the error below and attachment for error screenshot. Problem: The user does not have privilege to the process that the activity attempted to start. Details: Recommended Action: The process is not started, and this node cannot complete. Please start the next node if necessary. Priority of this problem: High Priority
Hi Folks, I am using connection string to fetch document details which i have uploaded in folder. When i execute/Test connection string to retrieve data its working. But if i call the same to fetch details dynamically from process model its not fetching. i am getting the error as "[workflowVariables:[FileName:[Document:]],status:ENQUEUED]" When i execute individually with hard coded value getting correct result as " [workflowVariables:[FileName:[Document:36161]],status:SUCCESS]"
I have designed a process for use on the main Appian mobile app that is offline enabled. It is a survey program that a user uses to input certain pieces of information about various pieces of equipment in a given plant. I currently have the built-in "Save and Close" button enabled to allow the user to save the work they've done so far, in case the app crashes. Unfortunately, this button kicks them out of the task and back to the main Tasks screen. I was prepared to accept this inconvenience, but in recent testing I have found that every time I "Save and Close" the task takes longer and longer to load. After just 6 saves, the form was taking around 7 minutes to load, after the 7th save it took 15 minutes, and after the 8th save it took over 30 minutes. The load time appears to be doubling (approximately) with every save. While the task is loaded, the interface is fast and responsive with no loading issues. Does anyone have any idea why this would be happening and
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!
Hello everyone, i am having a problem in publishing my process model, it gives me this error: everything is OK, i don't know where is the problem, could anyone help me in this?thank you,
Hi, I need to show a text inside an interface only 10 seconds (not 30 seconds that is allowed in refreshVariable), and hide it after that time. Do you now any way to do it possible? Thank you!!
Hi team, I need your help on how to collect a data by survey in the Appian? What would be your best approach, kindly suggest. How will you create the solution? Step by step process will be highly appreciated. Thank you in advance! Regards, Shubham Kumar
Hi How to two interfaces in one form in interface
Hi All, I am getting the error whenever i try to access Appian Academy.. "Hi! For some reason, we couldn't find a matching account for you. Please email support@appian.com for questions or support. If you're an Appian employee, please log-in via Appian University." Have mailed support@appian too. Let me know what am I missing. Thanks Tina
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 ?
Hi, The code below adds an editable paragraph field which can be resizable by the end user.I have a requirement to not let the user expand/contract the paragraph field and instead have a scroll bar if the value entered is large. Can someone please let me know if that is possible? a!paragraphField( label: "Description", instructions: "The description must include the problem statement", value: "Expenses could not be submitted. When " & char(10) & " I click on the expenses link, I see an error page.") Thanks , Akhila
Hi there, I am not getting the content or video for the 22.2 Release Showcase.
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
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.