-
Recently active
Hi , I have a grid which fetches values through API call on clicking a button. I'm able to fetch the values when I click on that button in interface but not in Site. This interface is being called as an action in Process model and I have configured all the rule inputs in the Process model. Here in interface when I click on the Search Multi Agreement Activities I'm able to get values in below grid. . And in Site when I click on the button, its just showing the empty grid Can someone help me what could be the issue or what I missed here.
There is a web api that runs a process model when data is passed in. Upon executing the process model, I receive a failure in the process model due to memory (attached below) which stops the process model. However the web api returns the success payload (error 200) rather than the error payload (error 500). Why doesn't the API return the on failure payload, and how do I configure it to return the failure payload if this memory issue arises again?
Required field validation is working fine in the interface and portal. But in Site the same interface is not showing "A value is required"..
a!textField( label: "Title:", labelPosition: "JUSTIFIED", value: local!data.requestTitle, saveInto: {a!save(local!data.requestTitle, save!value) }, validations:( if(a!isNullOrEmpty(local!data.requestTitle), "Title is Required ", {}, )), refreshAfter: "KEYPRESS", characterLimit: 100, required: true, ), buttons: a!buttonLayout( primaryButtons: { a!buttonWidget_23r3( label: "Submit", style: "PRIMARY", submit: true, saveInto:
The error shown in screenshot #1 is a default, built-in Appian error. That's fine. The question I have is with regards to its behavior. When I upload an empty .txt file I get this error. However I feel like it should go away when I upload another file. In screenshot #2, I uploaded an incorrect file (per my use case, user can only upload .txt or .csv files). The top error in the second screenshot is the validation error I wrote. This is not desired behavior to have both those errors there. Even if I had uploaded a correct file, the default empty file error would still display until I click a button where submit = true. And on another note, if a user tries to upload an empty .txt file again, the error message duplicates itself, as shown in screenshot #3, which I don't feel like is ever correct behavior. I know this is a built-in validation error in Appian, and I don't think there is a way for me to change its behavior, but figured I would ask. Thanks!
Hi Team, We have Requirement of integrating DocuSign and I came to know that Appian have Connected Servicing solution includes electronic signature capture powered by a DocuSign integration from the below Documentation https://docs.appian.com/suite/help/24.1/cs-23.3.2.6/managing-integrations.html#integrating-with-docusign but can anyone help me in understanding how should i get to the access the System Administration Center as mentioned in the Documentation?
When i am trying to access when particular dashboardpage in interface for displaying active tasks i am getting the UI error saying like below and i could see group ids was not taking correctly and other thing is through Admin access the page was accesible but specific to group access it was throwing error Expression evaluation error [evaluation ID = 36716:124d6] in rule 'ctest_test_pendingtaskgrid' (called by rules 'cmtest_fies_testdashboard' > 'cmyd_ets_dashboard_requests') at function 'getdistinctusers' [line 114]: [InvalidGroupException] the code available at 114 line was this a!sideBySideItem( showWhen:not(rule!APN_isBlank(ri!acceptedByGroup)), item: a!dropdownField_20r2( label:"Accepted By ", labelPosition: "ADJACENT", choiceLabels:apply(rule!Cfsdsd_getFullnameByUser_LastFirst,getdistinctusers(topeople(ri!acceptedByGroup))), placeholderLabel:"--- Show All ---", choiceValues:getdistinctusers(topeople(ri!accepte
Hi Team, I have requirement to send PDF for print. Ask is to send a document to printer with a button click and not after downloading document. I see a print in document viewer but we want to do it online. Say user selects a document and then click on print button, Appian should be able to initiate print by calling the printer via API. Has anyone done that or better suggestion?
Hi, I am working on a task where the main function is importing excel data to the database. I need to create an interface where I upload the excel file and the file gets saved somewhere in the directory, I did this by simply adding a file upload section which contains this code:a!sectionLayout( label: "Upload Employee File", contents: { a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", value: ri!document, saveInto: ri!document, target: cons!HR_EmployeeDataPointer, maxSelections: 1 ) } )Now, I need to create a process model where first I get the data from this uploaded file, query and match the data in the database and check if the employee exists and if it doesn't I need to update the database or leave it as it is if it exists. After these I need to show all the data in a grid in another interface.Besides the first interface I also created the expression rule to read through the excel file even though it's s
Hi all, I have a scenario where I have to send a multiple links in a Google chat in a single message Message format should be like this RequestNo ।। CreatedDate ।। Links 1। Date। Click here And so on How to achieve this Thanks in Advance
i'll get list of data from one query, to that query data i have to map few fields value ex query1 gives : id :54, abc, class: B, owner :xyz from second query from another table will get id:54, owner :abc this second query owner data needs to update/show in query1 how can i achieve this
Hello Appian Community idk but i am not able to access my process model today , is there some issue going on regarding the Appian Community Environment ?
Right now When I am trying to reassign the task , it is showing option to assign multiple users in a group , is there a way we can restrict the group owner to assign the task to only one team member if so please let me know ?
Hi Experts I want to fetch UUID of document, Is there any function or way to extract UUID of document. Please provide solution, if any Thanks in advance
Hi All, I have numbers between 1-100 and I want to display the 5 multiples and 5 included numbers. Sample output: 5,10,15,20,25,30.................. 50,51,52,53,54,55,56,57,58,59,60,65,70...............95,100.
Is there a way in Appian to read the file upload setting from IOS app for the logged in user?
I am trying to insert data in dictionary in if condition and it shows reaction tree in output. I am new to appian please help me with this.
I have an array of maps that I iterate over and generate cards with links like so:local!selectedCard, local!example: {a!map( icon: "first-aid", name: "name1", link: a!dynamicLink(saveInto: a!save(local!selectedCard, 1)) ), a!map( icon: "home", name: "name2", link: a!startProcessLink( processModel: some process, processParameters: { /* some params */ } ) ), /* some more options */ }, { a!columnsLayout( columns: { a!columnLayout(), a!forEach( items: local!options, expression: a!columnLayout( contents: { a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { char(10), c
Hello, I know there are older posts for this but since links are not working am posting again.I am looking for information regarding the APPIAN update since version 17.Is there a way to access old information (pdfs, or working links). If anyone kept records for that I would appreciate it if he/she could share it. The company I work hadn't update it and now that it needs update no information is found. They spoke with the APPIAN support for over a month and no result [emoticon:ca08b2c27c2f40e993e89508acf29e0b] Thanks in advance.
Hello , Is there a possibility to select a specific Cell in a grid and not the whole line ?
Hi Experts, I'm extracting some data by doing some comparisons via process model and when whole data is extracted(just before the process going to end node), I finally dump the data in excel using Export CDT to excel. But the problem is, in this process a variable of type CDT contains whole data for long (till dumping it to excel) which increase its chances of failure if a large amount of data will extract. I want ---> If in total there are 6000 rows which need to be extract, So I want to extract first 1000 rows and dump them in excel and repeat this process for all the 6000 rows which extract in 6 times. Main problem ---> I want all the data in same excel, same sheet, next 1000 rows append after the first 1000 rows Don't want different excel , different sheet. Suggest some possible solutions thoroughly Thanks in advance
Hello Appian Community so from last 2-3 days I don't know why I am not able to access my cloud database , whenever I am trying to open it so new tab is opened but there is blank page I don't know what's wrong so someone can help me out regarding this. ?
We have a process model that inserts records into a table and then we call a stored procedure that will execute and perform an update action on the newly inserted records while running it the process model is executing successfully and records are getting inserted but it seems the execute stored procedure node is not executing. also, the node is not giving any errors, yet it is taking some time to process but the update is not done. Can anyone help on what might be the probable reason? Is it going out of scope? Screenshot of the PM where the node has been added:
"I am working with dependent tables, and it's already functioning in the interface. However, when starting debugging in the process model, it throws the following error: I believe this might be due to the variable in the 'Group' field, which comes from the interface as an integer variable but is presented as text in the user form. Could you guide me on how to handle the configuration of the node or the properties of the Process Model M to fix this error?" This is what I have in my node configuration These are the variables on my Process Model´s properties and this is my rule inputs on the interface Appreciate your comments. Regards,
Hi, I am trying to show data on piechart, the field make has different data. I want to segregate the data into let's Ford and non Ford. How can I do that?{ a!pieChartField( data: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle', config: a!pieChartConfig( primaryGrouping: a!grouping( field: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle.fields.{7aa3dcda-863a-4271-9034-85821a2bd453}make', alias: "vehicleMake_primaryGrouping" ), measures: { a!measure( function: "COUNT", field: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle.fields.{595da20e-a849-4c36-a57e-d569453c622f}vehicleID', alias: "vehicleId_count_measure1" ) }, sort: { a!sortInfo( field: "vehicleId_count_measure1", ascending: false ) }, dataLimit: 100 ), label: "Vehicles by Make", labelPosition: "ABOVE", showDataLabels
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.