-
Recently active
Hello, does anyone know how I can make a custom picker to save the value if it is not in the list? The code is that: a!pickerFieldCustom( label: "Tipo de entrada", labelPosition: "ABOVE", maxSelections: 1, suggestFunction: rule!ERYM_FiltroComponente( filter:_ , labels: local!tipoEntrada, identifiers: local!tipoEntrada ), selectedLabels: a!forEach( items: ri!expediente.tipoEntrada, expression: index(local!tipoEntrada, wherecontains(fv!item, local!tipoEntrada)) ), value: ri!expediente.tipoEntrada, saveInto:
Hello Community Users I am not able to rename the web apis in Appian Designer though it is mentioned in documentation that we can rename web apis? Any insights, why? Btw, I am able to rename other objects.
I have a read only grid with data sourcing from a record type. One of the columns in the interface has a record link field enabling it to drill down into a record summary. Is there a way we can redirect back to the interface from the record summary view? Ask is to have a cancel button that will take the user back to the read-only interface where the user started. safe link is not an option.
a!localVariables( local!data: a!localVariables( local!dateList: todate( union( index(ri!taskProductionList, "asDate"), index(ri!taskProductionList, "asDate") ) ), a!forEach( local!dateList, a!localVariables( local!dateData: index( ri!taskProductionList, wherecontains( fv!item, todate( index(ri!taskProductionList, "asDate", {}) ) ), {} ), local!taskProduction: if( and(rule!INO_isBlank(local!dateData)), "-", ( ( todecimal(local!dateData.taskId) / todecimal(local!dateData.taskDuration) ) * 100 ), ), if( rule!INO_isBlank(local!dateData), { taskId: 0, taskProduction: 0, taskName: "-", asDate: "-" }, { asDate: fv!item, taskId: if(rule!INO_isBlank(local!dateData.taskId),0,local!dateData.taskId), taskName: if(rule!INO_isBlank(local!dateData.taskName),0,local!dateData.taskName), taskProduction: local!taskProduction, } ) ) ) ), { a!richTextDisplayField( labelPosition: "COLLAPSED", value: a!richTextItem( text: "Selected
Hi, is there an option for a modal pop-up in Appian? Like when a pop-up will appear and the entire screen will be greyed out except the pop-up and until you select any option in the pop up the screen will remain greyed out. Can anyone let me know if possible then how can it be done?
I have two local variables storing list of numbers: How can I get coordinates from this like 1,1 2,1 3,1 4,1 based on column and row value together?
Hi, Is there any functionality in Appian to show pop-up?? If not, how can we show a pop-up without using interface and button confirmation?? Thanks in advance, Gousii.
Hello Community,Is there any way to convert a pdf or word document into base64 string or binary format ? TIA Arun
What is the difference between functions todatasubset() and a!dataSubset() ?
I need simple solution for document to binary conversion within appian. As request body I should be able to pass a document into a binary format while calling a REST API POST method. I've followed below links and those are not helpful for me. https://community.appian.com/discussions/f/general/20675/convert-any-document-to-binary https://community.appian.com/discussions/f/integrations/14913/web-api---send-binary-string-of-document https://community.appian.com/discussions/f/integrations/18923/convert-appian-document-to-base64/75414#75414 https://community.appian.com/discussions/f/general/19821/problems-with-a-binary-document
I have a DB table with Data. I have transpose the details in front end. Please help me how to do that. Below are the screens shots for reference. In Database table is like below Desired in Appian Interface
Hi, i have the following code a!localVariables( local!sensor: { a!map(data: { 125, 92, 22, 63, 73, 28, 19 }), a!map(data: { 35, 65, 92, 22, 63, 73, 28 }), a!map(data: { 2, 35, 65, 22, 63, 73, 18, 29 }), a!map(data: { 9, 35, 65, 63, 35, 28, 19 }) }, reduce(fn!sum, 0, local!sensor.data)) Using excel the sum of all numbers is 1361. Using reduce() in Appian, the sum is 1332 that is 1361-29.The value 29 is the eighth element of the third map.Every map has 7 elements. Why the reduce() function exlude the element 29?
Dear All During the file upload in Appian is there an option to strip the EXIF metadata ? This is being raised as a user data privacy concern as this metadata contains user sensitive information such as geolocation and other personal details. Thanks Ankit Jain
I need to make few columns as protected in excel while exporting which user can not edit ,since i have to reimport the same file nd some columns value should not change.please suggest how to achieve this. Thanks in advance.
I have a list of 10 active users in my appian designer. Out of all 10, I want to make 2 of them as developer by giving them system administrator access, and next 2 will be having system administrator, but along with this, they will also have Appian Admin Console Access.Rest 6 of them will be basic users.How can I achieve this?
Error writing to process variables (Cannot derive list type from List of Variant in which to store data of type List of Variant, for variable 'pv!extracteddoccdt'.) (Data Outputs), Hi I'm trying to save data which is of type list of CDT into a variable called "extracteddoccdt" which is of type Labelvalue and for some reason i'm getting the above error which i'm unable to understand, any help and guidance on how to resolve this issue would be very helpful. Below are some screenshots related to the error.
I am using custom picker In that custom picker I am fetch group member from a group like this : Now i want show user image before his/her namelike this : Any suggestion for this how can I do it ?
Hi Team, I have a folder where I am storing the PDF name with a Unique Value, now i want to get the PDF id Value to use it further. help me in getting the Id of the PDF's stored in Folder. Thanks in Advance. Regards, J Vinay
Hi, I have 12 years of experience in .net and I am hard code developer. Is Leering APPIAN good for carrier move. And what are salary hike and other benefits related to growth after certification. Can we move or change profile easily after certified or learn APPIAN.
I am trying to generate a pdf from DOCX using PDF From docx Smart service, but this smart service removes the shapes present in docx and overlaps data in the table. Is there any smart service I can use
how i can get Appian site for practice purpose, as of now when i try to access it am getting this message. 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. where i can practice and how to access it
Hi, I am trying to make this list start with a default contact, does anyone have any idea how to do it?
Is the appian exam going off of version 23.2 or the previous version of appian only asking because I am taking it again today and I know one of the answers changed with the recent update if the exam is over the newest version.
Hello, I have a multiple if condition that returns a list, but what I need is for it to return the condition that is only true. Thankss!!! if( {and( ri!tipo = "Alzada", a!isNotNullOrEmpty(ri!feRegistro), ), and( ri!tipo = "Reposición", a!isNotNullOrEmpty(ri!feRegistro), ), and( ri!tipo = "Revisión", a!isNotNullOrEmpty(ri!feRegistroAdmin), ), }, {ri!feRegistro + 90, ri!feRegistro + 30, ri!feRegistroAdmin + 30}, {ri!feRegistro, ri!feRegistro, ri!feRegistroAdmin} )
Hi All, I have created a related action inside task. When i try to access task from tempo and clicked on RA, It opened in new tab. Same task if i try to access from a site, I could able to open RA in dialog box. Can anyone suggest why this is happening? Thanks 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.