-
Recently active
Interface is holding Dict TypeProcess model is holding Map Type Clash b/w the dataTypes while triggering PM.Could you please help me to convert dict to map before triggering?
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.
Hello, in the Pres keyboard Shortcurs method now to configure CTRL+SPACE+N for screen maximization of google chrome ? is there a way for 3 buttons shortcut ? I have tried with the option to hold and not release but it generates error: [WARN] 2022-03-23 15:36:05 04s (0h) - Method manageException invoked[ERROR] 2022-03-23 15:36:05 05s (0h) - java.lang.reflect.InvocationTargetException
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",
First, please let me know if the following is correct regarding transaction control when using the Write to Multiple Data Store Entities Smart Service. If the same entity is accessed by multiple users at the same time, the update executed later will always take effect. I know that procedures can be used as a method to access tables (entities), but do you know if there is a possibility of inconsistency if a procedure and Multiple Data Store Entities have access to the same table (entity) at the same time. Is it an anti-pattern to also access by Write to Multiple Data Store Entities for a table accessed by a procedure? This is a question.
Receiving the following error on the Interface I am working on.: "Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!columnsLayout parameter 1 [line 285]: Keyword and non-keyword arguments must not be mixed. Used in: columnlayout." Code mentioned is as follows:
When creating a new record with a user field, I want the field the field to initially be set to the current logged in user. I need to be able to clear that field and select a different user if applicable. In all of the functional variations I've tried, I can set a default value, but it will not allow me to change the selection. If I click the X to clear the selection, it just repopulates with the logged-in user. I've tried variations of the following: a!pickerFieldUsers( label: "User", labelPosition: "ABOVE", maxSelections: 1, value: if ( isnull(ri!record['recordType!{...}BWTA Event.fields.{...}user']), loggedInUser(), ri!record['recordType!{...}BWTA Event.fields.{...}user'] ), saveInto: ri!record['recordType!{...}BWTA Event.fields.{...}user'], required: true, validations: {} ), I've reviewed many discussion threads, but either my available options do not match or they do not pertain to the create action. I review
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.
I encountered an issue: IDP is unable to extract data from the grid in the pdf form during the Reconciliation task. We are using Google AutoML and the template is static. My form is of 4 pages with multiple Grids/Tables apart from the text fields. It is able to extract the data from the text fields correctly, however, it is unable to extract the data for the tables and the check boxes. Can you please suggest any work around or help me understand what is the correct way to implement it? Thanks.
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
Hi All for the attached code it is showing the error attached. The attached code will saved into "Country " variable Of type textCould you please help merule!ISR_er_displayCountryNameById( countryId: index( rule!ISR_qry_GetAddressInfo( type: cons!ISR_REF_CODE_ADDRESS_TYPE_PRIMARY_RESEARCHER, typeId: index( rule!ISR_qry_GetPersonDetailsbyStudyRequestId( studyRequestId: pv!studyRequest.studyRequestId, ).data, "studyPnId", null ) ).data, "countryId", {} ) )
In the expression rule, we can see 3 output values (Formated, Raw, Expression). When I am processing a text with white spaces it is show the text without extra spaces. When I check the same in Raw I can see that extra space. I want to get exact text which I am getting instead of formatted one. Raw output :
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
Hi Champ, I need to upload a file from my local system and process the same in Appian. For the time being I am hardcoding my local system folder dierctory where I am picking my file ; but in real time that will by dynamic for instance user download file directory. Is there any way which is check the user download file location and pull it from there instead of hardcoding it. For giving more context. suppose when I am saving a file in PDF, it ask me for the download location which by dafault select it from the user download location. I want to get that location in RPA task from the user download loaction which is saved in their environment variable or somewhere else. Regards, Shyam
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
Hi, I'm using v22.4 of Cucumber for Appian and am trying to make sense of the following entry in the CheatSheet.feature file: # Used as relative datetime for date/time fields: Given I set start datetime Is there a way to dynamically set the date and then use as input in dd/mm/yyyy string format? I'm struggling to find any good documentation on this. Thanks, Paul
I've raised these issues to Appian in a support email, and no response was returned, and I have not seen any improvement in the problem in the year since. I've spotted two major issues with the Appian automation framework, which are just lousy coding and must be resolved. Problem 1: The Tear Down Method Currently Appian introduces the teardown method as a step in your feature file. This is a problem for two reasons. 1. Ending the test execution early will never reach the teardown method. 2. A test that fails before it reaches the teardown method will not be adequately torn down. Impact: When you do not tear down the Chrome or Ghecko driver, you have two major issues, one minor annoyance and the other more significant. First, the browser will not close. If you run the test ten times, you will have ten browsers open. This alone may not be a big deal since you can close them, but the bigger problem is that the Chrome driver instance will still be alive in your processe
Hi, Appian licensing model state that Appian RPA cost is included in base price, but in all the documentation it states that 'This content applies solely to Appian RPA, which must be purchased separately from the Appian base platform.' What does this mean? Regards, Neha
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.