-
Recently active
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
Hi,For the Receive Message Event, there is an option to receive external external email to trigger to start the process.I understand that we should enable Anonymous User access for this to work. However, may I know the sender should send the email to which email address?
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?
this is my simple interface1, i want to create a link or something to open another interface2 (dashboard). I'm trying this, because in sites only its available for 5 pages, interface 2
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
Existing Code: Using richtextdisplayfield to show related actions on UI/Summary(customized) New Code: We are planning to create Sync Records and all these links are enabled under Related Actions. Now i dont them to be displayed as dialog box buttons or dont want them under "Related Actions" page. Instead the look of the UI should look like the existing one like above. How can we customize this using modern records/records--> not sure how to make use of a!recordActionField() if it helps. Any suggestions or inputs helpful here!! Thanks in advance
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
Hi Developers, I have one query, is it possible to add query string with appian portal url and later we can use that query string data for further use?? thanks
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,I have a custom output node in a process model which is calling an expression rule which takes one rule input of type Map list. The expression rule generically updates some fields within the map. We are able to pass a list of any custom data types into this expression rule and Appian happily cast from CDT list to Map list. The output node target process variable is defined as a list type of CDT (same process variable value passed to the expression rule is being updated). Appian process model will not implicitly cast the expression rule return value back into list of CDT and in fact magically wipes out the process variable completely. If I add an explicit cast function call in the custom output expression it works fine. With the expression world is good and getting correct results. cast( 'type!{urn:com:florencehc:types:SC}SC_Request?list', rule!SC_setAuditFields(request: pv!request, act
here in the save contracts in header table am saving multiple contract_id to the table at a time. but SP will execute only one contract_id at a time to load the data to another table... so i want to execute SP for all the contract_id... it can be possible using for each id SP has to execute ? if so let me know how can i achieve this here we can use script tasks if required. so i can query all the contract_ids.. but how to execute this SP for each of those items
what mistake i have done here when ever i try to select it is not selecting once i select it is deselecting again even i have checked with this.. this also same issue
Has anyone tried to embed a video player that would play WAV files? We have a need to do this.
Hi All, here i using Milestone for my App in Summary(view) interface, so based on status value the Milestone Bar should work. in table, "status" containing statuses: "Assigne", "Approved", "Return" and "Reject", which represent the different statuses of a request. I have the requirement of a milestone where first step should always be "Addproduct", then next possible steps shown are "Approved", by Manager and "Approved" by supplier it will complete. but when shopmanager "Reject" show like. > similarly, Supplier too,
Hi all, I'm creating an interface that records and calculates the working hours for employees, the idea is if the working hours are less than 8 it should display: " Working hours are incomplete " , and if it was less than 0 it should display: " insert your working hours correctly please " I made this expression, but when the value is less than 8 even it was less than 0 it always display : " Working hours are incomplete " here's the expression: { a!richTextItem( if( ri!WorkingHours = "8", "Working hours are complete", if( 8 > ri!WorkingHours > 0, "Working hours are not complete", if( ri!WorkingHours < 0, "insert working hours correctly please" ) ) ) )
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
I have an editable grid containing two drop-down columns with other editable columns as well. In grid, one drop-down value is mapped with another drop-down value. I need to put a validation that if that particular mapping already exists in DB then show mapping already exists only on click of submit button. Let's say in DB values in one row are: A (drop-down 1) B (drop-down 2) C (Text field) 1 2 xyz Then if user enters the same mapping of A and B, i.e. selects A as 1 and B as 2 in UI, then show mapping exists. User can add multiple rows in editable grid through add row button and multiple mappings in grid can be added. It should be able to check for all rows and th
Hi, I have a requirement to provide just a link to download a standard file (File uploaded to a folder which is there under KnowledgeCenter) What is the best way to do this. When I review the Appian document I found this. a!documentDownloadLink( label, document, showWhen ) Now, to the document parameter, how can I provide a path of the document?
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.