-
Recently active
Appian doesn't allow me to add required permission levels to the groups instead it directly assigns the administrator level access to the groups. Why? Is there any way or process to do that.
Hi Champs, I need to fetch only unique value from a dictionary with the latest data. Below is the sample of the output Here you can see color highlighted ones are same value of training name. So instead of 5 dictionary I want only 3 with unique training name . For unique data I want to fetch the latest of duplicate data.
I was doing some User Filters for some not synced Record Types that sources from web requests And noticed that when there are two possible labels with the same text inside a a!recordFilterChoices it raises an error saying that the labels are duplicated even when its selection values are different. But, this behavior is not present on a!multipleDropdownField, it works just fine as shown below: Is it possible to replicate this behavior to a!recordFilterChoices as the label is something that the user can freely change and that change can lead to a more fragile and prone to error system ? Thanks in advance, Best regards [emoticon:c4563cd7d5574777a71c318021cbbcc8]
I want to show only the time left out of the total time allocated by me. Anyone can help me out on this?
Fitnesse supported Appian 23.1 version to select a value from drop-down but the upgraded version 24.1 is not supporting Fitnesse to pick a value from drop-down. Can anyone help how to resolve this issue? Syntax not working: populate field FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX] with VALUE(S) populate dropdown FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX] search box withVALUE
Hi Team, Sometimes, the data was not available on UI and it is available on DB. What could be the scenarios, would this be a performance issue?
i am trying to use embedded interface to apply custom style to my page. pls see the sample code below. <head><script src="">appian.example.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script></head><body><appian-action processModelUuid=""></appian-action><appian-report reportUrlStub=""</appian-report><h1>Appian component</h1></body> i am getting blank page. Note: I have given process model uuid and reporturl and replaced my appian server domain name in script src. how to resolve this issue? is there any samples available?
Hi,I've already used the updatedictionary and update functions with CDT, but how it works with RecordType? Could you show me the correct syntax please ?/* works fine with CDT */ local!dataVehicles: a!queryEntity(...), local!vehicles: a!forEach( items: local!dataVehicles, expression: a!update( data: fv!item, index: { "id", "model" }, value: { 1, fv!item.model } ) ) /* does not work */ local!dataVeh: a!queryRecordType( recordType: 'recordType!Vehicles', fields: { 'Vehicles.fields.id', 'Vehicles.fields.model' }, pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 500) ).data, local!vehicles: a!forEach( items: local!dataVeh, expression: a!update( data: fv!item['recordType!Vehicle'], index: { 'recordType!Vehicle.fields.id', 'recordType!Vehicle.fields.model' }, value: { 1, fv!item.model } ) )
a!save( ri!recordsToDelete_txt, if(ri!activeTasks_int > 0, null, append( ri!recordsToDelete_txt, index(index(ri!recordsToEdit_cdt, fv!index, {}), "KeyTaskStream", null()) ) ) ), In the code above ri!recordsToDelete_txt is a list of text. what I want is when user clicks on a button it checks for value in ri!activeTasks_int if its greater than 0 the value saved at current index of ri!recordsToDelete_txt should not be saved else the value should be saved. whats happening iwth my cureent code is that in one flow it works fine but if I click on record having value of ri!activeTasks_int >0 in the 2nd flow it makes the entire rule input at all indexes as null. i want to store value if condition doesnot meets. thanks
It is very difficult to figure out what should be the inputs of the mentioned fields on this page.Can someone please explain what input should be given in each of these fields and especially on the "Connection String"?P.S: Don't give links to documentations.Your help will be highly appreciated.Thanks
Is there a way to force startprocesslink to open in a new tab? To my knowledge, if you control+click it opens in a new tab, but left click by itself opens in the same tab. If not, what are all the ways Appian can be configured to open a new tab? The ones I know about are: startProcessLink recordActionField processTaskLink My scenario is that a user is on an interface in a process model, and there are a set of cards configured with submitlink. When the user clicks the card, a subprocess is initiated depending on the link selected, which contains another interface. The user would like clicking on the card to always open a new tab. startProcessLink seems like the best option (initiate the sub process), but to my knowledge opening in a new tab requires control + click. I could also use recordActionField by setting up a dummy record and actions connected to each sub process, but this seems like an odd use of a record. Any suggestions would be greatly appreciated.
Hi All, I have a query that "Do we have any limit on number of rows to display in an editable grid?". I have a requirement where I am fetching the data from DB and showing in editable grid for user to edit and update but after few months it might be possible that the number reaches to 10k. So just wanted to know if we have the limit of rows in editable grid.
Howdy all, Haven't seen this question yet, but is it possible to change the look of the File Upload component's Placeholder, to add more visibility. To Either Reflect This or - Option 1: Option 2: This is the code snippet: a!fileUploadField( label: "Attachments", labelPosition: "ABOVE", target: cons!FileLocation, value: local!attachment, placeholder: "", saveInto: { ri!Attachment.ID, local!attachment }, validations: {}, buttonStyle: "STANDARD"
Hi All, I have a process model which calls AI skill Document Extraction, I have trained the AI skills to extracts the fields and it extracting properly. The only thing is for 5 fields, its taking more than 4 min in the PM on extracting node alone. Is this is a common behavior or usual time, or is there any possible way to make it faster.
Can someone tell me where I am doing wrong. Just trying to show hardcoded array in grid.
Hello. I am making calls with an integration to an external system and I am unable to use Appian's built-in JSON formatter to do so. As far as I have read on the documentation, I am also unable to do the type of string manipulation necessary to dynamically construct the JSON from scratch so that it is compatible. I am only able to statically send text as JSON for it to work. Here are the bodies and results for a success and failure: Body (Content Type: JSON): "[ { ""startPublicationDate"": ""2021-09-05"", ""endPublicationDate"": ""2021-09-05"" } ]" Result: Body (Content Type: JSON): concat( "[ ", a!toJson( value: a!map( startPublicationDate: concat( text(ri!startPublicationDate, "yyyy"), "-", text(ri!startPublicationDate, "mm"), "-", text(ri!startPublicationDate, "dd") ), endPublicationdate: concat( text(ri!endPublicationDate, "yyyy"), "-", text(ri!endPublicationDate, "mm"), "-", text(ri!endPublicationDate, "dd") ) ) ), " ]" ) Result: Again, the def
My health check report indicates that I have the following problem to solve:"276 process models have an alert setting that does not follow best practices. All models should have explicit custom settings to alert the appropriate business support group and should not explicitly reference users." I have 459, and as far as i know most of them are configurated this way: And also this warning in all the proceses configurated this way: 1. Is this the problem? Should I set all of them with custom settings > Send to group?2. Maybe I only have part o them like this, and the other 276 processes are configurated to Send alert to an specific User and I only have to change those ones?3.Or Maybe is there any other place where I can set alarms, for example in specific nodes? Since the picture is General Properties of the Whole Process Model. Thank you so much!
Hi, We are using version 22.2.425.0. We had to restart Appian, so stoped it and tried to restart it following the Appian Documentation (https://docs.appian.com/suite/help/22.1/Linux_Installation_Guide.html#part-3-startup-and-setup). The problem occured when trying to start the Search Server START search server BEGIN + [[ '' == \-\f ]] + [[ '' == \-\-\f\o\r\e\g\r\o\u\n\d ]] + SS_TMP=/app/appian/search-server/tmp + mkdir -p /app/appian/search-server/tmp + ES_PATH_CONF=/app/appian/search-server/conf + ES_JAVA_OPTS='-Xloggc:/tmp/gc.log -XX:NumberOfGCLogFiles=1 -XX:GCLogFileSize=1m -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Djna.tmpdir=/app/appian/search-server/tmp' + ES_TMPDIR=/app/appian/search-server/tmp + /app/appian/search-server/elasticsearch/bin/elasticsearch -Eaction.auto_create_index=false -Ecluster.initial_master_nodes=localhost -Ecluster.name=appian-search-cluster -Ecluster.routing.allocation.disk.watermark.flood_stage=500mb -Ecluster.routing.allocation.disk
Is it possible to freeze the heading row in a record list? I have two similar fields that users get confused as to which is which without the heading.
Hello everyone!I have to do a web service for the first time.This web service will receive a response with a token that I must use in the next call to obtain the information I want.Could someone guide me to do this? Do I need two web services; one to receive the touch and another once I already have the token to receive the response?
Hi Team, I have a record type for orders and it is pointing to orders table from maria DB. The data in the record type is not matching with the data in the DB, what could be the scenarios?
Hi All, For Generating this excel sheet I have used one template that has logo as image in one cell. But the generated one removed the logo image. I am using Export DSE to Excel and using Update document where I have given the template document. The required update to the template will be given custom cell positions and the respective values. But the formats and background color are getting removed Plus the image of logo is also removed. The cells in 2 nd and 4 th column gets data from SS and the bg color gets removed while generating this. Please suggest any plugin or solution for this. Regards, Kavya
Hi All , Need to send the data from appian to external system and set flag to yes for all the rows which has been sent successfully in Appian table to ignore these rows for next set of data to send. What is the best way to do this.
Hi, Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there is a quick way to reload the site which can set the pages to default values.
I created a grid with recordtype, I have 10 fields in my recordType but on grid am showing only five fields, when i click export to excel button it exports on five fields data, but i want all of the field should be exported.
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.