-
Recently active
Hi Everyone, How to handle null values in a recordtype? My output is like this where first index is nul. To exlcude that in recordtype what needs to be done as i have used reject function as well but it will only work for an array. Can someone please help me on this?
Hi , How can I sort appian group members and bind to dropdown.
I created an interface with read only grid which pulls data from process analytics. I would like to bring dialog box when user clicks on a link from the interface. Any suggestion how I can implement this? Thank you.
HelloHow can I request my development environment through My Community Edition Site? The following message is displayed at the top of the screen. How can I meet this condition? 「The popularity of Appian Community Edition has been soaring. To ensure that every user can access the resources and support they need, we have introduced a queuing system that will process requests in a prioritized manner. The Appian Community Edition team prioritizes access for learners working towards an Appian Certification, small teams, and prospective customers of Appian.」
Hi, Need guidance or suggestions on how to achieve this. Here's what I'm aiming for: I have a Section layout at the top of my interface, and I want it to remain fixed in the UI while allowing other components to scroll down beneath it. Essentially, as the user scrolls down the page, I'd like the section to stay in place while the rest of the content moves.
I have use case in which we show custom pagination issue is their we have used custom pagination and dropdown on 10,20,50,100 when I am moving my pagination to last page and with 10 have drop down value it is working fine giving exact deifference that I have between my data in pagination but when I am increasing drop down value to 100 but getting issue their startindex in not moving back. Like my total data count is 32 3001-3032 of 3032 is my desired outcome I want like my start index should move back with my dropdown. Can you suggest solution anyone STEP 1:- STEP 2 where issue is
I exported my all records from my record type but in excel sheet it is not showing correct date and time for dateTime field , and also there is no timezone in excel sheel, below is the screenshot for the problem, expected time (10/03/2023 PDT)
Hi Team, Sometimes, the data was not available on UI and it is available on DB. What could be the scenarios, would this be a performance issue?
How can I get a same section when we click on a button under the section to provide multiple details to the single ruleinput just like adding address1,address2,address3
Hi All, I have an interface where we are having paragraph field and grid . User will be giving data in the paragraph field in specific format and will click on add button, Once they clicked on it, it will be written into database and the grid will be refreshed with the added data. There are some use cases where user will be adding more than 2000 records at a time. Currently it is taking around 2 minutes to load the 500 records into database. What is the best way to save the data into database with minimal time? Could someone please help me on this
Hi everyone! I'd like to explain my issue. I have a Record Type for Drivers, and one of its attributes is a boolean called "Primary driver." I've created an interface named "Driver" for entering information about a single driver, including a description, summary, and metrics. To allow users to mark a driver as the "Primary Driver," I've implemented a checkbox. Additionally, I have a parent interface named "Multiple Drivers," where users can add up to 5 drivers or remove them. I've used a foreach loop to generate sections for each driver using the child interface. My main challenge is that I want users to be able to select only one driver as the "Primary driver." I'd like the checkboxes for each child interface in "Driver" to function as a group, similar to radio buttons. I want the selection to work smoothly, and users should not have to click again on an active checkbox to deactivate it. I attempted to man
I want to iterate a a!save() expression for 10 (n times) when I press a button
Hi Everyone, I need to store the values of lablels in col1, corresponding to col2 and col3 which are checkboxes into database and retrive it when the interface is loaded. Can anyone please help me out how to achieve this?
In the code below, I am not able to save the selected values. If i am selecting multiple values for a single question than I am getting below error- "Interface Definition: Expression evaluation error at function a!forEach [line 19]: Error in a!forEach() expression during iteration 2: Expression evaluation error at function a!checkboxField [line 27]: Rule 'l' has 1 parameters, but instead passed 2 parameters." I had highlighted the code where the code needs some correction. NOTE- This code worked perfectly fine for a!RadiobuttonField() but not able to save values while using a!CheckBoxField() a!localVariables( local!question: /*calling QE rule to fetch the questions*/ local!option: /*calling QE rule to fetch the options*/ local!numberOfAnswers: 4, local!correctAnswer: /*calling QE rule to fetch the correct Answer*/ local!selectedAnswer: rule!MWJ_MultiCorrectOption_SelectedAnswer(), ///// this code is written below. ), { a!sectionLayout( la
Hi Team, I Need to update People Function Plugin in my local server, if I Update with new market version my existing functions will work or only new plugin functions will work ? below are the difference between old and new functions list Old New
I was trying automated deployment from this documentation facing this issue Deployment REST API - Appian 23.4 I hav checked credentials it is working fine
Hi All Newbie to Appian. Trying to find, by date & time, the latest (most recently uploaded) document in a folder; this is as far as I have got in an expression I am playing around with: a!forEach( items: folder(1234, "documentChildren"), expression: document(fv!item, "dateCreated") ) Any good examples to help me finish this off, or can anyone suggest how to loop through each document and return the newest? Example Algorithm in pseudo code I would like translated to Appianese. MostRecentlyUploaded = initial ‘zero date’ For Each Documents Creation Date If Documents Creation Date > MostRecentlyUploaded Then MostRecentlyUploaded = Documents Creation Date &n
Hi, I am trying to set up the Azure Connected system but ended up with an error , I tried using GPT_32K and GPT4_32K as mentioned in the demo, but still see this error. Chat Completion
Hi All, I want to fetch an Resolved date , Created date , assignee , reporter and updated date of issues from JIRA integrations . Thanks
Hello, I have an application with users that have multiple groups that describe their roles and teams. I have a group type that specifically targets which team a person is on. I have a pointer to that type. I want to get a member of another role (group) from this same team automatically. Technically what I am having a problem with is the following: union( a!groupsByType(cons!TA1_ProjectTeamsPointer).data, a!groupsForUser("testuser") ) This gives me the following error: Expression evaluation error at function 'union': Invalid types, can only act on data of the same type (Any Type, Key (Integer)) So the union arguments are of different types? But the documentation explicitly states for both methods that the type is 'list of group'. Is the documentation wrong? How do I convert 'Any type' to list of group? When I test the arguments individually, the raw outputs seem the same to me. Thank you in advance.
Hi All,So my requirement is to read the unread email and download the attchment and copy the data from attachment.Is there any smart services to done this?Please suggest the idea. Thank you
Is there an option to delete an unused action? I was following the tutorial and adding a new action on Record Type. I realized, that I chose the wrong option, and created the action without auto-generated Process Model and Interface.I didn't know how to remove the action, so I thought, that maybe if I remove the empty Process Model and Interface associatedwith the action, it would dissapear. Doing that however only made things worse, as now I couldn't create a new action, due toan error on the existing one (Process Model not found), so I had to put it back in. Now I have two actions, one of which is not needed. How do I delete it?
This is the strange behavior which I'm facing in my interface , the code is missing in expression now but it is working as expected . Not sure how the code is missing .In UI we can see start date but in code above the end date is missing (which is for start date)can someone help me with this
I have a read only grid contains 1 column with clickable link, when I will click on the link field then it will suppose to open a grid consist of related data below that row. How I can achieve it ?
Hello, We have a read only grid with selection enabled. Users could navigate to a page(say 5th page), select certain rows and reassign the task to another user. Once the reassignment is done, the grid lands on the first page. Is there any way we could retain the Grid on the 5th page itself after reassignment. TIA.
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.