-
Recently active
Hi everyone, I need to track my company distribution list (contact group) on outlook email. It should work this way: Sombody sends an email to my distribution list. Receiving the email to my inbox is an action that triggers appian process with parameters extracted from that email. The distribution list that I need to monitor has company domain and it is not on appian cloud. I checked the Receive Message Event documentation but I am still not sure how to approach this task. Thank you in advance,Marcin
Hi all, I am trying to build a selectable editable grid, but everytime I select a row it keeps selecting the entire grid. I saw previous comments that each row needed to have an identifier, and my data does have one, but its identifier status must be getting lost somewhere if a selection on my grid keeps selecting everything. Here is my test code: a!localVariables( local!data: rule!query_case_summary(show5YrAvg: false), local!header: {"age", "gender", "smoker", "amount", "fiveyravg1", "fiveyravg2", "fiveyravg3", "fiveyravg4", "sum5yrChange", "annual5YrChange", "currYrChange", "priorVal", "currVal", "recVal", "reviewStatus", "lastReviewedBy", "userRecVal", "comment"}, local!selectable, { a!gridLayout( headerCells:{ a!forEach(local!header, a!gridLayoutHeaderCell(label:fv!item)) }, rows: a!forEach( items: local!data.data, expression: { a!gridRowLayout( contents:{ /*
Hello i'm just trying to get the name of the past month, im using this code: proper(text(today(), "MMMM")) But it only generates the name of the current month Thanks!
Hi All, I have the requirement to close the process task after clicking over the button in interface? Can anyone please help me out?
Hi all, I have use case where i need to separate the characters & integer value example- I/p: "ABCD1234" output: ABCD, 1234 , i/p "A22B45" o/p: AB , 2245 Thanks in advance
i use integration to get country , state , District name with using pincode , i use read only grid to display result but i want only 1 row result how can i do that ?
Hello community, can anyone suggest me how to get second highest number from an array. Thanks in advance
I have used nested foreach and cardlayout inside that im getting the below output. Below is my code. a!columnsLayout( marginBelow: "NONE", spacing: "NONE", columns: { a!forEach( items: 1+enumerate(2), &nb
I want to show a message to user, and it should be disappeared after few second how can i do this
We have an bug where: WHEN a user is in a user input task and allows the timer (1 hr) to terminate the task THEN they are stuck in this screen and not able to close out of the task with the EXCEPTION of closing out of the tab. My question is besides extending the timer is there any way to circumvent this error or allow users to exit out of the dialogue box without closing the tab?
HI, I have a requirement to display Week Calendar with Meeting conflicts., Used event time line with details pattern and managed to design below calendar Calendar timeline divided into 30 min sections as meeting possibility 1 or 1.30hr etc. the issue here is meeting one starts at 11 am and end at 11.30 , it should show meeting tag starts from 11 am and end at 11.30 but it showing two different tags for meeting1, one at 11 am and another at 11.30. if there is another meeting same time meeting2, it should show beside to that, and both should be in red. since i have divided timeline into 30 min blocks , i am not sure how to combine two meeting tags if meeting falls for more than 30 min? Below is the code: a!columnLayout( contents: { a!forEach( items: local!CalenderTime, expression: a!columnsLayout( columns: { a!columnLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: fv!item.updatedTime, align: "CEN
Hi, We have a use case whereby we are looking to do some integration to DevOps and deploy certain packages as needed. Currently using an four on-prem, azure environments (Dev/Test/PreProd/Prod). What we are looking for is some sort of UI (which we can design and build) where we can select from a list of packages and send this to devops or network location which would then initiate a pipeline release in DevOops and any automated testing that is required. I've had a look and from what I can see, the information relating to packages i.e. names, objects within etc, is not something I can find. Is this because the information is within the Appian system database or is there a plugin or functions available that I can use to gather this information? UI would consist of a drop down with all packages on that environment. Option to group 1 or more into a bigger package, perform 4-eye review on it and then send to devops. I know this will need to be built etc but need to fig
In 22.3 the "global search bar" has been centralized somewhat and pinned to the top bar of /Design, with added functionality, which is neat. However the "floating" bar invoked by pressing CTRL-Space is no longer "floating", meaning the CTRL-Space hotkey no longer works at all in a very important (to me, at least) use case: during pop-up dialogs (eg the deployment pop-up, missing precedents, etc). The way it worked before: even if I have a missing precedent checker or deployment window open, but still want to search for and/or open some object, I could just hit CTRL-Space and search:(from 22.2) Meanwhile, after upgrading to 22.3, we can see the "search objects" bar hanging out in the background but being completely useless even if I spam the CTRL-Space hotkey: I can't speak for others here, but I estimate that I personally used this functionality very often to look up and/or open objects I need even when in the middle of a pop-up dialog I don&
Hi Array has 460 items which needs to be displayed in grid but only the first record was displaying among all 460 When calling this interface in the parent interface it is providing only the first records in the grid
Hi, I am working on the Mobile Pocket Library App and I am trying to modify the Book_Summary Interface. I get the following error when I add the ShowBookDetails rule with my record rule input as its book parameter. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!cardLayout [line 12]: A card layout has an invalid value for "contents". The contents contain a component that is not supported in the card layout. Received: FormLayout I use the following expression just as the Appian tutorial specifies: rule!ISBN_ShowBookDetails( book: ri!record ) Any assistance with fixing this issue would be extremely appreciated. Thanks so much!
Is there a way to configure the user filter in record for the field for which we are not storing the data in db
here am selecting different rows but it is displaying latest selection data for all selected rows,
Hi I Have a requirement as to show the array of images in row with enable of scrolling. How can i provide scrolling for this case?
anyone can you please help me for this qustions?
How can we compare now() with the date for example dueDate if its ON TRACK or OVERDUE?
Hi there, Is there a way in Appian of searching all the application objects for the objects which contain certain function or string? just like search/find function of those code editor. it will return the files/or even the location in the file. Best regards, Lin
i have a requirement to generate the PDF through XSL-FO In table i have a text like 2000 characters in table cell without spaces i need to wrap that text XSL Code: PDF:
Hi Everyone, I am trying to execute this Stored Procedure in Appian Maria DB and unable to check how to declare variable in Maria DB. Please let me know if any thoughts, BEGIN DECLARE COUNT1 VARCHAR(1) DEFAULT 'S'; DECLARE CUR2 ROW TYPE OF SDP_TEST; DECLARE cur1 CURSOR FOR SELECT * FROM SDP_TEST; OPEN cur1; LOOP FETCH cur1 INTO CUR2; IF CUR2.id = 6 then UPDATE SDP_TEST SET id=8,name='Peter',address ='USA',job='Analyst'; SET COUNT1 ='Y'; END IF; &nbs
Hi, We are looking for a way to split a large document into small documents of size we want. Is there a way we can achieve this in Appian, please share if any Thank You
for certification exam, does it have exam fee? what and all we need to prepare for exam. because we will be working on some concepts some concepts, we have not touched while working
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.