-
Recently active
when i am trying to follow the step i found the below error given expression i used - rule!W0866aa_FormatDisplayName(user:fv!row[recordType!W0866aa Vehicle.fields.addedBy])
I signed up for communitiy edition and am going through the developer learning path. I designer, I do not have the link to the admin console. I can view users, and when viewing my user, it shows that i'm a basic user. How can I get my security changed to system administrator? Thanks
I am working on the following step in the Interfaces 101: Build Forms and Other Interfaces shown below. I have run into an issue with configuring the rule inputs. The directions are unclear to me and I am receiving the following error: I have named the rule input "vehicle" and made it a W777SA Vehicle data record type. I'm uncertain what the value for the "Value" field should be.
Hi All,Is there any way to create the fields dynamically in cdt and then assign values. I have a use case,User will be uploading a excel and i need to show the excel data in grid format (excel can be different),So for that i am using readexceldata function and and I am trying to create a cdt with the column names and their respective row values (here column names are dynamic) to use that in the data field for grid field. Ex:excel file has 2 columns A,B now the cdt will be an array of row data like {{A:first row A value,B:first row B value},{A:seconf row A value,B:second row B value}} and if the excel has 3 columsn as A,B,C then the expected cdt should be {{A:first row A value,B:first row B value,C:first row C value},{A:seconf row A value,B:second row B value,C:second row C value}} and use this cdt in gridfield data parameter. Thanks in Advance,SSP
Hi everyone, I'm using the latest Appian Community Enviroment, but I can't finish the Step 5. In the Edit List part I use this Expression: if(a!isNullOrEmpty( fv!row[recordType!W#SA Vehicle.fields.image] ), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row[recordType!W#SA Vehicle.fields.image] ) And I get the following error: 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 52]: User Does Not Have Rights to Perform this Operation I don't have access to the database or any vehicle data to manage the user permissions.Thanks!
Cookie cleared Using robotId and hash as authentication system. Hash used to be sent to console is yeZIqzlGOd... Cookie cleared Using robotId and hash as authentication system. Hash used to be sent to console is yeZIqzlGOd... Sent REQ_JK_RESOURCE (478) Setting a new cookie 'Jidoka=1700659462066-73' received from the server Received REQ_JK_RESOURCE_KO Planet 65513b3e8c549364669f5c5d cannot be registered now
Hi, We have one engineer for him "New" and "Add Existing" dropdowns are not showing when he connect to the Appian designer even though he was part of "process model creator" and "designer". But, he was able to edit the existing objects. Can someone help here.
Hello, I am trying to add pv! data to a task report but it always comes out empty. My data definition is: pv!record[W1182 Solicitud.idCategoria] formatting: number It does not display any information. All information I request using tp! works fine. Am I doing it wrong? or is it not possible to display rv! info in the report? Thank you
I am new to appian I need read excel data along with header which is dynamic it will change for excel to excel some fileds are static and insert them into a staging table both header and data for that column . my staging table contains fileds like attribute1, reason1, score1 till 20 . I want to insert headers to attriubute field from 1st row and reason and score to data from second row I am trying with readexcelsheet/readexcelwithfiter/readexcelwithpaging functions but since its dynamic i am having confusion how to do the mapping Imp : Number of header column and name of the header column will be dynamic Can anyone help me how to do or is there any other approaches there ?
HI team, To learn adding External data sources as Connected System. i installed PostgreSQL locally in my system and host as localhost but when i try to conenct with localhost through connected system . I couldn't able to connect.
hi team. I have a requirement as: I have to create data using some dropdown values and after creation of that data user can delete that data from where that drop data is coming and once data is deleted from frontend then when user tries to edit that created data then error throws as: since value of that dropdown is deleted by the user then while editing how to handle this error please suggest any answer [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05] [mention:57fc948ec4c44d7fbda6e5509555d197:e9ed411860ed4f2ba0265705b8793d05]
Hi all, I have a requirement as: I have table in readonly grid where there are different site we can name it as A1, A2,A3,A4 , B1,B2, B3, B4 and each one has status as pending approval . and there are action button as approve and reject if user click on approve button on A1 status then its status is changing to preliminary approved and button color remains as green and user again click on approve button of A1 then status changes to approved and button changes from green to grey and link gets disbaled when user click on approve button of A2 then status changes from pending approval to preliminary but here button color changes to grey and link gets disabled since A1 is in approved status , it means if any of the sttaus of A is in aproved then any of A status is preliminary approved then button will turn to grey and link also gets disbaled. now for B1 same cycle goes and if A1 status is approved and B1 , B2, B3, B4 status is eather pending approval or
Hi, I am running a process model and I want it to write/update record information after an input task. If they hit accept, the write records data service works perfectly but if they hit the reject button the write record service throws the following error: "Some referenced Items could not be found". What am I doing wrong? I'll share the buttons' interface code: buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Aprobar", saveInto: { a!save( ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{8765b93b-701f-4834-a1fa-466d22579f09}clausuraFecha'], today() ), a!save(ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{52961fd0-4d58-4b78-a648-5fe0de023217}personaDecision'], loggedInUser() ), a!save( ri!record['recordType!{cef91250-961d-44c5-a3d4-47f5dd11ce8e}W1181S Solicitud.fields.{c9e90275-1a59-4f5c-a413-b7ed27eed6b1}idEstadodeSolicitud'], 3 ), a!save( ri!decisionDeAp
Cannot find AA Registrar site.
Hi all, I have a requirement as: I have table in read-only grid where there are different site we can name it as A1, A2,A3,A4 , B1,B2, B3, B4 and each one has status as pending approval . and there are action button as approve and reject if user click on approve button on A1 status then its status is changing to preliminary approved and button color remains as green and user again click on approve button of A1 then status changes to approved and button changes from green to grey and link gets disabled when user click on approve button of A2 then status changes from pending approval to preliminary but here button color changes to grey and link gets disabled since A1 is in approved status , it means if any of the status of A is in approved then any of A status is preliminary approved then button will turn to grey and link also gets disabled. now for B1 same cycle goes and if A1 status is approved and B1 , B2, B3, B4 status is either pending approval o
Can I preview the excel documents in the document viewer field
Hello, I am trying to add a document link to an interface. I found the a!documentDownloadLink function and it tells me to create a constant to point to my documents but I am a bit lost. This is an interface where a supervisor will approve or deny a request so the document link in the form should be attached to the specific request. What do I need to do in the cosntant to point specifically to that value? The value is store in my recordType as an integer and it is added to the record through an attachment component in a record action. any help is appreciated
I have two tables with a one to many relationship, an owners table and a pets table which are connected via the Owner ID. The owner can have many pets. I am trying to add an action under the owner summary view for the user to be able to add a new pet that belongs to the owner but I am struggling with how to connect the two records. I have created a related action under owner that points to the add / update pet but I am struggling to connect the owner ID to the pet being added, any help would be greatly appreciated!
I created generated some sample data through ai but I have a problem with one of the fields. The createdBy field shows full names but when I add data through a record action it shows a user. I wanted to show only users. Is there a way to delete that data or change so it displays consistent information? I tried to edit those rows but the system does not let me.I can only edit the rows I did through record actions. Here is the column to show the issue: thank you
Hi All, I am calling the data from db through expression rules and gave batch size as 100. I need to use this data in interface inside grid, is this only 100 records will be displayed in interface or I can display whole data from table.
Trying to walk through the tutorial for the Acme Auto (SA) Application. When I click any vehicle I get the error below. When I add a vehicle, it does not get added. Obviously I'm new to Appian. Any help appreciated. Error Evaluating UI Expression Expression evaluation error [evaluation ID = I0L6P] in rule 'w1847aa_cmpt_vehiclerecordevents' (called by rule 'w1847aa_dash_vehiclesummaryview') at function a!eventHistoryListField [line 3]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!queryRecordTypeFunction [line 58]: An error occurred while retrieving the data for "W1847AA Vehicle Event History". Details: Record type is marked as synced, but its data has not yet been synced or its existing synced data has been invalidated. Contact your system administrator. (APNX-1-4198-000)
hi, I wanted to set a user filter for my record, which will pull the records based on quarter/month and year. I am trying to avoid the custom record field. example - Q4 Oct 2024 The field that has date time stamp in my record is "CREATED ON". Any help is appreciated.
Hello, I am working on the Portal Course. I am not listed as administrator on the WPO Wyndhamm Power Outage App so I am not able to create objects. Is there a way to request access to the group? Thanks
Hi all, I have a requirement as: I have 2 pickerfieldusers as A and B where A can select max 1 user and B can select max 5 user, requirement is when we select user in A then B cannot select that user which is already selected in A and should throw validation error as "A user cannot be selected in B". I tried putting validation as : validations: { if( contains( local!taskAdditionalAssignee, ri!record['recordType!{a6f5f29e-a89e-495a-afae-702df167aa19}RECT Record Tasks Sync.fields.{d0fec037-4f71-4d05-a7ef-766635d0ff13}taskAssignedTo'] ), "Assignee cannot be added as additional assignee", null ), } but when I open this form then as A and B both contains null value so same validation error throws comparing both A and b having null value which becomes similar please help me how to achieve this
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.