-
Recently active
Hi everyone, I have a list of values as given below: local!1: {a,b,c,d,e,f,g,h,i,k,l,m,n}, I want to do a loop to index a batch of value each time, for example the first batch is having index 1,2,3 (a,b,c), the next batch with index 4,5,6 (d,e,f),etc (batchsize = 3, start index +3 for each loop) I tried Enumerate() to determine the exact index of the data I want to get, but this function returns all values from 0 -> batchsize value. Is there anyway that I can get only the index I want, for example 1,2,3 of local!1 for the first loop, then 4,5,6 of local!1 for the second loop and so on? Thanks a lot!
Facing error when testing card choice field in Appian Fitness version 23.1 Using the following format for card choice selection, |click on card|FieldValue|choice|FieldName| 10:19:32.786 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Card Choice org.openqa.selenium.WebDriverException: unknown error: getting size failed to return xAny help would be appreciated. Thank you.
Do we have an efficient way to give warning during user upload the document in Appian? when he press "Upload" in file upload object, choose a highly restricted doc and open, then system can give a warning Popup show this is highly restricted doc, are you sure you want to upload? choose confirm then upload, cancel then purge the doc directly.
Hi community, I face an issue when I try to access safe link. I get the below error. Thanks in advance.
Is it possible to add/update Chrome Options while using Cucumber for Appian? Having an example will be very helpful.
Hello there, I have been overall enjoying the Cucumber for Appian framework however it has severe limitations and some design decisions that I wish to change. First of all I do not agree with the decision to place the Tear Down inside of the actual example steps. This is not good best practice as it means if you exit a test for whatever reason before the test finishes the chrome driver will not tear down. Instead this should have been put in the @after within the test running class. Can I still tear down in the @after? How would I go about calling the actual tear down method, I am fairly good with Java but I am not a developer and the code is very complicated. My second question is that I need the ability to at times pass random values as fields for the my steps. For example our project involves "duplicate checks" and without being able to dynamically generate these fields I am stuck having to edit the test script each time. I know it's technically pos
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.
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.