-
Recently active
Hello, I want to insert a list of a CDT to the database. In an Interface, I create that list, and after, I want to insert multiple rows to the database (one for each item of list).How can I accomplish that?That interface is connected with a Process Model.With a forEach in the Interface, I can only insert 1 value, I think.It is possible to do a cycle to iterate the list in the Process Model?Thanks, David
Hi Everyone, In Process model write to multiple data store Entity is breaking with this format error :---> error converting typed value TypedValue... to XML in order to convert it to java type " while saving .Please can anyone help me out in this and suggest .
Hi, I have the following table as sno product -------- ----------- 1 product1 2 product2 3 product3 4 product4 I want to interchange the first two rows product sno as 2 for product1 and 1 for product2 and store the updated values in cdt again How can i do that?
So we want to invest in creating a print button that just calls javascript window.print(). Putting this in a customer interface component won't work, right? The interface component cannot access outside it's context. What are other options? Deploying a servlet with print that takes in the url for the form? But then the form url has to be known each time and won't work for printing tasks, right?
I have a reference CDT for organization details. Here my requirements are when I select an organization name the tax id and address should be prepopulated. Is there any way to get this requirement done!
Hello Guys, I am having a code which will generate a rating icon based on the input integer. So far its working fine, When I try to make the input as a array by click on the checkbox and gave 2 more input rating there shows an error. The first picture is the error one and the second one is the rating output when it is given a single input value, Thanks in Advance.
Hi!So, I have an interface that displays multiple items with some data about them, can i do something so that when i click it (for instance de name or picture of the item) it goes to another interface with more detailed information? Thank you
My use case is as follows: I have a CDT of dates and number of days. I have the first date, but the others are not populated yet. My goal is to populate each subsequent date with the previous indexes date + the number of days of the current iteration. For example I start with the following: {9/27/2021, 0}, {null,3}, {null,5} I want the output to be as follows: {9/27/2021, 0}, {9/30/2021,3}, {10/5/2021,5} Each iteration will reference the previous iteration's date to generate its own date. I appreciate your time and help!
Hello community, I wonder if this a bug or I am doing something wrong.we use Appian 20.4. If I try to get the data of a map using index or property it always returns default value when present.This behavior only occurs in the process model and not in a expression object.e.g.pv!testMap: a!map(errormessage: "something went wrong"), then this code property(pv!testMap, "errormessage", "default") or the same using Index function.Will return "default". dot notation works: pv!testMap.errormessage wil return: "something went wrong".property or index without a default works: property(pv!testMap, "errormessage") wil return: something went wrong". Maybe I overlook something, got it working by the way by casting the map to a map but that makes no sense off course. Kind Regards, Erik
Need to restrict the document type while uploading a file in Portal forms. Please help how to do this in portal forms? I am aware of the SAIL form file restrictions. Please help with portal forms how to achieve this.
HI Im getting this error one the process model of Export Data Store Entity to CSV An error occurred while attempting to setup the export for ADDRESSUPDATE. Please contact your system administrator for additional details. (APNX-1-4505-054) Any ideas? Thanks Neil
Could someone please share any Appian Artificial Intelligence (AI) use cases within the the U.S. Government space?
Hi All, I am facing one issue in dropdown field. I have 4 interface and dependency is mentioned below: 1 is calling 2 and 3 inside 2 i have a ruleinput called ClickedTileNo Inside 3 is calling 4 inside 4 i have Filter and Grid (I am passing this ClickedTileNo inside this interface) Now in 4th Interface i am using dropdown as filter { a!localvariables( local!id: null, local!name:null, local!data: rule!getdata(id:local!id, name:local!name, approver: if(contains({1,2,3},ri!ClickedTileNo),1,0)), local!filter: rule!getdata(id:local!id, name:local!name, approver: if(contains({1,2,3},ri!ClickedTileNo),1,0)).data, local!filterId:{Union(local!filter.idt,local!filter.id)}, { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "ID", labelPosition: "ADJACENT", placeholderLabel: "--- Select ID---", choiceLabels: local!filterID, choiceValues: local!filterID, value: local!Id, saveInto: local!id ) }, width: "MEDIUM" ), ) /*****
Hello, I am trying to create a connected system in Appian to connect a BluePrism, I am getting error trying to test the connection. Here are some additional details: i have created a bot in blueprism in my pc for demo, I have exposed a BluePrism process that I can access locally by going to localhost:8181/.../. In Appian I have tried entering the Host URL in the following format: DESKTOP-NQK6NPJ:8181/.../ DESKTOP-NQK6NPJ:8181/.../ But I am not having any luck testing the connection. Any help would be much appreciated.
we have an interface where we are call an integration (passing data provided by the user in that interface) on submit button. If integration got failed, then we need to display a validation message on one of the text field in the interface. else if it got succeeded then form has to submit.
Hi, I am L2 certified and as per the new certification pattern , can i take the lead developer exam directly. But I have a query , my appian profile badge is showing A Score level 1. Please confirm Thanks
Good morning, We have the need to set up an integration to call us and return a response from a file. We are creating a WebApi that receives an XML and raises a processModel, does the validations and returns the response. The problem is when we have to make that it does not exceed 20 seconds. We are putting a control timer, but this timer makes that when calling the WebApi it finishes without waiting the 20 seconds. Thank you Alex
Hi All, What is the best way to point out missing features of Appian? I am just wondering if there is any feedback mechanism aside to the community and support cases specifically for this purpose. I do already experience good support from Appian in general, but I am wondering if there is any place where I can view (and vote) new requested features / Appian roadmap? For example I am missing: Adding a dynamic link in an empty grid message Disable future dates in the date input field, https://community.appian.com/discussions/f/rules/18008/calendar-blockout-disable-hide-of-future-dates/70841#70841 I understand there are other priorities, but it would be nice to have an official avenue for submitting ideas. See also this related thread https://community.appian.com/discussions/f/user-interface/12151/product-improvement-idea Thanks in advance, Jesper
Good afternoon We have a problem with the delay of a start timer, the timer has to run every X minutes (set to a constant).We have created a rule to delay us so that the process runs at the exact minute.For example, if it's 6:26 p.m. and we run every 15 minutes and publish right now, what we want is to set a 4-minute delay so that the process doesn't start until 6:30 p.m. The problem is that the process is not starting and we do not know what we are doing wrong. The code: load( local!intervalos: ( 60 / ri!duracion ) + 1, local!enumeration: enumerate( local!intervalos ), local!intervalosFinal: a!forEach( local!enumeration, fv!item * ri!duracion ), local!retardo: reject( fn!isnull, a!forEach( local!intervalosFinal, if( and( minute( local( now() ) ) > fv!item, minute( local( now() ) ) < local!intervalosFinal[fv!index + 1] ), local!intervalosFinal[fv!index + 1] - minute( local( now() ) ), null ) ) ), if( or( isnull( local!retardo ), local!retardo = "", length( lo
The variables present in the HTML template is not getting replaced (substituted) with the values in "Docx from HTML" node when there are two "Docx from HTML" nodes present in a Process model to generate two different documents.
Hi All, I have a Column Layout in that Card Layout . I just want to show a warning when he clicked on that before further process. Help me out Thanks in advance
Hi team, When I am choosing multiple options at one particular time I am getting this error. Please help me to solve this error. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 42]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!multipleDropdownField [line 199]: Invalid index (5) for list: valid range is 1..4 a!localVariables( local!pets:rule!SHA_refPets(), local!selectedValue:index(ri!pets, "petsIdFk", null()), local!originalArray: a!refreshVariable( value: local!selectedValue, refreshOnReferencedVarChange: false ), local!delete, local!insert, local!update, local!deleteCDT, local!insertCDT, local!updateCDT, local!mappingId:index(local!mappingKey,fv!index,null), { a!multipleDropdownField( label: "Pets" ,
Hi everyone. Could someone help me with changing all the values in a dictionary? Basically, when a user clicks a a!dynamicLink we want all the values in a dictionary to go from TRUE to FALSE. I've tried using a loop with no success. Any suggestions are appreciated.
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.