-
Recently active
Good morning,I would like to find a way to automatically clean up the execution list in the RPA environment; do you have any suggestions? I would like to delete not only completed executions, but also those with status failure. Thank you,Nicola
hi, i created interface using milestone. In interface it executes all steps but in process model when i click next/submit buttton flow got stopped.a!localVariables( local!milestonesteps:rule!M_TSA_MilestoneSteps( Delivered:ri!OrderTracking['recordType!{6600bb25-98dd-46fe-8391-fbabecac3729}M_TSA Records.fields.{549e9802-7500-4ad2-ab51-144c175dd513}DeliveryStatus'] ), local!Activestep:1, a!formLayout( label: "Order Status", contents: { a!sectionLayout( label: "", contents: { a!milestoneField( label: "", labelPosition: "ABOVE", steps: local!milestonesteps, links: a!startProcessLink(), active: local!Activestep, color: if( isnull(ri!OrderTracking['recordType!{6600bb25-98dd-46fe-8391-fbabecac3729}M_TSA Records.fields.{549e9802-7500-4ad2-ab51-144c175dd513}DeliveryStatus']), {}, if( ri!OrderTracking['recordType!{6600bb25-98dd-46fe-8391-f
As I am new to appian env, I tried to access the workspace for hands-on practice. For the same I request an instance to communityedition@appian.com and I got credentials to logged in this environment. After logged in it is rendering "403 Access Denied" and You don't have permission to view this page.
/resized-image/__size/640x480/__key/communityserver-components-multipleuploadfilemanager/691ed5a4_2D00_253d_2D00_4a6c_2D00_ab4d_2D00_de6eca162f4c-262524-complete/pastedimage1704715806284v1.png local!buttonAction is a local variable that changes value from null to CANCEL after a Cancel button is clicked.When this local!buttonAction value changes, I want my reference number value should get changed (refreshed).But it's not refreshing. Any suggestions ??
Hi, I have link to record related action, however the view of the related action comes up with the record Header on top with Record Title, Summary, and other tabs. I am looking for a way to hide the Record Header in related action view. Any help in this regard is highly appreciated. Thanks!
I need to check a specific field in an array of cdt or map for duplicates, and return an array of cdt or map without duplicates on that field. For example:CDT Array: {type!example( email: "hello@gmail.com", type: 1, date: 01/01/2022 ), type!example( email: "hello11@gmail.com", type: 1, date: 03/02/2023 ), type!example( email: "hello@gmail.com", type: 2, date: 01/02/2023 ) } In the above case, I want to return an array with unique email fields. Since the first and third item in the array have the same email address "hello@gmail.com", I only want to return the first one.
In my HTML template, I tried adding <img src="cid:image.png" ALT="Screenshot"/>. But its not displaying logo in the body, its displaying as empty image. Can someone clarify what does cid mean? also please let em know the way to achieve this.
We have one CDT in a Applicaiton which is developed by some other team (i think created using tables not sure ) we made 2 fields to multiple by downloading the XSD and uploaded it . These changes worked fine up-to Preprod but after production deployment on production these fields are showing blank value in the QE. I know creating the CDT by using table creates issue but dev, test and preprod we didnt get any error . any pointer will be helpful as we have to resolve it ASAP
I have to send email addresses as input from Appian to external system and the external system validates those email address and send back the ids of those email address. How i can implement the design ,what all are needed ,can someone help?
Hi Community Members, Currently a site page has one button (record list action). The record list action linked to process model "A". "A " will open a form and there is a drop down list in the form and some other fields to complete. Now a new required feature is users want a new button (record list action) that linked to the same process model (will open the same start form). But this time in the form, the drop down list has a new item and this new item is auto-selected by the new button, then the user just need to fill the rest fields. To achieve this, I plan to add the new item to the drop down list and add a new button (record list action) linking the same process model, then somehow make the new item auto-selected. However I noticed for the new button (record list action), when linking the same process model, that process model is not listed in the search list. Is it because the process model can only be linked to one record list action? I didn'
Hi, I am building a page where I need to show the list products available in my database in a particular interface. It's like a product inventory. Is there any object to show repetitive dynamic layout which will display a specific section repeatedly for the number of products available in my database.
I create a start process after clicking on submit button , it has integration it takes more than 3 mins and it times out , i increase the integration time to more than 3 mins , It looks to me it is some how getting blank data on the first time but it works well we click multiple time how do we build a process model that pulls a integration data which will take more time , what are the best practices for this use case ,
I have a record-backed read only grid with multiple pages (10 rows per page). In the interface the user selects 1 row in the grid, the grid is hidden and input fields are shown, and when the user hits a button the fields are hidden and the grid is refreshed (to show changes made in fields) and shown to the user again. The problem I am having is the page that the user is on gets reset when the grid is reloaded, so if they selected something on page 10, they would be back on page 1 after the grid refreshes and would need to navigate back to page 10. Is there anyway to keep and/or save and reapply the current page number to the grid so that the user does not have to find their place again? I know there is the "pagingSaveInto" parameter that saves the current paging info of the grid, but I don't see a way to apply that to the grid. I have attached the SAIL code for my gridField component below. Any advice or direction is greatly appreciated! a!gridField( label: "Recommend
Hi, I have two dropdowns on a form. Is it possible to populate the choices for the second dropdown based on the selection from the first? In the first dropdown, I populated its choices from a record type using this example, Dropdown Component - Appian 23.4. Based on the selection from this dropdown, I'd like to query another record type (filtering on this selection) and use the result as choices for the second dropdown. What is the best way to achieve this? Any examples for reference would be much appreciated. Thanks.
I need to validate if the list is line delimited and in a valid email format using regex in paragraph field . If not , throw a validation message.test@test.com test2@test.com test3@test.com
is it possible to used a dropdown pagination in a read-only grid table(recordType)? please see the attached image for the sample output. thank you
Hi Team, I am creating a sail extension or javascript based UI plugin (Chatbot), it worked perfectly without adding any Content Security Policy (no meta tag added) from VS Code, but when I deployed the plugin in my VM (where appian is installed), it is throwing out Content Security Policy errors in the console. Please help. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the stylesheet '<css_source_link>' because
Hi Team, I am looking for a Appian RPA tool. Can anybody guide me . From where shall i able to download it.
Facing issue while verifying the data store entity. Error message says that it is unable to find the table column or the table itself. I tried creating the new table "NZ_Test" to my DB server and CDT of same table with new Data Store "NZ Test DS". Still getting the same error. Note:- The test connections are successful with the data source. Also, we had a version upgrade from 21.4 to 23.2 recently. Is this causing the issue? Attaching the screenshot of CDT and Data Store for reference.
Hi All, We are getting below error in log file but the mentioned process id or process model id are not available in the system. Can anyone please help me out her? "WARN com.appiancorp.process.workpoller.WorkPollerIntervalLogger - Work Item 23 has been executing for 681 minutes and 38 seconds. Process Id: 538395847. Process Model Id: 451. Thread: Appian Work Item - 91897 - WorkID 23 - execution02 - process 538395847 - model 451 : ExpressionGroupRequest. Stack trace: " Thanks in Advance.
Hi All, Does anyone know if in appian is possible to show "..." and it you put the cursor on top you see rest of text? when we have multiple values for one column of one specific record. For example I have a grid with multiple columns and one of them for each records has multiple values , like the user record has a column with "favorite colors" and each user has 3-4 colors. In grid I want to display only first color and .... so the height of row is not so big. thanks in advance
Hi All, i am facing below issue while start process in debugging mode. The process getting stuck at write data store entity node and i could see under process details tab 'Unattended'. can some one please explain what went wrong here? i do not see any error just process getting stuck at there and data not loading into DB.
a!cardLayout( contents: { a!localVariables( local!allWeather: rule!IMS_QR_getWeather(id: null), local!otherWeather, { a!cardChoiceField( label: "Weather Choices", labelPosition: "COLLAPSED", data: 'recordType!{0d9629bd-6e75-4c05-94e2-edfb817cb378}IMS Ref Weather', cardTemplate: a!cardTemplateBarTextStacked( id: fv!data['recordType!{0d9629bd-6e75-4c05-94e2-edfb817cb378}IMS Ref Weather.fields.{5a76435e-3c34-4bfc-9d4a-639d0639076a}id'], primaryText: fv!data['recordType!{0d9629bd-6e75-4c05-94e2-edfb817cb378}IMS Ref Weather.fields.{6264f67e-0086-4b15-a25c-b738d8a2aac1}labelEn'], /* To be replaced by translation set */ icon: fv!data['recordType!{0d9629bd-6e75-4c05-94e2-edfb817cb378}IMS Ref Weather.fields.{513cbb34-3b72-4a09-a21e-adba417682bb}icon'] ), value: ri!mandatoryIncident['recordType!{b1f5fef5-db37-4e8e-826d-7f8c578856be}IMS Mandatory Incident Rep
Hi, I have a code like below where I am getting a list of text strings into a local!leadIDs. When I try to use contains() function to check whether a specified string exists, then I am getting an error like Expression evaluation error at function 'contains' [line 11]: Invalid types, can only act on data of the same type (Any Type, Text) Can someone advise, how to fix this. a!localVariables( local!leadIDs: index( rule!getLeads(key: null()), "id", null()), contains(local!leadIDs, "AB12345")) Expression evaluation error at function 'contains' [line 11]: Invalid types, can only act on data of the same type (Any Type, Text)
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.