-
Recently active
I have a case study for Employee Onboarding Applications , where I have different roles Like who will be acting on the Task based on the previous user's input . I want to make this as Record Centric Application and Tasks should also come from Database . Also for Individual records , it will show the status of the record in a Grid . How can I achieve this using Appian's Best Practices ? TIA .
can someone provide the best answer for this Appian ACD exam question it has many answers
Hello, I have followed the instructions described in the documentation and my log is not writing in the correct place, just in the tomcat log and just the error messages, this is my configuration in the log4j file ( <APPIAN_HOME>/deployment/web.war/WEB-INF/resources/appian_log4j.properties): #### custom connector log entrylog4j.logger.com.appian.us=DEBUG,INTEGRATION_LOG ###### INTEGRATION_LOG file appenderlog4j.appender.INTEGRATION_LOG=org.apache.log4j.RollingFileAppenderlog4j.appender.INTEGRATION_LOG.layout=org.apache.log4j.PatternLayoutlog4j.appender.INTEGRATION_LOG.layout.ConversionPattern=%d [%t] %-5p %c - %m%nlog4j.appender.INTEGRATION_LOG.File=${AE_LOGS}/integration.loglog4j.appender.INTEGRATION_LOG.MaxFileSize=10MBlog4j.appender.INTEGRATION_LOG.MaxBackupIndex=1000log4j.appender.INTEGRATION_LOG.encoding=UTF-8 in my gradle.build:implementation 'log4j:log4j:1.2.17' But I always got the warn: No appenders could be found for logger Into my project there are
Hello, In Build An Application Step-by-Step #5. I am stuck on the Edit Record List Columns - Format the Image Column. The error says, "Expression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 51]: User Does Not Have Rights to Perform this Operation". I completed all the steps specified in the previous exercises. Appreciate all the help I can get. Thank you!
Since any BPM tool like Appian follows BPMN Standards, I wonder why we don't have the error event in Appian process models. If I want to handle errors or exceptions in process models, how can I do it..?? for example : I have a write to data store entity smart service in my process model and for some reason like data length exceeds, the activity got failed, now in this situation, I want to add a exception flow which will create a user task to correct the entered data or lets say in my process model, I have an activity which is not so important, but if it fails to execute I don't want my process model to be paused, I want it to continue further ( we can do this in Appian by making the acitivity as subprocess, but is there any other way to avoid the subprocess)
HI EVERYONE I AM NEW WITH APPIAN , I AM LOOKING TO UPLOAD MULTIPLE DOCUMENTS BUT I AM STRUGGLING TO FIND A SOLUTION. I HAVE A LIST OF DOCUMENTS ITEMS THAT I RECEIVE FROM A QUERY ( BECAUSE I NEED TO DISPLAY ON THE INTERFACE THOSE DOCUMENTS FOR THE USER TO UPLOAD , SOME TIMES THE AMOUNT OF DOCUMENTS TO DISPLAY CAN BE DIFFERENTS BASED ON WHAT THE USER CLICK IN THE INTERFACE). NOW I LOOP THROUGH THE LIST THAT I HAVE AND CREATE A UPLOAD COMPONENT IN THE DYNAMIC WAY AND DISPLAY ON EACH LABEL OF THE COMPONENTS 'S DATA. BUT HOW CAN I SAVE EVERY DOCUMENTS IN LOCALVARIABLE ?? tHE THING IS THAT I NEED AFTER THAT TO SAVE THOSE FILES DB , SO I CREATE A RULE INPUT DOCUMENT WITH CDT. THERE IS A BETTER TO DOING THIS ??
Hi All, I have an requirement where i need to read Google sheet data from the google sheet. In my case i have functionalty where i am exporting grid data and uploading it to user's google drive which is working fine. But now i have another requirement where a user can manualy provide his/her own uploaded google sheet Url in text field in the interface then perform some validations and then submit that google sheet data into db. so there is any way from which i can achive this.
hi, I have a record list with values {name:"Test1",id:1},{name:"Test1",id:2},{name:"Test2",id:3},{name:"Test1",id:4} my output should show - pid should be concat of the name and the sequence based on count 1. id:1,pid:"Test1001" 2. id:2,pid:"Test1002" 3.id:3,pid:"Test2001" 4.id:4,pid:"Test1003" any code suggestion will help
Join Appian experts to learn how you can unlock AI potential using Appian’s latest generative AI skills. In this livestream, you'll see how Appian’s pre-built prompts streamline a wide range of AI-driven tasks, making automation easier than ever. Our experts will showcase real-world use cases, answer your questions, and explore how these AI skills are being implemented across industries. Don’t miss this opportunity to see Appian AI skills in action! Turn on notifications to make sure you don't miss it!
Hi, I have a requirement to send about 1000 mails based on number of records updated. I am trying to send using MNI. I tested for 600 records at once and most of the process breaks and got error alters. I reduced the batch size to 150 then it works fine. But if the data is about 200 then the process starts to break. The error is Failed to send email. Is there any limit to send mail. Is there any other way to send mail efficiently. Please let me know. Thanks
Hello Appian, Is there a way to apply font to appian?Can it be applied partially rather than the entire site? Thanki you.
Hi All, In my case, in the end of process model i am using a user input task in which i am using a recordLink which working fine but since i am not giving any submit true value to submit that form so it;s stuck can anyone help me with code in that interface where i can use both submit true and link. Below is my code of that interface, a!columnsLayout( columns: { a!columnLayout(), a!columnLayout( contents: a!cardLayout( link: a!recordLink( recordType: cons!TWM_RECORD_SITE, identifier: ri!idSiteLocation ), contents: a!richTextDisplayField( align: "CENTER", value: { a!richTextIcon( icon: "check-circle", size: "EXTRA_LARGE", color: "ACCENT" ), char(10), a!richTextItem( text: "Success! Click to continue", style: "STRONG", size: "MEDIUM" ) } ) ) ), a!columnLayout() })
I can't find the custom data type object in Appian designer objects, knowing that I am using the free educational version, and the tutorials are showing this process of creating one
Hi Experts, Need your help to resolve my issue. I want to convert my Text data returned by the Execute Generative AI skill smart service into map/ CDT which afterwards I want to map into a CDT. Here is the text which I am trying to convert into map/dictionary, please help me how to achieve that: {"IPAddress": "2001:111.111.11101","StartDate": "2024/05/14","StartTime": "06:52:24","StartTimezone": "UTC","EndDate": "2024/05/14","EndTime": "06:54:03","EndTimezone": "UTC"}&{"IPAddress": "2001:222.202.2222","StartDate": "2024/05/12","StartTime": "16:30:55","StartTimezone": "UTC","EndDate": "2024/05/12","EndTime": "16:30:55","EndTimezone": "UTC"}&{"IPAddress": "2001:22ab.111e4b.333",&
Hello I'm new to Appian. Very considering to offer solution with Appian. But I would like to learn more about pricing and terms of Appian Not sure where to find this information? Kind Regards Dan
How to create a code for Fibonacci series in Appian
Hi Everyone, I have an interface having 15 rule inputs. If I need to test interface then Do I need to enter all rule inputs. Is there any better way to test it.
Hello I'm trying to set up the four record types for the Interfaces 103: Build Complex Interfaces by Adapting Patterns course, but it seems the PF_ACCOUNT, PF_ACCOUNT_TYPE, PF_TRANSACTION, and PF_GOAL database tables are missing from my Appian community environment. Does anyone have a way to manually add the tables or reset my site without losing all my work? Or is there some requirement I'm not aware of?
We have a requirement where an email needs to be sent to Admin every time user account is created or modified. It could be even using a process model, but I am unable to find the right solution for this use case.
Hi All, I'm a beginner of Appian, and I would like to know how to save a row order in a grid. In a grid in an interface, I put a arrow for up and down to move rows. I need to save the order, so the changed order should be saved and updated to DB. I should create a column in DB to save a row order, but it does not work. What I want to do is ... when I change the row order by clicking arrow icon and the order is changed, I would like to save the ordering information for next time. When a user open the window next time, a user requires to see the row which was changed by user clicking an arrow. I need your help..... Best regards,
Hello everyone, I’m currently working through the "Tutorial: Get Soccer Stats with RPA" and have encountered an issue at Step 1, where we are supposed to create a new data type. Unfortunately, I am not getting the option to create it from the dropdown menu and I am getting the error message shown in the attachment. Has anyone else experienced this issue or could offer some guidance on how to resolve it? Any help would be greatly appreciated! Thank you in advance for your assistance.
I have a question regarding the ACD101 exam session. At the exam before last (August 9, 2024), I participated in a session using the "Go to" system from my browser, but the proctor told me to download the "Go to" app.When I was confused and couldn't figure out how to do it, a "Zoom" meeting link was sent to me via chat, so I continued the exam "Zoom" meeting. Therefore, for the last exam (August 17, 2024), I downloaded the "Go to" app in advance and participated in the session.However, I couldn't connect to proctor and ended up deleting the "Go to" app.After that, I accessed the "Go to" meeting link sent via chat and was finally able to speak with the proctor. Has anyone had a similar experience? My PC's communication environment was perfect, so I don't know what measures I should take next time I take the exam to be able to successfully enter the session.(I feel like I can access it from the browser
hi, I have a record list from excel sheet which will be uploaded from interface Excel sheet record1 : id:1,name:"A" record2: id:2,name:"B" record3: id:3,name:"A" Database : record1 : id:"A01",name:"A" The record list in the excel has to go to the data base with new updated id , based on validating existing record in the database. Updated list should be like record1 : id:"A02",name:"A" -> increments because this name already exists record2: id:"B01"name:"B" -> starts with 1 because , it is not available in the database yet record3: id:"A03",name:"A" I am trying to lay out a design with out using loops for the records in the excel sheet as they might be huge. Can you provide any optimized design solution for this ?
Introducing Appian UX Design Lab, a new YouTube series where you can get live feedback from Appian UX design experts. Submit your interface for a chance to be featured in a live review, or simply join us to learn from our experts as they provide actionable UX/UI design feedback. The first episode will air on October 17th, and will focus on building information-dense dashboards and case summary UIs. These UIs are crucial for app users to find the right information quickly, so it’s important to design them intentionally. Sharpen your dashboard skills by submitting your UI for a live review! What’s in it for you? Submit Your Design: Create or replicate a sample dashboard or case summary UI in the Appian Community Edition, and then share the link to your UI at https://ap.pn/3X2HQRZ. Get Expert Feedback: Selected designs will receive a live UX review from one of Appian’s UX experts, with opportunities to ask questions in chat. Earn a Badge: All participants will receive t
hi, I am currently incrementing a counter based on a the count of similar records in the database. counter should start from 001. it defaults to 1 for me , when I am simply setting the counter to 000 and increment by 1. Expectation is 001 and not 1 any help is appreciated.
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.