-
Recently active
I am new to the Appian platform and am currently exploring the Appian Portals. I have created a portal, but I am unable to publish it as I am being prompted to add a service account. However, I don't have access to create one. To create a service account, I believe I need access to the Administration Console, but I cannot see it in the menu. Is this limitation due to the fact that I am using the Community Edition? Does the Community Edition not provide access to the Administration Console?
I need to change the name of a field of an existing CDT to match database field. The CDT is backed by database entity whose data store has the automatically update database schema option disabled. The old column name is EMPLOYEEID and the new column isEMPLOYEE_ID.how to proceed further. 1. Download the CDT as XSD, make the appropriate changes, and re-upload the XSD, verify and publish the data store. 2. Rename the field in the record type in appian to automatically update the CDT field. 3. Rename the field in the CDT in appian. Verify and publish the data store.
Is there any way to update process Calendar using process Model without giving the administration access to user by using interface.
Hi All, I have expression rule which contains HTML Code. How to insert Image into this HTML code which is stored Appian Folder without using HTML Template / converting image into base64 / passing web URL? Thanks, Ganesh.
Hi, I have a requirement to display a helpTooltip for a few of the controls like below "Upload any documents of type : internal / external : Draft / Final " If I place this text in the helpTooltip, everything is appearing in one row. I want the message to be displayed as is. Can anyone suggest on this? Thanks.
Hi Experts, I'm getting following error while deploying the record type object to higher environments : "Record type Test Expedited Order cannot be synced because its record fields do not match the fields in the source. (APNX-2-4195-003)" I'm using two sync enabled records "Test Expedited Order" and "Test Authorized Agency" with many to one relationship between these two records where mapping is as shown below.As of now I have to manually update the mapping of the record type post deployment so as to make it working. And after updating the mapping and saving it there is no difference in the version of record. In above image the highlighted once are the version created due to deployment where as the latest one and the version 2 are after manually updating the mapping. Is this a known issue with the records type or is there a way possible to get this fixed. ?
Hi Team, An integration object is created with OAuth 2.0 authentication, every time the connected system is authenticated, then the integration works for 1hour and after that the integration fails. Please let me know if anyone faced similar issue and how to resolve this.
I am currently using Smart Service "Import Excel to Database". The process works fine if I upload an Excel file with correct column headers and data values. In the excel file I purposefully changed the data values like changing a date value to a text value XYZ, changing Text value to a date value. When I upload this modified excel file: 1. The process does not error out. Process Model is showing everything as success. 2. The incorrect data did not get inserted. But my question is, how do I catch such data errors? I thought the Smart Service "Import Excel to Database" is going give some information on the errors. Please advise this. In the real world we will not have perfect data all the time. Hence trying to figure this out. Regards, Mahesh
I am just looking at this rule and find this unsupported function can anyone tell me that what is the behaviour of this function .reduce( update_unsupported(_,_,_),{},{} )what we can use instead of update_unsupported to remove (_,_,_)
I have a process for bulk action in a grid, in which there is a MNI, in each instance it writes records to db. I want all records auto update after user submit without extra refresh. How can I achieve this? Currently only one row can be auto updated, rest of all need a refresh to show latest record
Hi, I'm trying to extract data through AI skill object with Document Extraction configuration. I can extract the table data if the table is in one page.In some documents, the grid/table data runs for multiple page. In that case, through the reconcile task I can select a table either in first page or in second page, but I cannot select the table data that runs on both pages.In the below attached pdf, I need to extract 22 items on the grid, but unfortunately in the Reconcile Task I can select the table data either from Page one or Page 2. Need help on how to retrieve all data that runs across multiple pages.[View:/cfs-file/__key/communityserver-discussions-components-files/15/JEM_2D00_0063.pdf:320:240]
= a!forEach( pv!documentos, 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta'( 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{d4796
Hi All, I have a requirement mentioned below, please help me with this. On Button Click: Display first confirmation pop-up with the following message: "Want to go to next step ?"No: Closes the pop-up without any action.Yes: Proceeds to the next step. Secondary Confirmation, If the user chooses Yes, display another pop-up to ask if they want next action: "Do you want to save this canceled profile as a draft ?"No: Closes the pop-up without any action.Yes: Perform some task
Hi Everyone,I am getting error in the dropdown field,i have called 3 dropdown fields in interface level when i am selecting the value from 1st dropdown am getting error like this and this dropdown is 2nd and also i have passed the values and labels same only still i am getting error like this (the data is saving in the child records i have used parent records to pass the data to child )
Earlier today I was helping another developer understand an issue involving links using a urlwithparameters() function. They were experience an issue where a datetime passed as a query parameter was reading out one minute behind in the linked interface. When I investigated the issue I noticed that the query parameter was showing as a timestamp; however when I ran some small-scale tests I noticed when I passed datetimes as query parameters they were formatted appropriately (see screenshots for context). Ultimately what we discovered is that their use case they were passing two parameters, one an integer ID and the other the datetime. In my testing I was initially only testing with a datetime. When I included a similar integer parameter I was able to get the odd behavior to replicate. The solution for us was to cast the other parameters to strings. What is more interesting is that the behavior only occurs when the datetime is taken from a record. If I replace the datetime query param wit
I have configured showExportButton=true in my grid, I wonder if it is possible to specify the columns I need for export
Hi all, I am a beginner of Appian, and I would like to know access right to "Task". I can see the task tab below,...but my colleague cannot see the task bar.... Why? In this case, how the colleague check his task ?? Best regards,
I’m a bit confused about the concept of Input-Only Users in Appian. Are they users who do not have an account in the Appian application, or am I misunderstanding the term? Specifically, if a user submits information through an Appian application portal without having a user account, would they be considered an Input-Only User? Can someone clarify this for me?
We are planning to build an application using Appian that will be used by 5 to 10 users. According to pricing, we fall under the ≤ 200 users category, where each user costs $75. My questions are: Do we need to purchase licenses for each user (e.g., 5 users × $75), or is there a minimum user (threshold) purchase requirement that applies regardless of the actual number of users? If there is a minimum purchase requirement, what is the minimum number of users we would need to pay for?
All, I want to display two different messages as separate lines with confirmMessage in ButtonWidget. I tried using char(10) and char(13), but both are not working with the alert box. or is it possible to show two alerts one by one on the form submit? Thanks
I have connected to the proctor and confirmed my details related to my exam. My proctor asked me to open the camera video, but the camera froze in between the verification process. The proctor asked me to restart my system but the same error is going on. i have try many times but not able to solve the problem, i did not aware with this error before. than proctor told me to connect to the support for retake the exam due to this condition and problem. can i get a reschedule coupon for it
When I try index({1,2,3},{3,4},"") returns {3,null} whereas index({1,2,3},{3,4},{}) returns {3,1}. Looks like when curly brace is put in default parameter, when there is no 4th index, it goes back to start and picks the first index. i don't think this behaviour is captured in documentation either.
Hi , I have a nested cdt . When i try to add a row dynamically to the grid i am unable to do it . I want it to be save in this format ,--- Details : ABC , CDF Department : depatment type: CSE , createdby : loggedin user, date:now(). And here ri!doc - is rule input with any type . Can anyone help me with it please. Below is the code. Thank you in advance . a!localVariables( local!employeesDoc: cast( 'type!{urn:com:appian:types:AA}AA_Vehicaledata', { Details: null,department:{ departmenttype: createdby:loggedInUser(), dateCreated:now() }, } ), a!formLayout( label: "Example: Add,Update, or Remove Employee Data", contents: { a!gridLayout( headerCells: { a!gridLayoutHeaderCell(label: "Name" ), a!gridLayoutHeaderCell(label: "Department" ), a!gridLayoutHeaderCell(label: "created by" ), a!gridLayoutHeaderCell(label: " created date" ), a!gridLayoutHeaderCell(label: "" ) }, columnConfigs:
I had exam today due to some reason I lost my Internet Connection and proctor told to me we cant start exam due to inconsistency of my Internet and she marked it Incomplete.I have sent email on Appian Certification and Appian Support to have it rescheduled but I haven't heard anything yet. If anyone help me that would be great.Thanks
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.