-
Recently active
it does not have any English language course to work with. if there any option tell me share me its link please.
Hi everyone, I am new to Appian, and this is my first question! What is the difference between "Create Folder" type and "Knowledge Center" type under "New" -> "Create Folder" at Build tab of Appian Designer? How to decide which one fit better for an application?Thanks!
from appian application , i will send some emails addresses to 3rd party application , that 3rd party app needs to verify those email addresses and sends the email addresses ids back . do i need use webapi or integration for this scenarios
I have created the ETP_SyncTreatmentNotes_Cloud9 Robotic Task on the dev environment and deployed this bot to the UAT Environment but I am getting an error.I have added a robot and updated the API key in the UAT Environment and permission tags.Error: Problems (1):roboticTaskDesignObject 53537fbd-9bfd-381e-808c-a345d855df37 "ETP_SyncTreatmentNotes_Cloud9": An error occurred while creating roboticTaskDesignObject [uuid=53537fbd-9bfd-381e-808c-a345d855df37]: java.lang.RuntimeException: com.appiancorp.rdo.client.invoker.ApiException: {"timestamp":1702553011435,"status":500,"error":"Internal Server Error","message":"com.appiancorp.object.remote.rtdo.rpa.CaughtException: The robotic task [uuid=656d7a2d28c21722eacbf58d] cannot be imported because the following required precedents are missing: content [uuid=656d7d3c28c21722eacbf590] cannot be found.","path":"/rtdo/DesignObjects/IX/ObjectImportSuppor
Hi All, I am facing this issue when trying to delete a row from a table in db. Is this error caused by foreign key ?
Hello Team, I have filter the date based on the function eomonth(today(),-1) i.e last day of previous month but the fitler has type of date & time where as this function will return only in date format.I have tried to add the time to the function but couldnt able to achieve the requirement as it throwing error of miss comparison types.please help.Thanks in Advance.Error : Expression evaluation error at function a!queryRecordType [line 3]: Cannot apply operator [LESS_EQUALS_THAN] to field [createdDate] when comparing to value [TypedValue[it=3,v=11/30/20236:08 AM]]. a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "createdDate" /* this is type of Date & Time */ operator: "
Is there a way to customize the transient message, Action completed, after a form button (Cancel, Save, etc) is clicked? For example, can we change the message to "Action canceled" after the Cancel button is clicked? Thanks.
I have an interface where there is a grid to display tasks, one of the columns is based on status (complete in progress and new) and I want to be able to filter the grid by having only In Progress and New being shown. So in other words, if the status is Completed, I would like the entire row to be removed from the grid. I thought I would have to add a new a!queryfilter but I'm not sure if that is correct or if I'm structuring it wrong. Here is the basics of what I wanted to do. Is this the correct method? Or how should I change it so it can actually accomplish what I want
I am trying to call an external URL from the record actions so that it will open up in a new tab
Hello All, I am passing data to gridField using local variable local!taskData. This local variable local!taskData is updating from the startProcess which is configured on button.Now first time I select the few records and reassign button then the data is updating into local!taskData and able to see the updated data on grid now immediately selecting another records and clicking on reassign then the values where not updating untill unless I refresh the data manually. Is the onsuccess is considering only once ? Is there any way to consider and run the a!save() everytime on clicking on the button. a!startProcess( processModel: cons!PM, processParameters: { reassignData: local!UpdatedData }, onSuccess: { a!save( local!success, fv!processInfo.pv.success ),
I will have the input like this in paragraph field ,each email per line .test@test.com test@appian.comtest@I want to validate this emails with regex function and also to check only 1 email in linecan someone help me with this
Hello all, I hope you can help me. We are regularly facing an issue with the assignment of a tasks within a process model. This happens when the process starts and, at that moment , at least one of the assigned users has its Appian account deactivated. A real example: Process Instance started the 26/11/2023. The process is “stuck” at a task. That task is assigned to the users within the process variable “assignedUsers”: This variable had two values (usernames). One of the two users was not active by that time (26/11/2023), since it was deactivated the 25th of october 2023 and created again the 13th of December 2023. This lead to a problem, because the 1st instance of the process had no assignee. We had to run again the task, and only after we manually start it, it would have the valid assignees: Is this a known issue by Appian? We face it a lot. This is not really convenient
After clicking on authorize and then submit , this authorization forms disappear and original form appear I have the above interface ,i want to change this submit button to 'refresh' link like in below pic(2) .I have changed the code but in the process model it is getting stopped at that user input form. In this new interface ,after clicking on authorize and then refresh ,the authorization forms doesn't disappearDoes user input task (authorization) doesn't get submitted until submit value needs to be provided?for user input task to get submitted it should have only button not link?can someone please help
I have a main page ie; Initiating request page>In the initiating request page, we have three box layouts each boxlayout is from different interface and different datatableThree Box layouts has: 1.Request info interface (Stored in seperate DBtable - Main table for initiation request(AutoGeneratedPrimaryKey)) 2.Request type info interface (Stored in seperate DBtable)- The Auto generated Primarykey value should store for each request type row 3.RequestStock info interface (Stored in Seperate DB table) > Submit of the interface which has all the three info details In the Request type info(2), we can add multiple types like 1,2,3 for single request Initiation,Same for Request Stock info(3), we can add multiple types like 1,2,3 for single request Initiation But After submitting this page only the Auto generated ID will generate for main db table, In this case how can we add this Autogenerated it to other DB table rows(2),(3).
Hi everyone, New to Appian, and have been working through the Appian Developer learning path. Today I ran into an issue while following the instructions for the second process model. When I click start process for debugging, I get this error message in the popup window: I decided to continue following the steps and figure this issue out after. After creating the related action, I got another error with a bit more information: I'm not sure if both of these are caused by the same issue, but it seems like there's an issue with the Vehicle Details View. Here is the expression: When I first created the Vehicle Details View, I got another error. After googling for a bit, I added a!documentImage() around the link to the image, but when I took that out it broke the view again. Any advice on how I might be able to fix this would be amazing.
I didn't see datasource in Component Configuration pane
Hi Team, I have requirement to get the groups names which has the input value which we pass. For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States", India => "<App Prefix>_India"
Hi team, I want to display a refresh button in a interface after upload action(record action item) takes place.It should not be displayed when the interface loads. I tried using a!refreshVariable but it is not working as the variable is always true as in value field. can anyone tell any ways of achieving this? Thanks in advance.
I am trying to pull the records from a reference table. There are 4 records in the table. However, the expression rule is only pulling three records. There are no filters on the record type. The Expression Rule a!queryRecordType( recordType: 'recordType!PMSO REF VolunteerRequestStatus', fields: { 'recordType!PMSO REF VolunteerRequestStatus.fields.VolunteerStatus_id', 'recordType!PMSO REF VolunteerRequestStatus.fields.VolunteerStatus' }, filters: { a!queryFilter( field: 'recordType!PMSO REF VolunteerRequestStatus.fields.isActive', operator: "=", value: true ) }, pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 10, sort: a!sortInfo( field: 'recordType!PMSO REF VolunteerRequestStatus.fields.sortBy', ascending: true() ) )).data
Hello Everyone, I am working on a!gridField and need to select the rows which are of same status and other rows should be disabled(Non selectable). For Example : If I select any row with status :"Inprogress" then only inprogress rows should be selectable where other rows should be in disbaled.Later similarly if I select a row with Draft status then only draft status records should be selectable and other should be disabled. Please help me if anyone have worked this kind of requirement. Thanks in advance.
I've run into another problem I can't figure out during the Acceptance Testing portion of the Developer course. I've completed the "Configure Users" part and now I'm trying to load up the main site when logged in as Jodi Yeates. When I do, I get the following error: When I use this account to run the AIS (Appian Solution), everything runs properly. I've narrowed it down to something to do with the Assets record, but for the life of me, I can't figure out what is wrong. I've compared my Asset and Asset Type records, the Site file and the ITCentral interface with the solution and can't see any real differences. Can anyone point me in the right direction? I'm sure there's something I've missed or configured incorrectly, but I'm at a loss. Thank you, Carlo.
Hi, i am new to appian and intended to take exam (associate developer) exam on next week. I want to know that if Associate developer practice test help me? What topics i need to study more to pass the exam?
Hi there, I'm working on the "Appian Developer Project: Build an IT Application" component at the end of the course and I've run into a problem with sending email from the Update Request process model. The send email fails with the error "No valid recipients resolved". It appears that after the Write Records, the full record isn't being transferred to the Send Email. I've verified that the record IS being updated. As far as I can tell, my code mimics the AIS solution. This is the result from my process: and this is the result from the AIS process: As you can see, in the AIS version, the record contents after the Write Records is full, whereas mine only shows "id=3". One difference I noted between the two is that mine uses a newer version of the Write Records. The "Configure Write Records" dialog has a Setup menu: I modified the AIS solution to use the new version and it worked with no issues, so that doesn't seem to
I want to pass data as template in email service . in that template i'm passing an expression rule but in the email i'm not getting the value .just getting the column name as below
Hi All, I have used the aggregation function in expression rule to count the values based on certain column. But I need to filter that the calculated count value should not be greater than 8. Can anyone please help me out.
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.