-
Recently active
Currently, I am preparing for my Appian Certified Associate Developer ACD100 exam. I joined online forums and communities and got knowledge from experts. I took the Appian Certified Associate Developer ACD100 practice test from P2PExams and it was helpful. By taking this practice material I noticed a huge improvement in my concepts related to the final test. Now I feel that after practicing with this practice test material I can perform better in the final exam. Does anyone want to share other resources regarding ACD100 exam preparation?
Hi, As per my requirement I need to show buffering/loading image while validating the data. However I can able to show that image, but its showing with borders and when I clicked on that its enlarging to full screen. Please suggest any other option which is not clickable and show buffering/loading gif image. Thank you.
let us know the steps
I have two user filters in record, is to possible to hide and show second user filter based on value selected in 1st user filter. For example in the below image I have two filters named 1) FEEDBACK and 2) APPOINTMENT DATE, FEEDBACK filter had 2 values Good and Neutral, Is it possible to display the Second filter(APPOINTMENT DATE) only when we choose Good in the FEEDBACK filter?
Hi every one, I got this error when running the code in process model. But when running it in a test expression rule, it didn't return me any error. Please have a look at the screenshots below: I tried reduce the amount of data (from 91 to only 10) but the process error still occurred. Do anyone knows the solution or possible reason for this? Thank you!
I have created a word document with chart figure, I able to pass the label via the smart service in the process model, but I couldn't pass the data. How can I pass the data via "MS Word 2007 Doc from Template" or "DOCX From Dynamic Template" > Thank you!
so while trying to login I am getting following error and I am writing this from my different community account! I tried to mail Appian Community to but still I haven't received any support !!! error : Sorry, you can't access https://community.appian.com because you are not assigned this app in Okta. If you're wondering why this is happening, please contact your administrator.
Start process will use different engine and subprocess will use same parent engine? What is mean by engine. Could anyone explain me?
Hello Everyone, I am working with record type. There is a requirement to prepare record type using rule input. This is the logic I am using: a!forEach( items: ri!reminderInfo, expression:fv!item['recordType!{e5a6a458-a1b1-4679-91c9-944cecdfdac6}AMS_DG Appointment Reminder.fields.{5515212e-0535-40f5-aa3e-1d92c83c23ca}appointmentId': index(ri!appointmentInfo,'recordType!{5746f330-8c31-4ea7-9807-cbbd2fd557eb}AMS_DG Appointment.fields.{274539be-ac91-4f4c-95ed-69bd50175dae}appointmentId',null), 'recordType!{e5a6a458-a1b1-4679-91c9-944cecdfdac6}AMS_DG Appointment Reminder.fields.{e7f92751-d0c8-4ce6-a252-2bd4b3bee143}createdBy': index(ri!appointmentInfo,'recordType!{5746f330-8c31-4ea7-9807-cbbd2fd557eb}AMS_DG Appointment.fields.{9cc0bbe6-dc99-4b3c-bf8b-e70e36fbbbb0}createdBy',null), 'recordType!{e5a6a458-a1b1-4679-91c9-944cecdfdac6}AMS_DG Appointment Reminder.fields.{82394d77-2331-4196-9d8e-3aaaf57888a3}createdOn': index(ri!appointmentInfo,'recordType!{5746f330-8c31-4ea7-9807-cbbd2fd5
Hello everyone, I have a main process model that contains an input form. I would like to allow users in allowed group to access this input form from my task list interface. I have configured a Task report based on my main process and use the task Id for the process task link in the task list. However when I click on the task from My task list, it is showing "The task may have been deleted or completed by another assignee". What will be the possible solution for this error?' By far I have checked these areas: - Input form's assignment tab is assigning to a group that contains my account. - Process is chained probably. - The task ID that I clicked to open is still active (is at the input form node). Could anyone help? Thank you!
Hi Team, How to delete multiple objects in Appian Environment ? Requirement is to clean up the environment.
Hi Team, I have few tasks like "How to send email by user selection on interface approver field. The selected approver should receive an email. can anyone guide me ? Thank You.
Hi everyone, I have seen 2 posts with same error but didn't find any solution that works for my case. I have created a view, and a record type with data source is an expression rule that query data from the view. The rule will return me below data subset. When I check the record list, I can see data being presented without any error. However, when I create a gridField based on my record type's data, I got this error. I checked and can verify that my data don't contain any duplicated row. Is there any other reason that I should look at? Thank you,
Hi All, I have requirement which i need to convert below mentioned JSON format to.. { "requestId": "221a0000-faff-00e3-ac11-dbe6ebd00d00", "sourceSystemName": "ABCD", "requestDateTime": "2023-08-23T15:03:31.919Z", "requestInitiator": "App Name", "context": "/fetchData", "data": { "kind": "fetchDataRequest", "items": [ { "item": { "key": "ID", "value": [ "1234567890" ] } }, { "item": { "key": "CRITERIA", "value": [ "EMPLOYEEDETAILS", "INCLUDEIDDETAILS" ] } } ] } } .. this string format: "{ ""requestId"": ""221a0000-faff-00e3-ac11-dbe6ebd00d00"", ""sourceSystemName"": ""ABCD"", ""requestDateTime"": ""2023-08-23T15:03:31.919Z"", ""requestInitiator"": ""App Name"", ""context"": ""/fetchData"", ""data"": { ""kind"": ""fetchDataRequest"", ""items"": [ { ""item"": { ""key"": ""ID"", ""value"": [ ""1234567890
Hi Everyone, Can anyone please help me how to get group from group attribute in appian.
Hello, I am getting this error whenever I try to save and publish my process model. It's so weird because I do not have any constant with the name in the screenshot. I've looked all over my interface and it doesn't exist. The only two constants that I have are pointers to a connected system I made. It's worth mentioning that since I'm developing something relevant to another existing interface that did have that constant, I'm assuming the error is persisting because of it? I deleted the original process model and made one from scratch, still didn't work. I also generated a new action from the related record type, replaced the automatically generated interface with my own and the error still persists Any help is appreciated! I've searched everywhere but couldn't find any solution to this.
Hi All, I have two columns A and B. Column A is text and column B consists of dropdown values shown below: Column A Column B a Dropdown b Dropdown c Dropdown d Dropdown If there is any change in column B dropdown the corresponding values should be updated in DB on click of button. Can anyone please help me how to achieve this.
Hi I am trying to write data to a table using write to datastore entity . In production environment, some of the instance is not working as expected. Nodes are getting executed successfully but not writing in db. If i restart the particular node it works. Anyone faced this issue? What could be the issue? Please help. Thanks in advance
Hello, I'm trying to send a file from my Appian application to a remote server that has its own hostname, username, password, and key file. I have implemented the process to do this. While attempting to connect to this remote server, I have configured the file transfer configuration like this: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverPort: 22, serverHostName: cons!ETT_HostName, privateKeyFile: cons!ETT_SERVER_PRIVATE_KEY_RSA ) However, I still don't know how to successfully connect to the server, even though the process does not throw any errors. How can I resolve this? I'm really stuck; I can't find documentation, tutorials, or even an explanation of how the plugin works for beginners, which is a very terrible thing for such an important plugin. The problem is that the process is not throwing any errors and there's no logic to connect to the server without the username and password.
Hi! I took the senior developer exam yesterday after having studied: Appian Automation (Senior Developers) Appian Portals (Senior Developers) Testing and Quality Assurance (Senior Developers) Advanced Process Modeling (Senior Developers) Integrations (Senior Developers) Advanced Expressions (Senior Developers) Delivery Methodology (Senior Developers) Appian Advanced UX Design (Senior Developers) And having 4 years working experience. I noticed many questions that were not in this material, such as Platform Maintenance and Performance questions. I want to try again but I don't know what to study. I would really appreciate your help!
Can a bba graduate can apply for jobs with completing the Appian developer certification?
I am B.Sc graduate and working as BPO professional. Shall I get opportunities if I complete Appian associate developer certification
Hi, I want to add a unique constraint to a column in my database, so that I can have a One-to one relation with another table, I am unable to figure out how to add this to the column. Any help would be much appreciated.
I have a one-to-one relationship between the Loan and UCC Information entities, and I'm trying to add the same relationship from the Loan record, but it doesn't recognize the FK (Only displays entity's PK) from the 'UCC Information' entity for some reason. Any kind of pointer will be valuable! Loan Record Relationship Snippet ER Snippet
I am bserving in the project some errors related to Maven with a text like Project build error: Non-resolvable parent POM So, I try to request an Update Maven Project in Eclipse becouse Appain Document states To perform this update, we must go to the project root in Eclipse and press ALT + F5, which will request an Update Maven Project. When the pop-up window shows up, we can also mark the option Force Update of Snapshots/Releases to be even more sure.in docs.appian.com/.../IDE-setup.html However, I am getting an error below."Help document /de.jcup.sqleditor/html/open-label-reference.html cannot be opened." I have no idea what is open-label-reference.html. Could you tell me what I should do to resolve it?
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.