-
Recently active
Hi Team, In Prod particular process getting error and seeing 400+ instances failed in process monitoring with process with errors. I want to create process report and get the error message those instances in the part of the report field and I will segregate the issue based on this. Do we have any function or predefined to get this?? Kindly help on this. Thanks
As asked above, it is fine when I use the field for a record list action (the same exact action, just configured in a record list action instead of a related action), it is fine when I go into my records and use the related action there, but it is not fine when I use the field for the related action in an interface. The error just states: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006) But I know it exists and there are adequet privileges because I can access it through other means, just not through an interface. Maybe this is to be released in a future update but the way Appian currently has the record action field configured suggests that you should be able to use a related action there. Thanks!
Hello Appian Community, I am exploring Appian’s capabilities to implement a Demand Management solution tailored to a Federal agency’s specific requirements. Given Appian's extensive customization options, I am interested in understanding if there is a pre-built Demand Management functionality within the platform, or if such functionality typically requires custom development. Or if such fucntionality is expected in future releases. Background: Our objective is to establish a system that: Centralizes all new business requirements for visibility, tracking, planning, and budgeting across the enterprise. Ensures alignment of IT requirements with business strategies and integration with existing project management frameworks. Includes robust API support for potential future integration with ServiceNow (SNOW), particularly for data synchronization. Question: Does Appian offer out-of-the-box Demand Management capabilities that can support these requirements, or would this ne
Hi Team, I have a requirement where the email needs to be triggered on specific date and time. For ex. User is raising a request initially. While raising the request he can set the remainder date. This date I am storing in DB. Email needs to be triggered for the remainder dates. What is the best practice to do this?Thanks!!
In list of variantsI want to create a list of text strings.(As shown in the attached image) I want to understand clearlyAfter trying it out, I couldn't get the expected results.
Hi Team, When I am filtering the record data, I am Geeting error. Pls find below screen shot.
Hi everyone, I'm having a grid field that shows data from a process model based report by using a!queryProcessAnalytics() query. I set up a manual refresh button that updates a reference local variable's value (local!refreshCounter), so that whenever user clicks the refresh button, the report value will be updated if there is any new active process task. However, the process was not refresh unless I refresh the whole page (F5). I'm I doing it wrong? a!localVariables( local!refreshCounter: 1, local!datasubset: a!refreshVariable(value: a!queryProcessAnalytics( report: , contextProcessModels: , query: a!query( pagingInfo: a!defaultValue(ri!pagingInfo,a!pagingInfo(1,-1)), logicalExpression: a!queryLogicalExpression( operator: "AND", logicalexpressions: { a!queryLogicalExpression( operator: "AND", ignorefilterswithemptyvalues: true, filters: /*Status */
I have an existing Record UWM-Case that had 2 sub-objects UWM-UnderwritingCase and UWM-Policy. A Related Action on on UWM Case for Add Decision looks like this: I can see that hardcoded value show up in the variables in the process model, but the interface is still behaving as if the value is null. I have added it to the Process Model VariablesI cannot figure out what else to try to get the value to the interface. Any suggestions will be greatly appreciated!
Join us on May 9 to learn how to leverage Appian’s private generative AI capabilities using the new prompt builder AI skill. Learn how to craft a prompt, add examples for few-shot learning, and use the associated smart service in a process to solve a generative AI use case. Turn on notifications to make sure you don't miss it!
The Appian World Live Build Challenge is back for Appian World 2024! Accomplished Appian developers from around the world will compete head-to-head on the main stage, showing off their speed and skill in a timed app-building challenge. Join us on Wednesday, April 17th at Appian World to cheer on our competitors as they battle it out for a chance to win a cash prize and bragging rights. Turn on notifications to make sure you don't miss it!
Dive into the riveting insights from our 2023 Appian Developer Sentiment Survey. Spoiler: Appian developers are accelerating their careers and enjoy delivering mission-critical projects. Check out the full infographic here! Share the story on LinkedIn, Instagram, or X (Twitter) and let the world know how you're making waves with Appian. Want to be a part of next year’s survey? Join Appian Community today.
Tune in on Thursday, March 21, to learn how to use translation sets to internationalize applications easily. Translation sets allow developers to quickly translate apps for users in different countries with a few simple steps. In this stream, we will turn our application into a robust multi-lingual app for users of many languages to use and understand. Turn on notifications to make sure you don't miss it!
Hi, I want to easily identify which robot task is running using the RPA console dashboard. The robot task runs a report for a customer. The robot task is parameter driven by process model variables that define which customer and which report the robot task should run. The process model calls the robot task multiple times passing a customer and a report parameter as each customer can have multiple reports. The issue is to see the customer and report parameters incorporated into the robot task name on the dashboard to aid progress tracking and any diagnosis without getting into execution logs, in much the same way that a process model can have a dynamic name that shows in the monitoring tab. Thanks
Appian 24.1 is here! Learn about the latest features of the Appian Platform, like the new prompt builder AI skill, Case Management Studio, component plug-ins in portals, and the ability to save and share data fabric analytics. Check out the 24.1 Product Release page for 24.1 highlights, product announcement webinar recording, resources, and more!
Appian World is the ultimate destination for the latest in artificial intelligence, process automation, and digital transformation. You’ll hear from experts, share your successes, and build lasting connections. This year, we will have an exclusive, Developer Day tailored for the Appian developer community. Gain insights from Appian Community expert-led Tech Talks, engage in collaborative feedback sessions with the Appian Product team, and seize the opportunity to get Appian Certified while on-site. Don't miss your chance to amplify your skills and impact on the Appian ecosystem. We hope to see you in Washington, DC, April 15–17, 2024.
I receive the following email when resetting the password from the Appian Console or using the "Forgot Password" option from the login page. "We recently received a request to reset your password. However, it is not currently possible to reset your password because your credentials are maintained by another system. You should contact your site administrator if you need to reset your password or if you did not expect this email." Please help on to reset password. Thanks, Umesh Kumar
Hola buenas tardes a todos, quisiera pedirles ayuda. Me encuentro en el siguiente escenario: recibo archivos base 64 que transformo en un documento con el objeto de "integración" de appian. Hago clic en "Convertir valores base64 a documentos Appian" y no tengo ningún problema con archivos PDF, TIFF, PNG, TXT, sin embargo no es capaz de traducir y convertir un XLSX, quiero saber si Appian tiene esta restricción. por favor su orientación
Hi, Am unable to display the column name in the column chart below is the screen shot for the same. Am able to click on the column bar but unable to get the column name as i have around 150 columns in the chart . expecting the column name in orange line. Can anyone suggest me pls. Thanks in advance
Hi everybody, we need to display a "loading" interface (an image or a gif) while we call an integration (through a button, which needs to be the only user interaction) that takes a couple of minutes to complete. We tried using both refresh variables and showWhen logics but neither worked as Appian waited to complete the integration "call" before displaying anything. We also tried using a process model with an AND gate but the user input task node needs to be "attended" so it can't be used without the user interaction. Do you guys have any suggestions?
Hi Team, There was a timeout error, what this signifies? Here, we pull the data from snowflake as a batches. In the integration, we have setup to 1500 seconds. Will increasing query timeout help here?
I am trying to find an answer for the below question : Can we capture the user activity in Admin console or designer page even if the user is not changing anything there . If the user just explore the admin console pages like maintenance window , user start pages ,etc. and they are not making any changes , Is this activity also captured in the logs and if it is which log should I find it? Thanks in advance for the help!
Hi Everyone, I have ha grid having four columns that have a button at the last column. The button is record field action and the grid is selectable. I would like to display the button in that row only which is selected. Can anyone please help me how to achieve this.
[ld_id=1188, ll_id=904, fl_id=, fm_id=, rsed_id=, appian_document_id=5357264, klt_id=, legacy_id=, description=, name=, createdby=testc, createdon=10/3/2022 7:14 PM, modifiedby=tects, modifiedon=10/3/2022 7:44 PM, inuse=1],[ld_id=, ll_id=904, fl_id=, fm_id=, rsed_id=, appian_document_id=6057969, klt_id=, legacy_lease_id=, description=The Parties, by mutual agreement, due to the Partial Surrender of the Demised Premises, agree to amend items 1 ("Base Rent"), 3 ("Demised Premises") and 10 ("Shared Property Expenses") of the Summary of Terms and Definitions of the Agreement., name=, createdby=testc, createdon=10/3/2022 7:44 PM, modifiedby=, modifiedon=, inuse=1],[ld_id=, ll_id=, fl_id=, fm_id=, rsed_id=, appian_document_id=6057968, klt_id=, legacy_id=, description=, name=, createdby=, createdon=, modifiedby=lecst, modifiedon=10/3/2022 7:44 PM, inuse=0] This was the pv variable cdt data in that for second id (second occurence) means where document id =6057969 i want to update "descri
Hi all, We need a rule expression to be used only in one process model. How can we prevent that rule expression from being used in another process model or interface? The only way I can think of is to manually check the dependencies of that rule. Could this review of dependencies be automated in some way? Thanks in advance.
Hi team, I am new to appian rpa and I am trying to build a bot using task recorder. however, i do not see my bot's name in the available bot list. i tried to restart the agent, relauch rpa installer. Bot status shows online in operations console but it is not available for task recording. Can anyone help me to understand if i am missing something? 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.