-
Recently active
Hello, There is a function that I want to use from the "Contnet tools"(link: https://community.appian.com/b/appmarket/posts/content-tools# ), But, cannot Download it. Getting error message like below. What might be the problem?
Hello Community, I'm looking around to see if it is possible to have my own login system, this is because I'm creating an application that is supposed to show reports with confidential information from the company. Now, I know sites are supposed to be public, but I want to somehow show the information to only authorized users through a login system that I create to let users see the information only if they are authorized, but I have not found any information and it seems like it is not possible. Has someone been able to create their own login system somehow? If not, do you know if it is possible to create private applications where I can get that achieved? Thanks in advanced for your time and support. Any insight will be appreciated.
Hi , I have a list of 5 text values returned by a rule like names as { "abc","def","ghi","jkl","mno" } , I want to compare a name as "def" in this list without using any loop. is there any function in Appian which can perform comparison without using any loop?
So, I have an interface that depending on the values it could have 2, 3 or more outputs, but it´s not fixed, could be 50. How can I create just as needed rule input to save info for the process? Example I bought 3 objects, then i have to put the info for all the 3 objects and write them in a datastore
I would like to extract process variables info from an existing process instance with out using using a a!startprocess() function.. Is there any solution for this usecase. input: processid output: list of key value pairs of process variables.
Hi All, I am getting this error, "Interface Definition: Expression evaluation error at function a!dateField: Cannot compare incompatible operands of type CS_Vehicle and type Date with Timezone." here is my code, a!dateField( label: "Date of Manufacturing :", required: true(), value: local!manDate, saveInto: {local!manDate,a!save(ri!Vehicle.ManufacturingDate,save!value)}, helpTooltip: "It will be present on the Registartion details", validations: if( local!manDate >= today(), "Manufacuted date should not be Today or Future", {} ) ) Thanks In Advance.
Hi Experts, I have a user requirement for which I need to create a Nested Grid. Structure is as given below { { Index:1, { id: 1, text: "abc", fee:123}, { id: 2, text: "def", fee:1123}, }, { Index:2, { id: 1, text: "xyz", fee:123} { id: 2, text: "xxx", fee:112}, { id: 3, text: "yyy", fee:133} } } For this I have created CDT 1 have fields as below: where field "grid" is of type cdt 2 which have structure as below Now I have to deign the grid in such a way that I can add multiple editable grid and store the data entered in grid respectively. I'm trying to use below code snippet but not able to store the values entered in the grid. a!localVariables( local!counter: 0, local!grid: ri!multiFeeGrid.grid, { a!columnsLayout( columns: { a!columnLayout( contents: { a!linkField( label: "", links: a!dynamicLink( label: "Add Amendments", saveInto: {
Hi, I have a requirement to save the value in the columns format into the field locationName(ri!location.locationName).Example: lat:56.98786, longitude:8.09933,In the given below format i used the anytype i got the as i required but when i am unable to do with the CDT , Can u please suggest me any way or is it possible to do in that format
I would like to use a decision table to determine a particular display configured as an expression. If an object is of type A and Status B, then display rule!AB. The configured expression would not take in any inputs and is only for display purposes.
I get the following error expression evaluation error at function 'split' [line 2]: A null parameter has been passed as parameter 1. local!docOCR: split( index( rule!DMX_ScanImagenes(idDocumento: ri!idDocumento).result.responses.textAnnotations.description, 1 ), char(10) ), how to solve it?
Can we trigger a process model every minute? When i was trying to set in start node trigger, time occurrence at an interval of every 1minute it is showing me an error
Hi All, We have requirement to store large file like 30mb - 60mb file for long time period. Which tool would be good in this case. Thanks in advance.
Hello everyone, All of my interfaces start to suffer after ~1,000 - 1,500 lines of code or more. By 'suffer' I mean... It becomes extremely unbearable to design an interface in either 'design mode' or 'expression mode.' When I click on a component, or try to go from 'design' to 'expression' modes, saving, checking performance - basically every imaginable action I try to perform is delayed by 10+ seconds. I don't think this is a client side issue. I have 2 other teammates on my team facing similar issues and we all have good internet, using Chrome, etc. When clicking and waiting 10-15seconds for the 'performance' screen to load, it does show that the interface is decent performing, but when designing it... it is abysmal. Here is copy/paste of all the components on my interface: FunctionSortable column, activate to sort ascending CountSortable column, activate to sort ascending Total Time (ms)Sortable column, sorted descend
Hi All, I have to create a local date and set the time as 12:00 Am, For eg, if I am in the CST timezone and today date is 10/11/2021 then the date time should be 10/11/2021 12:00 AM CDT
Hi,We have a situation where we need to proceed to the next node when a smart node fails. Now, we have to manually start the next node and this is not a efficient way since the process will run for several hours. I tried using the timer in the exception flow but this doesn't seem to work. Any ideas on how this can be achieved to prevent manual intervention? Smart Service used is "Move To Filesystem" under FileSystem Services. In the exception flow, I have used Timer set to 1 minute(exception tab) so it would take exception flow if the node stays for more than a minute. Any help is appreciated. Thanks, Meena
Hi all, I have a process that I want to run, for the amounts of data/records on an array, BUT, I want to control the number of instances it runs each time. For example, I have 20k records but I want the process to execute 30 each time.
Hello, I'm working on a process model and I'm seeking advise on a way to save (extract) a document that was stored in a SQL table and store it into Appian Knowledge Center Document repository. The file is stored as binary in the SQL table, I have already created a queryEntity to return the records from the database, the next step is saving that data field into Appian Knowledge Center as a standard file/document. Thanks in advance.
Hi, I have the following code where i want to display the message "Hello World" only once in a loop . what condition i should write? a!localVariables( a!forEach( items: {1,2,3,4}, expression: { concat("Hello "," World") } ))
Hello, I'm trying to deploy to one environment to other environment and having problem with dataStores. It says, "The recordType [id=## uuid=##] was not imported because a required precedent is missing: dataStore cannot be found". Do I always have to create dataStore manually after the deployment? Also having uuid problems, since the deployed environment has different uuid. Please give advice to smoothly deploy an application from one environment to other and have it work right away. Thank you.
Suggestion: I'd like to suggest you update this tab values to an expression, so we can set constant values instead of literal values All of the other tabs already have their values as expressions. Reason: I'm having a 'corno job' changing more than 300 processes by hand. If I could change this to a constant, it would be easily changed by the next unfortunate one that needs to update this by just changing one constant.
Is there a way to store tp variables before a task is completed? I am making task reminder emailer subprocess with customized emails and reminder delays based on tp!name of active processes. I have a requirement to avoid using queryprocessanalytics due to appian telling us it is costly for a daily reminder emails. Instead I am trying to keep track of the list in process. Example: I have 12 tasks going in parallel and need to keep a list of tp!ids and tp!names for active tasks. Then pop them off the list when done.
Is this the correct format to raise a change request for the documentation? In earlier versions, it was possible to see a complete list of all icons available for a!richTextIcon on a single page, this made finding the appropriate icon visually quite easy. (See: https://docs.appian.com/suite/help/20.4/Styled_Icon_Component.html) The newer style of documentation has taken the approach of nesting pages of icons making it impossible to find what you're looking for visually. It's easy to use if you know the name of the icon you're looking for but for those of us who haven't memorized the naming scheme it becomes extremely tedious. Who is going to click scroll through 22 pages of icons? The same documentaiton is referenced by the a!stampField() page. While the preview window in the interface editor does show the icons, it is small, doesn't display many icons at once and is tedious to use when the icons are nested in loops. I
Hi everyone.Do you know which is the minimum score for passing the Associate Developer Practice Test? I had scorse 65,5% but I hadn't pass it..
Hello I have a question regarding the grid component. I want to use both the main header and the sub header in the header part of the grid.Is there any way to make it possible? I tried both the read-only grid and the Editable grid, which are grids supported by Appian.There seems to be no way to use the sub header for the read-only grid. Editable grid says "Every row layout must have the same number of components and it must match the number of header cells".For such reason, it seems impossible to use the sub header. I tried to make it possible by using Card layout, but when changing to mobile modes the alignment got out of order and seem to have bad effect on performance. In general, isn't the sub-header function included as a basic function in grid? I'm sure there must be away but can't find how to use sub-header features. And if there is no way for now, I would like to know if there are any plans to add these features in future Appian.
Hi, Could you tell me if it is possible to launch a modal user task from a process ? I need to display a simple interface B (with only readonly data) above another interface A, but I need the later interface to be not refreshed, so I would need a modal dialog. It seems we can do such a thing with RecordType options (choose the modal dialog appearance), but I need to do it with a simple process (without any RecordType). Is there any parameter for this ? Regards
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.