-
Recently active
Hi Team, Im Facing the issue data was not updateing automatically. I have used like below 1) Parent interface -> contains 2 interfaces - grid and cloumns layout one after another in order 2) if data changed in grid coloumn and data(im querieing from db and stored in local variable with refresh) not changing in columns layout automatically but if i moved to next page and came back to current page then its working 3) for the point 2- i tried a!refreshVariable() and a!save() but its not working Any idea to overcome this problem, please let me know. Thanks & Regards, Vigneshkumar Radhakrishnan
Hi Everyone, what is the limit on number of rows in export to sql smart service. I had an requirement to export around one to two lakh rows in an excel. Any other way that i can acheive it if export to sql smart service had limit? Thanks in Advance!!!
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!
Hi All, In a process model we are using a constant name ,in that constant calling text "---No Value---" as string . but after loading the excel sheet it is showing '---No value---- , how to remove the extra ' special prefix character from the places.
Hi Team, i have a card layout and on click of it the section with contents should showup to the user. For this i have added a link on card layout but on first click it doesnot saves value to local!showDetails but on second click it does because of which my section remains hidden on first click and gets visible on second click.It should save value always. The section hide and show under a card is also controlled by an external link ExpandClicked as well. Suggest a way to achieve this. link: a!dynamicLink( value: if( index( index( index( index( index( ri!final_PRN_CDT.PrnSegment.Providers, 1, {} ), "ServiceLocation", {} ), "Addresses", {} ), ri!index, {} ), "ExpandClicked",
Hi, Working in an editable grid, when adding an "instructions" parameter, it is not working and not giving any error as well. I mean, we can add "instructions" parameter value but it is not visible just below of that textfield or datefield. Is it like editable grid do not support 'instructions'? please help.
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.
Hello good , When I send a mail in appian , I need to know if the mail has been delivered correctly or if it has been rejected . The objective is to send emails in a massive way, and in the email addresses where it is rejected, stop sending emails.
Hi community, I face an issue when I try to access safe link. I get the below error. Thanks in advance.
Hi! I am currently assigning tasks to 3 groups simultaneously and then waiting for their response based on which action is taken. if any one of them rejects the task, task goes back to initiator only after the other 2 have taken action on it(accept/reject).But now I want to not wait for the other users, as soon as one of the users reject the task it should immediately go to initiator and the tasks for the other 2 users should be cancelled. SO if all the users accept , only then task will proceed to the next step.How can I proceed with this?
Can we display icon(info icon) next to the header a table grid
Hi, I am facing an issue where I need to display only email Id in the interface. In database it is stored as name<email.id>. eg: Jack<Jack@hotmail.com> For displaying it in the interface we queried from the database we need to show only the email id in the interface (i.e)<jack@hotmail.com>. I used split, stripwith function but it is not working as expected . I am storing it in a local variable (local!intake.sourceEmail). In the "value" parameter of the field I referred this variable Is there any other method where we can achieve this. Please let me know. Thanks
I have a dropdown where you can select a date, the follow code is for the choiceLabels:if( and( local!prefijo.prefijo = "listasis", a!isNotNullOrEmpty(local!prefijo.idTipoAsamblea_int), and( local!prefijo.idTipoAsamblea_int 2, local!prefijo.idTipoAsamblea_int 4, local!prefijo.idTipoAsamblea_int 6 ) ), union( text( index(local!fechaPorSerie , "fechaAsamblea", null ), "dd/MM/YYYY hh:mm a"), text( index(local!fechaPorSerie , "fechaAsamblea", null ), "dd/MM/YYYY hh:mm a"), ), union( text( local!fechasDeAsamblea, "dd/MM/YYYY hh:mm a" ), text( local!fechasDeAsamblea, "dd/MM/YYYY hh:mm a" ), ) )If I have 18 dates, but 2 dates are the same... the array is goint to be 18. But the array has a variable called idAsamblea, so every date has a different idAsamblea. The follow code is for choiceValues:if( and( local!prefij
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:
Please tell me how to send email to multiple recepients using send email smart service
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.
Hi Appian folks! I want to add rows dynamically in a pdf file using PDF Doc from Template smart service. I created a CDT with multiple values and mapped that variable to the pdf field. Although it won't create one row for each value. Is it possible to create a new row in a pdf dynamically for every value in CDT using PDF Doc from Template smart service?
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.