-
Recently active
Hi,Is there a video/tutorial on how it is possible to import a plugin into "FitNesse for Appian"? I would like to test using the plugins indicated on the official fitnesse website, but I'm not getting it. Thank you.
HiI All, I have created a pricing change request poral and it has 3 users 1. vendors, 2. buyers 3. internal teams ,I want to design a login page for main portal . The login page will be same for all users but based on credentials we need to direct the users , for example login page is visible for all the category users whenever , the vender category user trying to login with his credentials it has to redirect the vender to the vendor action page , like wise for the buyers and internal team category , please let me know how to design in my application vendor has to request , buyer and , internal teams will approve or reject the vendor request . and let me kow how to setup users credentials and passwords Thank you all
Hi, how can we fetch only 24 hour Data in expression without using DB in Appian.
Hello, In a process I'm sending an email with an attachment. The problem comes when the document attached looks like its corrupt or in a strange situation. What could cause this? Here i'm triying to insert pictures of the configuration and the error. Image of the document recived: Image of the configurations on the process in the email sender. Thank you!
Hello Team , I am new in Appian and now planning to give Associate level certification. Anyone who recently appear for the certification can please help me with the question (If you remember so.) or type of question . I have already gone through Sample paper given in training . Any help highly appreciated . Thank You,
Hello, can anyone suggest me how to add a new line in appian? Code: user(loggedInUser(),"firstName")& " " &user(loggedInUser(),"lastName")& " " & user(loggedInUser(),"email") The output should be: Beast Hulk green.hulk@avengers.com
Hello, Do we have any templates to gather the business requirements for Appian solution ?
In Process Modelling: Part 1 of Appian Developer learning can't find the process model name as AX New Vehicle. Please suggest. I am sharing the link of the document: academy.appian.com/
Hi all, I just want to ask if I could create a website with appian? or appian just for creating moblie applications?
here i have add A and B and show it in A+B row....[A+B row is read only] these rows am storing in value_txt field shown in below so i have add the value_txt data where extensionRefId=4 and 12 and show the value in that integer field which refid=14 i had tried to write like index(fv!item.value_txt, wherecontains(4,fv!item.extensionRedId),{}) but this did not work can anyone help me with this
Having a hard time seeing that the checkbox is marked in the control when it's disabled. Is there a way to increase the visibility on the check mark?
I want to filter out current month dates in a list "9/9/2022", "9/8/2021", "10/7/2022", "9/29/2021", "10/24/2022", "7/19/2022", "5/16/2022", "8/15/2022", "9/14/2022", "10/14/2021", "1/13/2022" Expected result: {"10/7/2022","10/24/2022"} Can somebody help me with this ?
a!richTextDisplayField( value: { a!richTextItem( text: "Create New Ticket", link: a!startProcessLink( label: "Create New Ticket", processModel: cons!PM_TESTPTS, <-- Able to call process model bannerMessage: "Updated details for " ), style: "STRONG", color: "POSITIVE" ) } ) I think its impossible in appian to call process model ? but still there can be way
I took my appian level 2 exam a few months ago. And it is valid only for 2 years as far as i know. I heard that validity can be extended by following some courses. If anyone know about it please help me with the relevant link of those courses.
Hi everyone, How to get name and link of environment (Test/Dev/Pro) that using Thank you.
Working with a student who accidentally deleted an images folder. He can put the images back but they all have new ids, so the table which stores the id numbers is now woefully out of date. Is there any way to assign an id to an image, so that the images we recreate will have the same numbers as the table?
Hi All, We are facing the errow : A null parameter has been passed as parameter 1 at function a!fileUploadField. Is anyone aware what can be the possible scenario for this error? Kindly advise. Thanks and Regards,Diksha
Hello, I am trying to represent the following structure using maps in Appian (for those familiar with C# or Java ... something equivalent to Dictionary<int, List<Object>): So the list looks something like this: { { taskId: 100, dependsOnTaskId: 101 }, { taskId: 100, dependsOnTaskId: 121 }, { taskId: 101, dependsOnTaskId: 123 }, { taskId: 103, dependsOnTaskId: 0 }, { taskId: 123, dependsOnTaskId: 5 }, } A task Id might have none or multiple unique dependencies (there are many other constrains but at this point I will just focus on the most basic structure) After processing this list, I would like to have a map as follows: { { taskId :100 dependencies: 101, 121 }, { taskId :101 dependencies: 123 }, { taskId :103 dependencies: }, { taskId :123 dep
Hi every one, I'm having a text string as example: {"Status":"Active","updatedBy":"lynn123","hasAccount":false} What I expect to have is: Status: Active updatedBy: lynn123 hasAccount: no I think for replacing comma with a line-break, char(10) might work, then I will substitute false with "no". But for the rest of characters {,},"", I'm not sure how to remove them all at once. I checked documentary for a!stripWith or a!reject and I think they don't work with a list of characters. Hope I can have some suggestions from you, Thanks a lot!
blank row in the cdt has to be added in the interface
Hi my question is can we store the values in local variables- yes we can, but can we select those values which are stored in local variable and get data from db? so these values want to store in local variable this is selectable row can get the data by selecting the row with that row data which is stored in local variable?
whenever i click on add row it's coming with selected what mistake i have done here?
I want to use various methods given on this Documentation page. Can someone please tell step by step procedure to achieve this. Thanks in Advance.
Hi, I have a use case where I need to redirect a user to a StartForm when user clicks on the link in the email. I'm able to generate this StartProcessLink (Pm has specific process parameters that needs to be sent as well) successfully when I try to execute in an expression rule but when I try to call this expression rule in ProcessModel's Script Task to get the output, it is returning a null value, any suggestions on how to approach it? Note: We cannot Trigger a Pm and keep it active as we do not know the time frame of when user would be working in it. It can range from a day to a month Any suggestions appreciated. Thanks in Advance.
I have a process that gets a Doc ID to be deleted from the database. Before attempting to delete the doc, I would like to check if it exists in Knowledge Center? How can I do so? See below highlighted node where I need to add this "Check". Docs to be deleted node returns a list of Documents. Check needs to search for IDs as an array, if not found, remove from array.
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.