-
Recently active
Hi, Our Company wants code signing enabled for all code and we use on-prem Appian. Is there any way this is possible in Appian.
What Is a function for showing array itoem in ascending or descending
Hi All, Is there any way we can download entire .msg file (including attachments and email body as is) in Appian directly ? Thanks, ND
Hi all, I had a scenario Where i used MNI to start sub process (The sub process creates instance for each item in a parent PV , All at once and moves on each time an instance finished). And Inside sub process i'm just writing to Record , with a wait time which was defined in that parent pv. and i'm mapping output from sub process back on to parent. And on next node i'm appending it to a list. My issue right now was if two sub processes completed at same time one of the two is getting ignored second one getting appended twice to the list. (i Can't use looping ******, cause i want to process all the data once .)
Hi, i just want to know about how can i configure interface which open in pop up window. what is the best way do this ?
Hello Everyone, I have created two schedulars through PMs that executes one by one. But sometimes the first schedular runs longer and in that case I want my second schedular to wait until the first schedular finishes. Can anyone please help me out how to acheive this? Thank you!
Hello guys, i would like to ask if there is a way in case Write to Datastore entity fails for some reason to save the error message to PV and display it in interface. My next question related to this is if we can move the process to different path (end node or other path) in case Write to Datastore entity node fails? Thanks
I know self doable feature to select time zone or internationalization setting accros all profile. But if we have many users and do not want to communicate users to do setting on their own. Is there a way to accomplish to do this. May be LDAP sync kind of?
When I am logged in as a member of Admin group the following returns a count that is different from, when i am logged in as member of some group that is also a group member of cons!ALL_USERS Any idea why those count could be different ? count( a!groupmemers( group: cons!ALL_USERS, direct: false, memberType: "USER" ))
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
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.