-
Recently active
I'm currently in the process of scheduling my first Appian certification exam. During registration, I was redirected to the Registration | ProctorU platform, which requires me to select an institution. However, I couldn't find my company's name listed, and this field is marked as mandatory. Could you please advise on how to proceed?
I have an open support case for this, but hoping to see a working example of add/edit/delete rows using GridPlus asap. Attached is my attempt, but I'm seeing an error (I won't share here, that's in a separate thread). I'm hoping someone can package and share a working example (they don't necessarily need to debug mine) where they can add/edit/delete rows and submit changes. [View:/cfs-file/__key/communityserver-discussions-components-files/19/create_5F00_table.sql:320:240][View:/cfs-file/__key/communityserver-discussions-components-files/19/Fund-Operations-Sandbox-_2D00_-GridPlus-Error.zip:320:240]
Initially, I considered using deployment packages to track changes. However, I noticed that once changes are pushed from UAT to Production, the environments become synchronized. As a result, all objects appeared in the deployment package; however, the ones that were initially modified before being pushed to Production are no longer listed as 'modified.' This makes it difficult to track the specific changes made during that deployment.I'm looking for a reliable approach to maintain visibility into code changes with each deployment. Has anyone found a good solution or best practice for this scenario?
Background: I created some groups in my app and added my account to them. The app has a site that’s visible to all users, but one page within the site is only visible to specific groups. Questions: 1.When visiting this site, how can I switch between groups to test access? 2.I assume I can change my group by clicking this button (the first one in the screenshot). However, the groups I created aren’t listed here. How can I add them to this list? Additional Info: This issue occurred during the "Build an Application: Step-by-Step" hands-on practice. >When I set the visibility of the [My Task] page in the site to "Always show", I can access the [My Task] page. >But when I set its visibility to "Only visible to specific groups" (the intended setting), the [My Task] page doesn’t appear when I visit the site. Additionally, groups from other apps are shown in the button’s list, but my created groups (W1481SA Registers/Mechanics/S
Can we pass a list of numbers to input parameter of SP? Is it possible. a!storedProcedureInput( name: "group_ids", value:local!groupids (It is a list of number) ), It's not working as input parameter is defined as INT on DB side but we are passing list of integers.
I need to integrate Appian with Snowflake so that data from Snowflake can be fetched and displayed in multiple dashboards within Appian Sites. Looking for guidance on the best approach, recommended plugins, integration patterns, or configurations to achieve this.
Hi I need advice What connection method recommended by Appian? At first i try to connect aws aurora datasource using private link but that method is a littlecomplicated.So i want to try another method.It there any reference links .if yes, could i have it plz. thanks
Hi there,I need your kind support plz ! In my app, there is a Record Type as below: I want to use it to store the documents which are uploaded from a!fileUploadField item in an interface. The introduction of a!save() in Documentation of Appian didn't mention the way to save a document type, can I get the directon here?
Hi, I want to show the following hierarchy image in my interface. How can I achieve this? Please provide the coding.
Hi team, we are unable to add table format in styledTextEditorField current version - 25.2.350.0 docs.appian.com/.../Styled_Text_Editor_Component.html and just want to know about we have seen that in 25.2 version below 2 features are enabled in styledTextEditorField. and please suggest me how to use below 2 features Subscript Superscript
Hi Team I have a scenario, where when the user clicks on an action that says "Update Information", then the dialog presents a list of more actions that the user can take. Now the problem is, when I click on the action within the existing action dialog, a new dialog opens up as expected, however, the old action dialog still stays. Is it possible to close the old action dialog box?
I need to include cookies in the header of the next Appian integration call, along with a Bearer token. However, the integration result only returns a single cookie, even though the actual HTTP response contains three Set-Cookie headers. In the process model, there's no way to access the full HTTP response (such as ac!httpResponse) to retrieve all three cookies. How can we extract all cookies from the response for use in subsequent integration calls?
Hi Team,I have created a new record type but in it , I am not able to see any option of " Create Data from Scratch "
Hi, I'm trying to Extract data from PDF and store those data in Database. I gave 8 fields in the extraction. I'm able to see all my fields in the ai skill extraction but in the Database I didn't get EMPID, EMP type. Anyone please tell me the reason why I'm not getting those values in my Database. Thank you in advance.
Hi Everyone, I am trying to understand how the internal messaging service and Kafka Zookeeper work in Appian .I am trying to figure out what impact it would have if Kafka goes down on one of the nodes in a 3 node cluster due to storage issues or some other reason. One thing I can guess is that the application's performance might decrease, and writes to the data service could also be impacted. Are there any other potential issues that could arise? Thanks Udhaya
Hi team I want to access values in a dictionary without using a loop, because in real-time we have 440 rows, and each row has 150 columns. Running a loop over each row to get values is causing performance issues. I checked the Appian Community and found that we can use the a!keys() function to extract all keys Id (PK), PartNumber, Status, Country_1, Country_2, Country_3, ..., Country_150We are using CDT to get data from DB so output of CDT in dictionary format.Expected output: countries: { {country_1, country_2, country_3, ..., country_150}----for 1 st row {country_1, country_2, country_3, ..., country_150}-----for 2nd row } *** One way i found is writing index on all 150 columns but it will increase code length is ther other alternative way other than this
Hello everyone, We are currently working on integrating an external tool (let’s call it ExternalTool) with Appian. This tool sends data to Appian via an API, and we would like to know: Is it possible to store one or more fields (such as "ReferenceCode") directly into the Appian database at the time the API call is received, without requiring any user interaction or manual processing? If anyone has experience with this kind of direct data persistence from external APIs, your guidance or best practices would be greatly appreciated. Thanks in advance for your help!
Hello,I’m trying to create a Custom Data Type (CDT) and a Data Store Entity (DSE) in Appian, but I don’t see any option to create them. I have checked the Data Types and Data Stores sections. The buttons or menu options for creating a new CDT or DSE are not visible. Is there a setting, permission, or prerequisite I might be missing?Any guidance would be appreciated. Thanks!
I'm currently working on Step #5 of the "Build an Application (Step-by-Step Acme Auto)" guide. When attempting to configure the data source, there are no database tables available to select. Additionally, I noticed that in the Acme Auto solution application, when I select the Vehicle record type, a banner appears at the top stating: "The data source cannot be reached or its configuration is invalid." I'm not sure if this is related to the issue, but I wanted to mention it in case it helps with troubleshooting. Any assistance you can provide would be greatly appreciated. Thank you!
Hi All, My client is asking if Appian has view group for Process model instances. They needed PROD support team to view only process model instances and but not design objects. What i know so far there is no such group. Can someone come across this scenario and found solution to this or is there any workaround.?
Hi Smart People! I'm using the standard pattern to create a grid interface from the process task report (Creating a user task queue to process tasks) and am running into the following error: Cannot index "columnConfigs" because it is an array type (List of Variant). Only fields with scalar types can be indexed from an array. I've created the most basic Process Task Report, then used the a!QueryProcessAnalytics to pull this into my interface. The data looks correct, but when I create the grid (using the patterns from designer, and also several examples from the documentation), I get the same error. When I compare the data from my report, it displays as "List of Dictionary". But when I look at the sample data from the pattern, it displays as a "List of Map" (this was just hardcoded into a local variable). See the attached screenshots. This is the only difference I can see in the data subsets Any ideas?? Here are the relevant code snippets.
Hello appian developers: I am developing a connected system type plugin and although the plugin has been validated by Appian, when I proceed to deploy it to Appian Cloud, this deployment fails with the following error: 2025-08-07 06:57:09,799 [http-nio-8080-exec-21839] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to enable Plug-in 'Instagram Connected System' (InstagramConnectedSystem) version 1.1.0: 'There was a problem loading the module descriptor: com.appiancorp.connectedsystems.templateframework.osgi.ConnectedSystemTemplateModule.<br/>com.nttdata.appian.plugins.SocialConnectedSystem.InstagramConnectedSystemTemplate is not of type com.appian.connectedsystems.templateframework.sdk.ConnectedSystemTemplate'2025-08-07 06:57:09,800 [http-nio-8080-exec-21839] ERROR com.appiancorp.plugins.DeployUploadedPluginReaction - Failed to deploy plugin file socialConnectedSystem.jarjava.lang.IllegalStateException: Plugin was deployed but not successfully e
Hi everyone Hey everyone, I’m running into an issue with the Deployment API export action, and I’m hoping someone might have some insights. I’m getting a 403 error with the message "Invalid API Key" when trying to call the Deployment API on both Environment-A (Appian Cloud) from another appian Environment-B and Postman. Both returning same error. Error code: APNX-1-4552-001 Message: "Invalid API Key. Contact your Appian system administrator to obtain the proper credentials." Here’s what I’ve checked so far: Admin Console: In the web API authentication page (/suite/admin/page/web-api-authentication), I noticed the last used date and time are populated, so it seems like things are active there. Login Logs: I also took a look at the Login-audit.csv file, and there’s a successful login entry, so the credentials seem to be correct on that end for deployment service account. I’d really appreciate any help—thanks in
Ideas which will covers all Basic Appian Features with good complexity - New To Appian.
Hi All, I am trying to establish a connection from Appian to AWS S3 bucket. I have created a connected system with and without DNS endpoint, please refer to the attached screenshots. It throws an error with endpoint URL. With the endpoint URL error is: "Failed to parse XML document with handler class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser$ListAllMyBucketsHandler". When I am using these connected systems in an integration object then it behaves as following: Integration object outcome without Endpoint URL in connected system: SUCCESS Integration object outcome with Endpoint URL in connected system: FAILED (Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: XXXXXXXXXXXXXXXX; S3 Extended Request ID: XXXXXXXXXXXXXXXX/yyyyyyyyyyyyyyyyyyy/ZZZZZZZZZZZZZZZ=; Proxy: null) Please review logs for stack trace.) The AWS user used for connected system has the following policies: Ama
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.