-
Recently active
Hi, I am using below code in my interface where I am using pickerFieldCustom. Also, I am sharing my expression rule. The issue which I am facing: After search with a certain text, I am able to get the result into the picker control, but it is disappearing upon the selection. a!localVariables( local!pickedName, { a!pickerFieldCustom( label: "Name", maxSelections: 1, suggestFunction: rule!TestExpression(search: _), selectedLabels: local!pickedName, value: local!pickedName, saveInto: a!save(local!pickedName, union(save!value, save!value)) ) }) ------------------ a!localVariables( local!data: a!queryEntity( entity: cons!Employee, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "name", operator: "includes", value: ri!search ) }, ignoreFiltersWithEmptyValues: true ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: - 1) ), fetchTotalCount: false ).data, a!dataSubset(data: index(loc
The requirement is that Process should start on the Inbound email should receive by the process. And We need to show the Inbound Email uploaded into the task automatically, so i have used the "Create EML File From OOBT Poller" plugin which was giving the expected result but the formatting in the Body content is giving in a single line. Please suggest a way to align the email body content Process Model The output file from the pulgin
Hi, I have a field 'allocatedTo' in the database table with longtext type, which is translates to Extra Long Text type in Appian Record. While trying to edit a relationship with another record having 'username' field as Text type, 'allocatedTo' does not show up in the dropdown. Strangely, it worked fine first time, now shows error in the relationship. What could be the issue ? Thanks.
Hi, I want to understand how refreshAlways parameter set to true behaves. Lets say I have interface A which is having one child interface B which is having 5 radio buttons and for all 5 radio buttons, i have 5 different interfaces called in parent interface A. Whenever I click on one radio button, one corresponding interface will display. I have used refreshAlways parameter for some local variables present inside those 5 interfaces. When I click on those radio buttons, will the local variables present in the 5 interfaces defined under refresh always will refresh or they will refresh when we interact with any component present inside those 5 interfaces?
In UIPath we have reFramework (dispatcher, performer, reporter) and the queue/orchestrator splitting the work between bots. Can somebody please point me to a similar way of doing it in the Appian Academy? Thank you so much.
Hello, good morning. When I try to execute my Execute Robotic Task node, I'm getting the following error: "Creation of the Quartz job for robotic_task_remote_smart_service_EXECUTE.311_0_#be has failed." Does anyone know what might be causing this? Thanks in advance!
Stupid question: there are "learning paths". After I finish one time all the materials/records/etc on one learning path I would like to start again so that I can do a "learning path" multiple times. Is it possible to reset a "learning path"? Thank you.
Hello All, We're calling an integration within a process model that receives a JSON document (approx. 95 MB in size). Using the Load JSON Document To Database plug-in to dump the data directly into a database table. The Process model completes successfully. However, we're capturing the following error in the logs: "Error parsing JSON Content or audit data" Please share your thoughts on this. Thanks In advance Lokesh
Hi, I just wonder how the winner do this any idea?community.appian.com/.../split-grid
When trying to download a Word document from Appian using the Word to PDF Smart Service,the document is successfully parsed data and document is download from the interface.However the document is opened in MS word it throwing error as attached in the thread. Note: 1. The template uploaded here is in word docx format. There is not security/permission applied on the document. 2. No error is observed on the process model / interfaces. [mention:6befada3df63445abdcce1603d065926:46448885d0e64133bbfbf0cd7b0fd6f7] [mention:dd6011d950fa4085a72d4094ed65570c:23b05a61c3e5445190d9bfa00453bce4]
Can anyone help me with what the error is about. It showed up when i clicked summary view.
Hello, My app has a series of reference data stored in a separate table/RT. We've permitted the user to manage that data as the values (slowly) change over time. Part of that management is to disable selections for future use by making them inactive (isActive = False). Dropdowns are used to access the reference data for creation and editing records. Only the active values are made available in the choiceValues/Labels to prevent use of outdated information. The problem is in dealing with "historical" data. There are active records created the week previous that include a reference value that was made inactive=True this week. Now anytime these types of records get edited, the reference to the retired data causes an error because selected value is not on the current list of choiceValues. I could lift the isActive = true filter on edit vs. create new record, but some of the reference values are years old and not appropriate f
My input will be emailaddress in eachline on the UI"values": [ { "id": "d7971ace-7ca5-ec11-8132-0050569773df", "emailAddress": "testing.test@test.com" }, { "id": "50363345-b494-ec11-8131-0050569773df", "emailAddress": "test2.test@test.com" }]This will be the response of my integration. when the response is 200 then I want to store the entered emailaddresses in new table as seperate rows and the IDs from response should get mapped to those emailaddress in DB .How can I achieve it
My input will be emailaddress in eachline "values": [ { "id": "d7971ace-7ca5-ec11-8132-0050569773df", "emailAddress": "testing.test@test.com" }, { "id": "50363345-b494-ec11-8131-0050569773df", "emailAddress": "test2.test@test.com" }This will be the response of my integration. I want to store the entered emailaddresses in new table as seperate rows and the IDs from response should get mapped to those emailaddress in DB .How can I achieve it
If the integration fails it will show the error in the same UI but the already entered values are missing on the UI .how can I keep those details stay on the 2nd UIT
Hi All, In this processmodel I'm trying to show the integration error on the same UserInputTask (UIT) where we entered details .It below throws.
Are there any performance benchmarks for Appian that can be referred to? I've an internal governance question to answer and they are looking for evidence that appian can perform as expected. Other users can also be usefule.
Hello, I did the certification exam yesterday and struggled on the Software Development Lifecycle (SDLC) Certification Topic and I need to improve this specific field. Where can I find contents and documentation about this specifics topics below? I made some researches in the appian website but didn't find anything related to that. If some of you have any content that could help me I would be grateful. Software Development Lifecycle (SDLC) (10%) - Recognize the roles and responsibilities of development team members- Differentiate between the stages of the SDLC (e.g., analysis, transformation, deployment, testing, maintenance)- Describe the scrum lifecycle of a user story- Explain the various Agile scrum ceremonies (e.g., refinement, standup, retrospective)- Define the use of each Appian environment used within the SDLC
Hi,Mu requirement is to use KPI field and the grid data. I m showing the exact count based on the certain filters in KPI cardlayout. If i click on the KPI card the grid needs to updated based on the filter i used for KPI record data. How to achieve this. Can someone please help
Hi all, I’m working with a dropdown that pulls data from a related record type (RCP Status) and saves the selected ID into a field on another record (RCP Concession Line). I’m getting this error when I bind value and saveInto to the related field: Interface Definition: Expression evaluation error at function a!dropdownField: A dropdown component [label="Status"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was <blank> and choiceValues was 1; 2; 3; 4; 5. I am trying to copy this solution: https://docs.appian.com/suite/help/25.2/Dropdown_Component.html#dropdown-with-choices-from-a-record-type but no success so far. The above is what I am trying to do: a!dropdownField( data: 'recordType!{2c544b58-1128-491a-b5e6-9b4015febc8a}RCP Status', choiceLabels: 'recordType!{2c544b58-1128-491a-b5e6-9b4015febc8a}RCP Status.fields.{daea1685-9eaa-423c-a8f9-1e120d9b4527}value', choiceVa
Hi All, We have requirement to create cases based on the mails received in one or more mailboxes in Appian. Kindly guide us on use case or plugin which will help us to achieve this solution. In addition, we have to classify mails based on the subject line of the mails.
We have two drop-downs within one card. When selecting the field to view the options, when scrolling over the interface, the field does not remain fixed in the interface. Is there any way to modify this behaviour? Attached are some screenshots
Hi all, I'm using the out-of-the-box (OOB) "Download as Excel" functionality on a paging grid in Appian. One of the column values in my grid is a dash (-), which is displayed correctly in the interface. However, when I export the grid using the download button, the dash is exported to Excel as '- (with a leading single quote). It seems Excel is treating it as a text value, but I would like it to appear exactly as -, without the quote. Has anyone else experienced this? Is there a way to prevent the single quote from being added during export? Thanks in advance for any suggestions!
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.