-
Recently active
Hi All, I have created an Interface and it has card layout , when clicking on the link, the related interfaces having those graphs will get displayed. In goals interface above progress bar, there is New Goal button, upon clicking that a form layout will get displayed, A form layout gets populated , It will get filled based on the validations once this is done, I tried to click the create button , so that new goal will get displayed in the goals interface. As of now, I am unable to proceed further, atleast it should throw some exception, i will try to trace out the issue, I am unable to proceed further. I have provided the code for create button . may i know what could be the issue, is there a chance in Appian that error will not get displayed and it will not proceed as well. Here is the code snippet part of the button: a!buttonArrayLayout( buttons: a!buttonWidget( label: "Continue", value: local!currentFormStep + 1, saveInto: local!currentFormStep, style: "
Hi, I am getting this error ( The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete ) on DOCX From Dynamic Template node of my process model. In this process we are combining / merging multiple DOCX files to one. Please help me with it.
Hi All, i have a query related to logical expression as you can see their is a logic mentioned in below code which is i am using in a database table but now i need to use this logic in expression rule to show grid field so any one can help me to implement this logic or you can give any example we requird the filter on below case where status in('Started','Pending','Suspended','Resumed','On Going') OR ( in('Cancelled','Completed')AND ModifiedDate >= (GETDATE()-7))
I am getting this below error, while debugging Request Maintenance process model ERROR An error occurred while evaluating expression: =localize("de","","fr_CA","","ru","","sv","","pt","","ko","","el","","fr_CH","","it","","fr_FR","","iw","","es","","ar","","zh_HK","","en_GB","","th","","en_US",tostring("Request Maintenance for Vehicle: "pv!maintenance['recordType!{b5aaf6ce-8d6c-4517-b332-68ba3a0c3655}W003SA Maintenance.relationships.{6b611f24-010d-41e4-a738-f889ab7c2bea}vehicle.fields.{fc426423-e013-40d4-b3a3-505e88858e0d}vin']),"ja","","es_MX","","zh_CN","","pl","","t
I want search all records with not matching two keyword (CLOS & CANS) like: 1. ADVG XCLT QRPR 2. ADVG CLOS QRPR 3. ADVG CLOS CANS 4. ADVG PQRS QRPR from the 4 rows I want to display first and last rows. Rows having two word like CLOS and CANS shall not be display. So, I want to know which keyword I shall use in query function. Not Includes function work only on keyword. But this query have more than one keyword. Please advice.
Hi When I am trying to deploy a record type from Dev environment to Test environment I am getting below error as shown in below image. Can anyone help please Regards Kumar
I'm doing the step-by-step guide for appian developer where we're recreating the Acme Automobile example application and I encountered an error when trying to display the vehicle images in the grid. I followed all the points in the step by step guide exactly and the error I keep encountering is the following: Expression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 5]: User Does Not Have Rights to Perform this Operation The expression I'm using to display the image is the following: if( a!isNullOrEmpty( fv!row[recordType!W#SA Vehicle.fields.image] ), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row[recordType!W#SA Vehicle.fields.image] ) where the W#SA is only a placeholder and I have replaced it with my own prefix of course (references work). If anyone has any suggestions or gu
Hi all, I'm new to low code platforms. I've written an application (a statistical model) in Javascript. I want to develop some additional components in a low code platform such as some basic screens with a user interface and a database which will store the data to be sent to the model. The plan is to commercialise the model so we will also need to have controls over user access, billing functionality etc. I would appreciate any feedback as to whether Appian is a good platform for doing this, and/or whether there are any other recommendations. Thank you for your help.
How to test expression rules with rule inputs having more than 4000 characters?
Hi, I have a record type where in I have related actions, I want to access one of the related action using URL. Please help me with an example. Thanks,
Hi All, i have a query related to using join in expression as you can see their is a logic mentioned in below code which is i am using in a database view but now i need to use this logic in expression rule to fetch the data so any one can help me to implement this logic or you can give any example we requird the filter on below case SELECT a.IDeChangeAffectedElements as IDsiteHistory, a.eChangeRequestDetailsID, a.siteid, a.sitename, a.location, a.network, a.elmid, a.elmalias, a.elmaddress, a.createdby, a.createddate, a.modifiedby, a.modifieddate , b.plannedstartdate as startdate, b.plannedenddate as enddate, b.EtimeCode FROM eChangeAffectedElements a WITH(NOLOCK) left join eChangeRequestDetails b WITH(NOLOCK) on a.eChangeRequestDetailsID = b.IDeChangeRequestNumber
How can we fetch only not null cases from this index function.pls share the detailed query
The error shows, functions a!grouping parameter 1 [ line 7]: the target is missing. Couls omeone help me with this. I have used the code exactly in the picture for W000QYD_GetVehiclesAddedThisyear
Hi If anyone knows why strange value show like that way, please let me know. Why did I get a strange value when I put datetime test data in the expression rule?What should I do with the correct test data?
I am trying to use the java selenium code into Fitnesse (fixture file intergration from Selenium), but observing that when we are running the Fitness test which we imported getting "could not find fixture : import" response. Below are the steps we are performing: Step 1: Created user credentialls parameters and url functions in Fitness. Step 2: Verification - Just launching the webpage and passing the user credentialls, after that we are just verifying the tittle. Step 3: All the validation we created in Selenium using two classes (first class created as fixture class and added all objects and parameters, same first class extended into second class where we just prformed login operations and verified page title) Step4: Added all required Jar's into Selenium . Step4: Added all required Jar's in Fitness test along with import method. Step5: Running the Fitnesse test. Step 6: After running the test getting "could not find fixture : import" res
Hello Appian, We have a new member and have created a new account for 'Appian community site'. (https://community.appian.com/ ) However, the 'Appian community site' cannot be logged in with the newly created account. We checked that the account was created by trying the step of creating the same new account again. But it showed that the account already exists. Also tried requesting "forgot password", but didn't get any email for password changing. Lastly, also tried sending mail to community<community@appian.com> but didn't get any response yet. Please help how to solve the problem with login to 'Appian community site' with the new account. Thank you
I have created a test script using Appian-Locust and Locust as library, but I am facing issue at user level and server level. Please find the below code: from appian_locust import AppianTaskSequence, AppianTaskSetfrom locust import task, HttpUserclass Maestro(AppianTaskSet): @task def homePage(self): response = self.client.get('/suite/sites/telus-tools') if response.ok: pass else: print('Application link not found') DesignUiForm = self.appian.visitor.visit_application_by_name('Maestro Workflow Management') # DesignUiForm = self.appian.visitor.visit_application_by_id(1) # DesignUiForm.click('Telus Workflow Management') # self.appian.visitor.visit_record_type('Activity') # self.appian.visitor.visit_report('TWM_activityRecordList',True) # self.appian.visitor.visit_application_by_name('Telus Workflow Management','TWM')class MyUser(HttpUse
I am not able to open my process model window. Whenever i click to the process model browser gets opened. Process model window not opening. Even if i create new process model. I am neither getting Analyst view nor Designer View. Just blank browser page gets opened.
Hello Appian, We have a new member and has created a new account for Appian community site. However, the Appian community site cannot be logged in with the newly created account. We checked that the account was created by trying the step of creating new account again. But it showed that the account already exists. Also tried requesting "forgot password", but didn't get any email for password changing. Please help how to solve the problem with login to Appian community site with the new account. Thank you.
can some one help me how to translate data in word document from English to Italian in appian
Hi All, Need your help in the following issue: Please how can I get the difference between two dates should not more than 24 hrs? For example 1 : Start Date = 7/1/2024 12:00 AM EST End Date = 7/1/2024 11:59 PM PST if user enter the above dates and time than Don’t allow to select since the difference is > 24 hours Thank you in advance for your help!
I am trying to complete the Query Your Data lesson and I followed the instructions in creating the Query Your Data (W000QYD) app, but when I go to search AA_GetVehicles in the expression rule, I keep getting a message saying I do not have permission to see all the objects in the app. I also cannot make a new expression rule with the name because the expression rule already exists. Does this have something to do with my security settings? I created the app so im confused as to why I wouldn't be able to see all objects. Please let me know, thanks.
Hi All, I am using dateandtime field to send an invitation on mail, here i am facing issue with time, when i am selecting a date and time, the ttime which i am selecting which is showing different in grid field Like i am selecting 06/28/2024 05:00 am it's showing in grid as 06/28/2024 09:00 am which causing issue for time difference in invitation. So any one please suggest attach below code. a!sideBySideItem( item: a!dateTimeField( label: "Event Start Date & Time", labelPosition: "ABOVE", value:local!eventStartDateToSave, saveInto: local!eventStartDateToSave, required: true, requiredMessage: "Input required!", validations: {} ) ),
Hi Everyone, I am new to apian and I am bit stuck on logic for validating grid records on save button. Heres my scenario I have been working with- I have grid with 5 columns, first 2 columns are read-only as the user entered data will be seeing on this form in my process model, 3rd column is where user has to enter the values if the 4th column is unchecked. 5th column is mandatory when 4th column check box is true. I want to save records when either column 3 is filled or save when column 4 is checked and column 5 is filled. the below code isn't working validations: if( and( count(local!items) = length(local!items.column1), count(local!items) = length(local!items.column2), or( count(local!items) = length(local!items.column3), and( count(local!items) = count(local!items.column4 = true), count(local!items) = length(local!items.column5), length(local!items.column3) = 0 ) ), ), "", "Please ensure you have entered Address Book Number or checked Excl
I am trying to use the Selection Node Input to limit and rename the fields I want to export to Excel. However, I can not figure out how to set this up. The documentation is no help. It states to use the a!querySelection() and then the a!queryColumn() functions when setting up the columns. However, the configuration input seems to have the ability to add columns, fields, alias and visible without using the functions. I have tried to key in the fields, alias and visible into each of these inputs, but for the life of me, I can figure out how to add in more columns and adding just one selection throws an error, "Query has failed: Could not parse expression [1]. Details: Unexpected count of record variables (APNX-1-4505-005)" I have tried to write the Jason using the a!querySelection(a!queryColumn(),a!queryColumn(),etc...) at the Selection and Columns level. This just throws the same error as above. a!querySelection( { a!queryColumn( pv!pe
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.