-
Recently active
Hello, New to Appian and having a syntax issue that I couldn't figure out how to resolve. Help! Thanks
The Appian exercises instruct users to "save often", as updates are not automatically saved, but I am not seeing an explanation of how to do this. Is it just when you click "save" when creating/updating an object? If so, the reminder seems unnecessary as you must click that button to move forward. Is there something I'm missing?
Unable to access documents related to Sales in Appian academy, i see for my other team members who can access documents like various comparision documents - Pega Vs Appian, Mendix vs Appian etc.,
Hello! I am not able to rename my rule input. In the exercise that was given to us, we were asked to rename the rule input to vehicle. Would like to know as to why this is the case? I need to rename this as I am also using this expression rule in another process. Thank you!
hi, new to Appian RPA and using a MAC. I keep getting these messages.. It's warning + I see everything all right..no issues..browser window opens fine .. does the required job, populates the intended fields to variables and so on.. Is there anything I should be worried about that will not work on Macbook ?? thanks jaideep
I am unable to access my appian learning site. It got locked and i cant seem to restart it.
i am assigned with a task to calculate the total of records vertically(column wise) and horizontally(row-wise) when a user makes any changes in the text boxes. i have attached a screenshot below. basically, the grid can have n no of rows(to be fetched from the db) but no of columns will remain same always. but for now i'm trying to make this happen with only static values. Future task: is to make paging happen in the same Grid. somehow, i am able to solve it for horizontal calculations. but still struggling for vertical calculations.
Hi, I am currently under Appian level 1 training and planning to appear for the certification exam by March end. I have no clue of what type of questions appear in the exam. Any folk having any idea related to it or some sample questions, please share it and.
Hello Team Appian, I am new to Appian environment and I got my Appian community site activation Email on 24th of July 2022. However, I was not able to access it and after 5 days it was not accessible as it was shut down. (due to 5 days of inactivity). Could you please help me bring it back ? Site Link: https://xhjs.appian.community Following steps I have taken so far- 1. Clicked on "Restart Site" - but there was no luck. 2. Clicked on "Get New Site" - waiting for new mail for site activation Screenshot - Thanks in advance !!!
I want to take empid value submitted from Leave Request Interface to another Leave Approval interface ...
Hi, I am unable to open quizzes in Process Modeling 101: Automate Your Business Process Course. Getting Blank Space while opening Quizzes in that course. Please help me to resolve this issue. Thanks, Sowmya
Hello, In my process model I have a CDT that I use to pass in to a form. In the process model is there a way to remove a blank record. In my CDT the very first record is always empty, so when I pass the CDT to the form my editable grid on the first row is empty with no data. I am trying to figure out how I can delete the first record from the CDT before passing it to the form in the process model. The CDT is multi and can hold more than 1 record as well. Thank you for any help
Hello community, I am tried to store my all data of form into database, So in that I used more than 1 CDT in my form, and then I am using script task to mapping one ID into other one, and then I am using multiple data store entity to send all data at a time in different tables of database. So now the issues is that My all data is saving but script task is not working, I am unable to mapping ID. So what I have to do to map.
Hi All, I am trying to import excel to database, but getting this error. I am using PostgreSQL database, is this smart service work with PostgreSQL? Thanks, Kiran
Hey! So I'm like a total beginner at Appian and I have this new requeriment where I need to send a pop-up/notification to the user when a new task is available. The problem I'm facing is that I can't use the "Send Push Notification" smart service because the client wants desktop notifications, not mobile ones. Could you give me some direction on this matter, please? Thanks in advance!
what is an integer representation of user type.in runtimetypeOf() function
Can any one help us to understand why Appian library execution time taking more time than selenium library execution time? Thanks.
A person uploaded a excel file which contains name, group e.t.c of him/her. I need to save the details in the process variables. How can I retrive the data of excel into the process variables?
When configuring a user input task in a process model, what must the data from the form be saved into in order to pass it to another activity? is it rule input or node input?
Hi All, I know we can create folder , through process model , But can we create sub - folder also , if so can anyone let me know how to do it . For eg : For Request id 1 i have uploaded 2 doc , suppose assume if doc 1 belongs to category 1 and doc 2 belongs to sub category of 1 , the doc should be saved in their respective folder, it should also check if the folder/doc exists or no . Can anyone please help me on this !
In the Design Appian Records Part 1 - Build an Application: Step 5 exercise, 7th step it says to pick aavehicle from the dropdownlist but for me it doesnt appear. I cant continue exercise because of this. Does anyone have a solution? see attachment/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1658320337990v1.png
Hi, I am trying to write back information filled in from a form to a datastore and when I click the submit button it is not writing back to the store. Here is the code for the form: a!formLayout( label: "", contents: { a!billboardLayout( backgroundMedia: a!documentImage( document: 'cons!TRTFF_BK_LOGO_PRIMARY_®_ST_RGB' ), backgroundColor: "#000000", height: "SHORT_PLUS", showWhen: true, marginAbove: "NONE", overlay: a!barOverlay( contents: { a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextHeader( text: { "Reclaim The Flame Enrollment" } ) }, preventWrapping: false, align: "CENTER" ) }, style: "NONE" ) ), a!textField( label: "Franchisee", labelPosition: "ADJACENT", value: ri!Data.RTF_Franchisee, saveInto: ri!Data.RTF_Franchisee, refreshAfter: "UNFOCUS", required: true, validations: {} ), a!textField( label: &qu
Hi All, I am working on exercise 9 and created the AX Request Maintenance and the AX Approval Maintenance interfaces. However when I selected the Rule inputs for Vehicle and try to use the CDT as told, I am receiving this error below. Can anyone help me to resolve this issue? Thanks, in advance: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!integerField [line 7]: Invalid index type: Record field uuid: f48e7efd-5408-4a81-9687-5588f9f8f579 Record type uuid: 410c5827-d581-4582-a7dc-29b20befc989 Relationship path: null. The values does not show up in the Process Model Process Start Form rule input.
Hi, I am new to Appian and using the "Import Excel to DB" tool in the Process Model. I want to read the data for example, starting 5th line and ignore the initial header or metadata in the excel. Where can i put in that configuration and how?
Hi all, My older version code uses executesqlQuery to execute a SQL code and it returns dictionary value . They used the rule in main interface to save the values to local variables. Now the function is deprecated and we replace it with executeStoredProcedureForQuery to execute SQL and it returns Map structure. But we are getting error while saving that in the main interface. This is the error we are getting. I have changed the index value as the new structure but still I am getting error. Anyone have idea about how to resolve that? Thanks, Kavya
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.