-
Recently active
In the Appian User Interface, I have a grid with colored rows. My requirement is that when I click on 'Export to Excel' from the grid, the downloaded Excel file should retain the same row colors. How can I achieve this I am uploading image
Hi All, I have editable grid in my UI, I have validations in the rows. i gave edit button and save button on each row to edit and save the particular row. but when i click on save button, it is validating the entire grid rows not only that particular row. Can you please help how to validate only that particular row when we save it. Thanks in advance. SS for reference.
Hi, How can I show a grid with different color ( 3 different colors) based on the days between Today and another day. In the below image right now column2 is showing with red line. Any idea how can I develop this. Any helpful comments please.
I need guidance on designing an Appian dashboard that displays a live, interactive map showing pins for all active parking locations. Each parking location has latitude and longitude, but these coordinates should come from user input by clicking on the map through a create form in Appian. What is the best approach in Appian to embed an interactive map that supports both: Displaying existing pins from stored data. Capturing new coordinates when a user clicks on the map? How can I pass clicked coordinates back to Appian from the embedded map component and use them in a form submission? What’s the best way to refresh the map dynamically after a new pin is added?
I need guidance on designing an Appian dashboard that displays a live, interactive map showing pins for all active parking locations. Each parking location has latitude and longitude, but these coordinates should come from user input by clicking on the map through a create form in Appian. What is the best approach in Appian to embed an interactive map that supports both: Displaying existing pins from stored data. Capturing new coordinates when a user clicks on the map? Please anyone Assist me.
I have a process model that loops itself. In the screenshot I'm having an error in start process which I labeled as Node 2. The error is the max subprocess depth limit of 100 would be exceeded. My question is, if the subprocess depth limit is 100, the main process as count 1 in the process depth counter, the next start process smart service as 2, and the recursion as 3. Shouldn't it run only around 50 times? I checked logs and the process run 100 times, before getting an error in Node 2 in the screenshot. I think my calculation is just wrong but I need clarifications on how is this calculated.
How can we group rows in Readonly grid
Hi everyone. I have this view of records: When I click in the wraped link it opens the related summary record as follows: Do you know if is it possible to take out the wraped header or, at least, change the look of the buttons? And, moreover, as the buttons don´t fit in the header it shows and icon to see more actions. Thanks in advance.
So when I am trying to convert the DOCX file to PDF using the PDF from DOCX smart service. My document is not generating in the way I expect it to be. The same file if I convert online I can see the exact thing and the pdf version is same as docx but through appian I see change in font size and the words being misplaced.
I have the following requirement: In the backend table called conditions I have the columns called operator and value which have the values < and 18 I need to check the condition if the incoming is age is less than 18 then display true That is if( ri!age<18, true(), false()). Here I need to get the values of the operator and value from the back end table, I am using query record to get the condition table output. How can I achieve this?
DOCX table: Generated PDF table: /resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/Screenshot-2025_2D00_12_2D00_04-at-10.42.15_2F20_AM.png Hi everyone, I’m using the PDF from DOCX plugin to generate a PDF from my DOCX template. The issue I’m facing is that the table formatting is not preserved in the generated PDF. In the DOCX file, long text (e.g., email addresses) wraps correctly inside the table cell and does not overflow. However, in the generated PDF, the same text overflows outside the table cell, even though the DOCX appears perfectly formatted. Has anyone encountered this issue before? Is there a workaround or specific table formatting that the plugin requires so the PDF output respects cell boundaries? Thanks in advance!
Good Afternoon, I am utilizing the pdf doc from template smart service to generate a pdf that is a snapshot document of a form that has been filled out by a user on the site. The template I need to use in the smart service is an editable pdf template of the form that I then dynamically fill the inputs from the user into the template to generate the document. The Problem: The produced PDF document from the smart service is still an editable version while I need it to be a read only. Does anyone have a solution for converting the generated new PDF from the smart service from editable to read only before I send it to off site storage? Thank you
Dear all, we are facing an inspection error during the deployment process of the Case Management version 1.6 on Appian 24.3 as shown in the image below. We confused either the SYSTEM_GROUP_ROLE_STUDIO_EDITORS group should be present with the package zip file or must presents on our current Appian installation as system group so if its a system group why it's not available in our current Appian 24.3
I want to collapse/Expand rows in read only grid by based on particular field and how can it will implemented
Receiving this error when I click on Clear Filters in the Monitoring Process Activity page: Appian version 25.4
I've created a process that utilizes the PDF Doc from Template Smart Service that was working correctly until this past weekend. There were no changes to the process model or to the template used to create our documents. I use to see a fully filled out pdf and now am seeing a blank page with empty boxes that display a value when clicked. Has anyone encountered this before?New behavior:[View:/cfs-file/__key/communityserver-discussions-components-files/14/20251124_2D00_2151_2D00_03.8000270.mp4:320:240] Previous behavior: [View:/cfs-file/__key/communityserver-discussions-components-files/14/20251124_2D00_2154_2D00_57.6194333.mp4:320:240]
Hi Team, Im trying a batch list of text items and prepare a query based on that. Below is my code snippet. With this code Im getting the last item of each list for the full batch of 50 items. local!getAgreementIds: if( rule!APN_isBlank( index( index(local!PartnersResult, "data", null), "agreement__cr.id", null ) ), index( local!AgreementResult.data, "agreement__cr.id", null ), index( local!PartnersResult.data, "agreement__cr.id", null ) ), local!agreementDocIds: touniformstring(rule!APN_distinct(local!getAgreementIds)), local!batchedDocIds: a!forEach( items: enumerate(ceiling(length(local!agreementDocIds) / 50)), expression: local!agreementDocIds[ (fv!item * 50) + 1 : min((fv!item + 1) * 50, length(local!agreementDocIds)) ] ), For ex: I have a list of 59 items, when I try to batch I should get 50 items in 1 batch and remaining 9 items in another batch
Is it possible to generate a diagram showing all dependencies of objects?
Hi Team, have case details and applicant details record and updating few details and storing via write record smart service for multiple record type in the process model but have to get output primary key of 2 records and how to fetch it? thanks
Hi Team, I have a requirement where I should not display test.admin user in suggestion This is my current condition which I have implemented to restrict a user, but it still displays the user in suggestion Users from Appian Directory, ri!user : User (Type) a!pickerFieldUsers( label: "Select User", maxSelections: 1, value: if(ri!user = "test.admin", {}, ri!user), saveInto: ri!user, required: true, ), Could someone please help us on this.
Hi all, I am using Appian 25.4 environment. I have tried Appian Composer by uploading a pdf with application requirements. While clicking on the generate objects process models and expression rules (business rules) are not getting created. In the above picture, while hover over the caution nothing shows in the Interface. Can anyone help me with this issue.
Hi Everyone I have one subprocess process model which is having 10 nodes which includes 2 xor gateways ,4 sync record smart service and 4 query database smart service. Complete process is activity chained in parent process we have one ui on click of button this subprocess will execute its should come back to same ui for that we have activity chained complete parent and child process. Now the issue is when we have 3 query database and 3 sync record smart service all works good .We got new requirement to sync one more record that time we have added one more sync smart service that time the process is not working as before.Later in subprocess which is have all sync smart service we just removed 2 xor gateways to decrease the nodes that time its worked properly.What would be the reason for that? Thanks in advance for the people who helps me to understand this .
In our Appian Site, we have a DummyHomePage interface that contains two sub-interfaces: DummyCustomFilter – used to select filter values DummyEditableGrid – displays the filtered data in a grid When a user selects filter values and clicks the action link in the grid, we navigate to the Record Summary View for the selected solutionId using a!recordLink() or urlForRecord().In the Summary View, we have a Back button that should return to the DummyHomePage while keeping the previously selected filter values.
We are using a!safelink to provide provision to download a file using presigned URL. The requirement is we need to store which user clicked on the link and when in audit table, but as in the safelink there are no saveinto parameter . I tried multiple other ways but all in vain. I am unable to find a solution, where on a single click user able to navigate using presigned url as well as in backed it writes to audit. please advise what to do that in this case and any work around we can do to achieve the requirement. Thank you in advance
Hi All, We're getting an error like- "Expression evaluation error at function- a!UserCardUiContents: The user does not exist." No object has been mentioned in the error mail to identify where the error is occurring.May I know please when this error generally occurs and how to resolve it. Thanks
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.