-
Recently active
What's the best practice for this use case? I have XML with the data similar to this: In DOCX document i would like to achieve this: So, how can I configure my template to loop inside the loop? I believe it would be something like this: But I'm missing this code for looping inside each employee tag.
I have a dashboard-like page that contains a grid with a list of all outstanding tasks. One of the columns in display is 'Task Status' and my aim is to distinguish the tasks that are currently being viewed/edited by someone. Since Appian OOTB status values don't provide such distinction (e.g. "In Edit"), I'd like to know if anyone has experience in implementing said capability or can offer pointers on how it can be done, if possible. Thanks in advance!
I have a form with two fields having similar names: Field 1 is "Initiating Location with code". This field is non editable field. Field 2 is "Initiating Location". It's a drop-down field. With fixture.populateFieldWith("Initiating Location","Africa") Appian Selenium API is not doing anything, It looks like it's trying to set value "Africa" in Field 1 but since, it's non-editable, nothing is happening. I also tried with field index it doesn't work either. fixture.populateFieldWith("Initiating Location[51[","Africa") AND fixture.populateFieldWith("[51]","Africa") is not working. Please suggest an alternate approach.
Hello. I have a question regarding process models when setting scheduling to repeat a node daily. If the scheduler is set to repeat daily on weekdays, does this take into account holidays we have inputted into our calendar as well? I could not find documentation going into it. Image below. For context I want to have an email sent every nonholiday week day for 14 days.
How to Trigger blue prism bots from appian??
Can we call SOAP calls in appian? if so, how?
We developed a grid view with an action associated with row-click event. Is there a way we ignore a double click event triggered by users?
Hi community, I am wondering how the following use case will affect recourses and/or if there is a better way to approach it.I have to fetch several date from a JSON respons where the data I need is stored in multiple and long JSON paths, some 8 levels deep.there is some kind of root path to begin with that starts with the local variable that contains the total respons. e.g. local!totalRespons.result.body.serverInfo (root path) then refer to this root using a local variable named local!root. then the response has two main "branches" person and company. So I could make two variable local!person: local!root.person. and local!company: local!root.company. I can continue to define the local variables this way multiple levels deep. This way in my opinion the code is easy to read and is easer to fetch data using short paths, same reason for using dot notation opposed to using index .But in this approach all this variables depend upon each other but the values all depend on the
Hi All, Could you pls answer the below questions 1.What is Escalation and Exception which scenario will use?2.How do u confifure Parallel Processing in Process Model?3.Wta is Write to single and multiple write to datastore smart service?4.Different example where we use single and multiple write to datastore smart service and best practices of using them? 5.What are the different types of log file? Thanks in Advance!
Hi, I am facing an issue with scrolling up & down while selecting any value in multipledropdown list on interface form. can some pls suggest to stop or restrict this functionality. as per below screen, i am doing scrolling up my form page and it was scrolling up even dropdown field also moved up. this should not be like this. if i clicked on dropdown field page stop at there i can not moved up until unless i dis selected.
I created a group and I have two interfaces where only the members in that group can see and make any approvals. Any suggestions?
Excercise is to have below output - 02/06/2021 02/08/2021 02/10/2021 02/12/2021 Startdate 02/06/2021 Enddate 20/12/2021 Noofintervals 2 months any idea to achieve this?
Grid rows are shown on the based of sort id , I have implemented add button in the grid just to add the new rows in between the existing rows, i have to update sort IDs if i am adding one or more than one row in between existing rows. For an Example if 1,2,3,4 sort id's are already present and i am adding new row in 2nd index then existing 2 row id should change to 3 and remaining should increment . Where sort id is not primary key But the question id is . a!imageField( label: "Add " & ri!index, images: a!documentImage( document: a!iconIndicator("ADD"), altText: "Add Question", caption: "Add Question Here", link: a!dynamicLink( label: "Add Question", value: 'type!{urn:com:appian:types:Exit}Exit_Question'( entityTypeId:"", activeFlag: true, sortId:ri!questions[ri!index].sortId+1, contentAreaId: ri!contentAreaId, createdBy: loggedInUser(), createdDt: now(), modifiedBy: loggedInUser(), m
Please suggest me, how to save the updated values of rule input into the particular CDT fields eg: I have multiple lists like list1 and list2....... in one interface if I update list1 it should save that list in that CDT. for each list, I have a separate primary key. ex:list1-30 list2-31 if i update 30 it should save the values into that key of that CDT
Good Morning, We are trying to configure a timer in the start node of a process that must have the following functionality, the process must run every 15 minutes every day between 04:00 AM and 06:00 AM.( that is, 9 times) We have GMT (-3:00) so we were trying to do it as follows, But I understand that with this condition it will run at both 04:00 PM and 04:00 AM Would you have any ideas to help us? Greetings and thank you
Hi All, At What Scenario will use Activity Chaining and Swimlane? Thanks in Advance!
Hi. I am running into a problem in my current use case. I am using Appian to load new tasks into my Appian application environment every day. These tasks are then automatically assigned to a set of workers/appian users. Each task has its own set of requirements that must match with the worker's set of skills. This is a classic work assignment problem and I was able to reduce it to a Min Cost Max Flow problem, to which there are many established solutions in the form of an algorithm. There are plenty of code implementations of these algorithms in Python, JavaScript, C, etc etc. My problem is that I am having a hard time figuring out a way to incorporate these code implementations into Appian. Does Appian have a way of calling/compiling/running python or JS code?
Hi, Please suggest me. i am using the same interface for creation and update.so when i was in creation my values r storing from local variable to rule input by submitting the button, but i don't want the same in when i am doing update. I want to save the rule input values into the CDT. i tried using the update function. Thank you
Hi All, can use MNI configuration for start process smart service. As we have an advantage of process will start different or same engine based on the load and memory consumption will not be much . Bcoz, we have design where we need start more than 1000 process instances ? will it allow iterate more than 1000 atleast incase of start process smart service -since memory issue will handled by loading into different engine?
Hello, We have to put a timer in the start node of a process so that it only runs between this range of hours from 4:00 AM to 6:00 AM and within that range every 15 minutes. This is the configuration we have: The problem we are having is that it does not run at the exact times, that is, it does not run at 4:00, 4:15, 4:30 but it runs depending on of the time of publication of the process, if for whatever reason we have published it, for example at 3:50 AM, it is executed at 4:05. Do you have any idea so that the publication time does not affect and runs at the exact times? A greeting and thanks in advance
Hi, When you configure a deadline for a parent process, when it die what happens with his sons? They die too? Thank you!
Hello I am going to take level-1 exam next week..can I expect questions from acadamy online courses
Hi all, when I am performing a related action(update) it is creating a new requestID instead of updating the same list on the site with null values and it is not getting updated as shown in image1. I have checked the process model and monitoring everything Is fine i mean all the values are getting stored perfectly, can you please suggest me.
Hi, I want to extract only the email addresses from text string. this is the text: "Bob: Bob@abc, Karen: Karen@cde, Sam: Sam@def" expected output: "Bob@abc,Karen@cde,Sam@def" "Bob: Bob@abc, Karen: Karen@cde, Sam:Sam@def" output: "Bob@abc,Karen@cde,Sam@def" or "Bob: Bob@abc, Karen: Karen@cde,Sam@def" output: " Bob@abc,Karen@cde,Sam@def" or "Bob Karen: Karen@cde, Sam: Sam@def" Output: "Karen@cde,Sam@def" Thanks,
We received the below notification when trying to debug a view, we were not able to export or anything with this error up. The error occured in our UAT environment and this view hasn't been changed in months, all other environments remained unchanged: I cannot find a reason why this view would fail in only this environment, i have checked the tables and they have also not been changed collation type. Any thoughts much appreciated?
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.