-
Recently active
I can see appian is allowing to give lead developer exam directly, is that possible without associate and senior certifications. Please tell your thoughts about it.
Hi! As you can see from the screens, I pass a document from the interface to a start process and I can see it in the process history, but for some reason it results empty in the "variables" tab. I don't get why
Hi all, I’m getting a 403 Access Denied error when trying to open a workspace. There’s no visible owner for this workspace on my end. Does anyone know if access must always be requested through Appian Support, or if there’s another way to resolve this? Thanks in advance!
Hi Community,I need some help with my requirement like below shown in the image we have scenarios - 1,2 etc and each scenario have some plan associated and for different plans different services. It's connected in that way. In that for a particular services with example here billcode as sc112 i need to replace it with a link . Basically think services are shown in grid fetched from reference table which will have plan id , service id connected and created for request level. So in different plans same services can be available. As mentioned for a particular billcode service i have show fee details available based on plan id it can be fetched. After request submission when next task created that fee details should be editable. So this is my requirement .But i am not able to find a logic for that, diffrent plan can have different fee details so in each service grid associated with plan will have different fee details. Anyone can help me? How can I save them into table? My overa
I'm trying to initiate a Process Model on the first day of each month, but I'm encountering the following error: Problem: An error occurred while evaluating an expression for the Start Event.Details: ERROR:EVAL:@reason=Assignment in invalid locationRecommended Action: Review and correct the expressions configured in the Start Event's Event Properties. Would someone help troubleshooting this error in Appian?
Hi, Can you please help me how to give validation to the Textfield, where it should accept only Alphabets. If any special characters or numbers entered it should throw an validation error message. Is there any function is there?
Hi everyone, With Appian 25.3, a new version of a!queryRecordType() was introduced, and the previous version is still available as a!queryRecordType_25r2(). This evolution brings more control and clarity over which fields are retrieved. Key difference between the two versions 25.2 - a!queryRecordType_25r2() When no fields are specified, all base record fields are returned automatically. Even if only relationship fields were passed, the base record fields would still come back unless explicitly narrowed down. 25.3 - a!queryRecordType() When no fields are specified, only the primary key (id) is returned. To retrieve all fields, the new a!selectionFields() function should be used with its allFieldsFromRecordType parameter. Why this matters for wrapper rules In our applications, most queries are wrapped in a reusable rule that takes a single fields input. Callers of these wrappers don’t (and shouldn’t) need to worry about the function version or its internal
Hello All, An end user filled out a form, but we’re encountering an XML document handling error in Appian when the process attempts to save the data. Could you please help me troubleshoot this issue? It seems related to entity data conversion, potentially due to malformed XML, special characters, or null values. Any guidance on resolving this would be greatly appreciated.
Hello,Consider the following test code: a!localVariables( local!Torerance_Name:"Mean", local!test_0: and( local!Torerance_Name = "Mean", "15.0" ), local!test_1: and( local!Torerance_Name = "Mean", "8.2" ) )Here test_1 has value : false and test_0 has value true.What is the cause of this? Please find the screenshot as follows:
Hi all, I have a requirement where I need to call a process model in every 5 mins. Also if the minutes are in 5 series like 05, 10, 15... then only further process need to be executed. If I have started the process model at 9" 31 AM" then it should introduce the waittime of another 4 mins and then only execute further. Current configuration - 1, Start node is configured with the constant -> just to ON and OFF the auto execution. 2.. Tried to find the required time and assigned that as a expression in "Delay until the date and time specified by this expression:" as below - a!localVariables( local!now: now(),local!minuteNow: minute(local!now), local!extraMinutes: if( mod(local!minuteNow, 5) = 0, 0, 5 - mod(local!minuteNow, 5) ), local!adjustedDateTime: datetime( year(local!now), month(local!now), day(local!now), hour(local!now), local!minuteNow + local!extraMinutes, 0 ), local!adjustedDateTime) Somehow Start node is not understanding and simply
Hi Experts , I need a solution on the below. While creating a request I m entering multiple approvers and the request gets created with the all the other details I entered. Now this request has to be approved by all the approvers. I have configured the approval and rejection action in the related action and the summary view is available and showing these related action in the related action shortcuts. I need to show the tasks to the approvers in My tasks window in dashboard page that I have configured. This page will contains a grid with a link to the record. Once I click on record then I would be able to approve or reject with the related action. How can I Configure this and also I need to send to the next node only if all approvers approved. The process should wait untill all the approvers take action. Please let me know the way to achieve this. Thanks
Hi, I have a process that has failed on a "Script task".The error is : ERROR:Work item cancelled (Data Outputs)After reading internet and forum, I have understood the error was caused by a deactivated user (manually deactivated by the client).Now, my client needs to make the process to be continued to the end, assigning a new user (as if there was not any error). The problem is the process is not simple, it has 20 nodes remain to be processed. So, because I've read I can not change the pp!initiator, and because it was urgent, I've edited the process Instance, and change the assingment of all the nodes in selecting this option "Run as whoever designed this process".After restarting the instance, the process could finish to the end.Questions : - is there any way to do it in a more simple way ? or a best practice ?- could the "Reassign task" Smart Service could help ? Regards
I have an XOR and i need to loop through the following data and pull out customer name and evaluate each decision point based on the customer name: here is the data: [{"dateReceived":{"value":"2025-02-10Z","spanId":"342b49c8"},"dateOfInjury":{"value":"1995-12-20Z","spanId":"0a319d52"},"customerName":{"value":"State Fund","spanId":"d60519e4"},"name":{"value":"Kenneth A Lawson","spanId":"df37d1c3"},"claimNumber":{"value":"SD165263","spanId":"fc983c31"},"sendersName":null,"sendersPhoneNumber":{"value":"(209) 476-2626","spanId":"9ad8be0a"},"sendersEmailAddress":{"value":"","spanId":""},"services":{"value":"Bilateral splint strap","spanId":"6deae02e"}}];[{"dateReceived":{"value":"2025-02-12Z","spanId":"47f94d4a"},"dateOfInjury":{"value":"2011-05-05Z","spanId":"bc8e2f01"},"customerName":{"value":"State Fund","spanId":"716db1d0"},"name"
How can I enable English UK language under the Proces Model Properties. In Admin Console Internationalization I have enabled both English US & English UK language . But I can't find English UK under Process model properties tab
Hi, I am trying to add a more less link on a column in a read only grid. However, it only works if the grid has indexed data and not if it is converted to json. Converting to json is also mandatory as the paging is not working if the grid rows are not converted to json(The data is coming from record type). I already tried the "a!fromjson" function on that specific column but the link is not working. Is there a way that the more/less link can work even if I convert the grid to json?
Hi, Does any have idea, how search will work in dropdown. I can see, there is only an option to show or hide a search box. I think it's a default behaviour. Sometimes it works and sometimes it don't work. I'm posting one weird result from search. Please let me know, if anyone had any idea.
Hello Everyone, Is there any approach to retrieve a user's last login details without accessing log files? For example, is there a function or method we could use to capture login information when a user accesses a specific link or application? Thanks & Regards, Srikanth.
Hi Team, We have a requirement from the regarding a read-only grid. The grid is sorted first by Meeting Name, and then by Supplier Name. The client expects a visual indicator (like a bottom line or separator) between different suppliers to help users easily identify when the data switches from one supplier to another. For example, after all rows for Supplier A, there should be a highlighted row or separator before rows for Supplier B begin. Is this kind of visual separation possible in Appian grids? Meeting Name Supplier Name Data Meeting A Supplier A 23 Meeting A Supplier A 87 Meeting A Supplier B 56 Meeting A Supplier B 7 Meeting B Supplier A 45 Meeting B Supplier A 456 Meeting B Supplier B 56 Meeting B Supplier B 56
Can the Tempo interface header in Appian be customized dynamically based on the selected record view? Regards,Sanjukta
I am trying to have the information iterated through and displayed in each row but am having trouble.. Can you please advise? a!gridField_25r2( label: "Online Banking Profile Info", labelPosition: "ABOVE", data: rule!OOW_returnOBprofileDetails(CIF: ri!CIF), columns: { a!gridColumn( label: "Account Username", value: fv!row.userId ), a!gridColumn( label: "Account Nickname", value: rule!OOW_returnProfileNicknames(CIF: ri!CIF) ), a!gridColumn( label: "Last Log In", value: a!forEach( fv!row, rule!OOW_returnUserProfileLastLogIn(CIF: fv!row.customerCif) ) ), }, pageSize: 5, b
my rule input is an array of data, using a map data type to pull in multiple records from the Software and related Software Category record types: mappedValue (1 item)List of Map[[decision:false,software:[SAL Software id=29, name= sint veniam magna, vendorName= commodo amet proident, softwareCategory=[SAL Software Category id=7, name=Custom Applications, description=software developed in-house to fulfil specific purposes]]; [SAL Software id=30, name=elit dolor nostrud, vendorName=dolor pariatur nulla, softwareCategory=[SAL Software Category id=6, name=Component, description=required for other software to run]]; [SAL Software id=31, name=Adobe Acrobat, vendorName=Microsoft, softwareCategory=[SAL Software Category id=10, name=Paul Test Category, description=Paul Test Category]]; [SAL Software id=32, name=Microsoft CRM, vendorName=Microsoft, softwareCategory=[SAL Software Category id=7, name=Custom Applications, description=software developed in-house to fulfil specific purposes]]; [SAL S
Hello Appian fellows, I would like to explore the possibility of validating data across different tabs. Request is to display multiple tabs, every one of which should open a dedicated subtab group. Let's say I opened the second tab and am currently viewing the first subtab (see image below) . [View:https://ibb.co/PNLMTFY:320:50] My question is, is it possible to validate fields on different subtabs in a way that subtype 2 and subtype 4 have a red underline/red background/red star or any other indicator that there are some required data missing on those subtabs and process cannot continue (Next button would be disabled). Idea is that users don't need to circle through tabs searching for where the missing values are. Thanks!
Dear Support Team, I am trying to schedule my Appian Certified Associate Developer exam, but I encountered the following issue when accessing ProctorU: "This Institution does not permit creating a ProctorU account. Please navigate to your course Learning Management System for scheduling and rescheduling ProctorU reservations." I attempted to register directly on ProctorU, but I was not able to proceed. I understand that scheduling must be done through the Learning Management System, but I am unsure where exactly to do this inside Appian Academy. Could you kindly assist or guide me through the correct steps to schedule the exam? Thank you in advance for your support. Best regards,
Hi , when we are uploading the document in the folder directly is appearing in the recent objects with the uploaded time.but when the document is uploaded or generated by the flow is not appearing in the application recent objects.we have to go into the specific folder where we configured to store and there only we can find it specifically.those kind of documents are not appearing in the all objects.why is the difference.
Hi all, I have created an interface from which I can click on a field and access the detail view of the record type used in the interface. From this detail page I have created buttons to perform certain operations from process model, passing the data of the selected row of the record to the process. I would like to do the exact same operations but from the home page, without having to access the detail page, as in the attached screenshot. Maybe even including some related actions. is it possible to do this, and if so, how? I thank everyone in advance
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.