-
Recently active
When i expend upper section then in manage filter component automatic shows scrollbar, how to resolve this
Hi the date of the format is "03/05/2024" how is find whether the given date is greather than 24hrs or not
Hello Everyone, I have a scenario where I have to export excel with more than 50 columns dynamically without using export sql to excel plug-in. Thanks in Advance.
Hi Team, How can we pull the unique user login history for last 6 months and 1 year? Eg: 3 users - user1, user2, and user3 user1 - logged on 1st jan, 4th jan, 6th feb user2 - logged on 6th feb user3 - no login history So, for last 6 months we have to get the list as user1 and user2 are active.
HI Team, We are Using AI Skill Extract Data from Documents (IDP). At starting we trained a model with Driving License with around 25 Documents and its recall is 96% and it took around 7-8 minutes to extract the Data then trained with 50 and its recall is 90% and its taking 5-6 minutes lastly i tried with 75 documents recall is 83% taking 5-6 minutes to Extract data. i have requirement to extract data with in less than 30 seconds or max of 45 seconds. How should i achieve this extraction of data from documents with in seconds
Hi All,In our DEV and UAT environment, we are getting below mentioned error repeatedly, which was observed in tomcat-stdOut.log : ERROR com.appiancorp.ps.function.ExecuteStoredProcedureFunction - Error executing: com.microsoft.sqlserver.jdbc.SQLServerException: The conversion from UNKNOWN to UNKNOWN is unsupported.Also attaching the detailed logs for reference, please let us know what would be the issue? [View:/cfs-file/__key/communityserver-discussions-components-files/11/UNKNOWN-to-UNKNOWN-is-unsupported.txt:320:240]Regards,Sandeep
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.
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.