-
Recently active
I'm making an interface form with Appian. I'm making the form interactive. A textbox should only appear when specific variables are true. Appian offers a wonderful feature for this where you can add an expression to a "only show when" function. It presently holds the following expression: edate(today(), -804) >= ri!GeboorteDatum The variable on the form is ri!geboortedatum. Another statement that says: only show when the date value is not null is required. I tried everything but nothing worked. Is there a solution? The programming language appears to be similar to Microsoft Excel. Perhaps something like edate(today(), -804) >= ri!GeboorteDatum & isnull(ri!Geboortedatum)
Hi, We have defined the list of file extensions which are to be allowed via admin console as shown below. When we try to load any file which has an extension(png) that is not present in the admin console, it prompts an error message to the user as shown below which is expected.Had anyone faced similar issue, or any inputs to overcome this?Code snippet:a!localVariables( local!files, a!fileUploadField( label: "Upload Document", value: local!files, saveInto: local!files, target: cons!TEST_UPLOAD_FOLDER ))
Hi, I have CDT which is created from a View. The view takes around 8 sec. I have process model which uses Export DSE to Excel smart service to export the content of view to an excel. The process model executes fine and generates the excel when run in debug mode (Start process for debugging). When the process triggers on a timer ( timer event) it fails to execute Export DSE to Excel node and raises error " Error accessing data store entity: <<xxx_V_xxxxx>>. Please contact a system administrator for additional details. (APNX-1-4505-026)) I have checked the system error logs, following logs are logged. Error accessing data store entity: <<xxx_V_xxxx>>. Please contact a system administrator for additional details. An error occurred while retrieving the data. Details: Unexpected error executing query (type: [xxxxxx], query: [queryentity expression], order by: [[Sort[id asc]]] Caused by: org.hibernate.QueryTimeoutException: could not execute que
Hi All, Recently we have upgraded the Appian version to 22.4.455.0 from 21.3 . after the upgrade process models are not opening and its keep on loading , But for some people its opeing in incognito mode , we have tried in both edge and chrome. I have attached the image below can somebody please help me on this Thanks in advance
why i cant add a button widget in a column component , it says that the column component cant take button widget
Hi, I am having a dropdown component that has choice labels which are sentences up to 25 words long. Is there any option in Appian to display it in a word-wrapped form? Currently it displays upto 20 words (in one choice label) and adds "..." beyond that. Thanks in advance.
Difference between load, with, local variables, refresh variables
Hi All, I am facing one challenge to implement one behaviour in appian interface. My interface presents the read only data to the user and user will take action based on his findings by selecting a dropdown value. Finally user hits a "SUBMIT" button whose implemetation is as below. where we call an integration which will update the data and returns an error if an exception found. So my requirement is when user clicks "SUBMIT" button if error occured then form should not submit and close and error message should be displayed. If data updated successfully form should close. I tried below submit condition as well but it didnt work. suggest something. a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Update", saveInto: { rule!PM06_PortalApprove( tenantId: "77b50320-5f06-5740-84f4-18d4a8cda51d", identifierId: "s57", portalTransactionId: property(local!jsonData, "PortalTransactionId", null), comments: "test", on
How can I temporarily disable any of the processes that I drew a green box around Something is generating an JSON input error and I'd know which one.
BTS Reminder Email (internal.38) > Subprocess (0002e8d6-af83-8000-422a-7f0000014e7a) > PV_LIST_ALL (BTS_FEEDBACK_EMAIL_DATA) PARALLEL_EACH
How do I go about debugging a JSON error like that shown in the videowww.loom.com/.../8b757da9f50e4585b93907988fc7587f
Hii i am getting an error in interface whenever i am starting the process. I have applied activity chaining to open back to back forms, first form is opening but the second form is showing this error. Can anyone please help me with that?
Hello Folks, I am interested in using Fitnesse as a QA automation tool for my product. I have successfully imported Fitnesse 23.1 on the cloud, and I can access three menus: Automated Test Grid, Data Input, and All Fields. However, I am having difficulty locating documentation on how to use the Automated Testing application. Could someone please refer me to any helpful material such as documentation or videos that can assist me in learning and effectively using this application for test automation?I need material for fitnesse 23.1.
So I have seen a lot of questions asked on this topic. However I have a very specific question. When I took the practice test, I could only move forward while answering the 32 odd questions. In the actual exam of 60 questions, can I mark / skip and return to the beginning / jump in the middle to re-answer a question? Basically want to know if I can only take one pass at the questions because this would become important when we only have 1 min on average to answer each question.
I am trying to use the import csv to database v6 node in the process model. Now while executing the model, there is an error saying "error executing sql". Now im not able to decode what is the error because I tried importing into the database directly from phpmyadim using the same parameters , it works ther, but does not work here. Can anyone tell me what I am possibly missing ?
Hello, I have an interface which shown a corresponding gird with 10 records on a page, after user choose the one the would like to see. There is also a refresh bottom available within the interface. All data shown in the grid came from task reports, and assume to be refreshed when either someone press the refresh bottom or make a choice. The refresh itself do work, and my problem is that when the grid is on the second page , the way of data displayed after refreshed differs between a.no actual update for the task report b.do have update in the task report When a the grid stay on the second page while under the situation of b, the gird will display data from the first page. What should I add to my code to ensure that it maintains the same performance in all cases.
My use case is after I search for a text, when I mouseover on the results even before selecting the item, it should display relevant information about the item.
Hi, I am using 'Navigation(Subsections)' Pattern here and put this interface on the site. So when user come to the site, by default workspace subsection is displayed. Now if user select 'My time' subsection, a grid is displayed and on clicking on link under the name column summary is showed but when user return backs, it redirects to the default 'Workspace' subsection instead by 'My time' subsection. Same is happening if I use record action from the grid. I also tried by putting the interface in process model and created rule inputs 'activeSubNavSection', 'activeSubNavSubsection' and passed to the PM but to no avail.
HI Team, I stuck on feild validation which will accept only below combination: it can be 0,1,2,3,4,5,6 or 0,1 or 1,2 combinations with all numbers or it can be only value which is less than 6 I am able to achieve with below code a!isNullOrEmpty( stripwith( ri!GBL_AutoCaseRunTimeConfig.config_value, "0123456," ) ) but if user enters like 1,2,,,,,,, or 1,2,25 this is accepting , because it is under stripwith value i have added, how can we validate ? might be to use split with comma and use contains functions and also how we can remove comma at last ? Any good suggestions ?
I just want to confirm if scheduled process model running in backend in Maintenance Window?
Hello, I'm new to Appian and I'm facing an issue with my Add New Vehicle interface is not visible on my site and gives me 403 when trying to access it from my site, even though in the process model it is visible...Any ideas on how to fix this? Thanks in advance!
For a parallel process flow, if I am sending a task to 2 users in a group, and if the 2nd user of the group approves the task before the first user does, the task of the first user is getting automatically assigned to the second user again. What could be the possible reason for this?
Hi, 1.Which method should i used for entering value in Text area which is having tag <textarea> ? 2. Which method should i used for clicking on radio button which is having <lebel> tag
Hello everyone, I have been struggling to automate navigating to this documents tab. I have tried "button," "link," "menu," and "menu widget," but everything fails. I don't understand the problem. I can also use Selenium for Appian if necessary. After speaking with my developers, they have informed me that this is an element that Appian defines, and they cannot set the alt-text, only the label. So do I need to combine the above elements with the index, and if so, which element? Can anyone give me any ideas?
Hi, My appian site is down since 16th Mar'23 and i requested for reactivation of my site. Its been more than 25 days but there is no use and support from team. Facing lot of difficulty, pls someone support to get my sire restore...
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.