-
Recently active
Hi Everyone, I need to implement functionality to read, write, and update specific JIRA tickets through an integration between Appian and JIRA. For this, I'm referring to the JIRA API documentation: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get To authenticate, I plan to use OAuth 2.0 (Authorization Code Grant) as outlined in the documentation here: https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ I have already created the necessary app in the Atlassian Developer Console for OAuth 2.0, and I successfully set up the connected system in Appian. However, I'm encountering an error while trying to create the integration system. Could anyone please assist me in resolving this issue and help me complete the Appian-JIRA integration? Thank you!
Hi Everyone, I am displaying data in multiple dropdown using recordtype. I have the requirement to make the deselected values as inactive in db. Can anyone please guide me?
Hi Everyone, We need to manually validate the accessibility of a few styled text editor components before enabling the document export. While this can be done using browser extensions or accessibility testing tools, the client wants to perform the check within Appian. I would appreciate any insights on whether there are any Appian community-supported plugins or reliable APIs that can help achieve this. Thanks!
Hi Team, has anyone Integrated Appian with Jira ?
I need to validate the checkboxes when the submit button is clicked, based on a specific condition. There are four checkboxes, and before submitting the form, the user must check at least one. However, instead of using FormLayout, I’ve created the form using CardLayout and local variables. I’m looking for suggestions on how to improve or streamline this approach.
In Case Management Studio, tasks can be routed based on decision in decision type tasks and using dependent. But I want to trigger/route from one task to other based on case field data. For example, if there is a case data field named "Amount", then I would like to route tasks based on the value of Amount filed. Is there any way to do this?
Hi, I have a subprocess, "waiting queue" ( which contains all automated nodes). This subprocess is configured to execute as MNI - Synchronously, with configuration "Move on when all instances are done" However, after each instance of this MNI is executed, the Node following the MNI Sub process is executed i.e. the node following MNI is executed as many number of times as the MNI instances. I want to wait till all instances of MNI is executed before moving forward. How to achieve it PFB screenshots
Hi team, I have a grid from view and have record actions for time1, time 2, time 10 etc columns , so user can interact with the columns. now when we click on record action , i want to send input to the popup screen that time 1 is clicked. time1 to time 10 imagine "07:30" and more id name time 1 time 2 time 3 time5 time 10 1 abd recordAction recordAction recordAction recordAction recordAction 2 bcd recordAction recordAction recordAction recordAction recordAction
Hi All, I have installed the Content Tools plugin and am using the getcontentobjectrevisionhistorydetails function to retrieve version details. I am passing a UUID and filtering the results by the modifiedOn date. However, I am encountering an issue where the modified date field is not correctly reflecting the changes made. For example, when I select the modified date as 2/6/2025, the result from getcontentobjectrevisionhistorydetails is null because it is returning same as created date value, but it should give latest version date value which highlighted in version details below. This can be seen in the information below: creator "Balavamsikrishna_vinnapala@contractor.amat.com" (Text) createdon "1/29/25 AM GMT" (Text) modifiedon "1/29/25 AM GMT" (Text) Version details of one object Created 2/6/2025 10:08 AM by sala vamsi Krishna Vi... 1/29/2025 l
How can we allow certain users to view critical fields while restricting access for others, all within the same application and read-only interface? What’s the best approach to achieve this?
I am using export DSE to Excel smart service, but the output data is not the full data the Table is having. I am having around 21k data in table where as the excel that was generated through the smart service is having only 20k rows.Are there any limitations for smart service?
can be run by Open and monitor in new canvas Here using a Subprocess
Hi, We have a record type based on a service. Data syncs every morning 3AM. Today morning data synced well. We are using this data on a UI. The issue is, CaseInvalid on UI. When we look at the cause of it, we found the service is down. Is it mandatory to have the backed service up to use the already synced data from Record type to be used on UI? Thanks, Keerthi
HII'm trying to count the number of records in the data entity HVSDC_PlanesMejoramiento_Entity that meet a specific filter on the field CodigoSIRECISujetodeControl. This is the SQL query, which works fine: SELECT CodigoSIRECISujetodeControl, COUNT(NombreAccion) AS total_accionesFROM HVSC_V_PlanesMejoramientoWHERE CodigoSIRECISujetodeControl = '11745' GROUP BY CodigoSIRECISujetodeControl; This is the query in Appian: local!count: a!queryEntity( entity: cons!HVSDC_PlanesMejoramiento_Entity, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "CodigoSIRECISujetodeControl", operator: "=", value: tostring(ri!codigoSireci) ) } ), aggregation: a!queryAggregation( aggregationColumns: { a!queryAggregationColumn( field: "NombreAccion", aggregationFunction: "COUNT" ) }, groupingColumns: { a!queryGroupingColumn(field: "CodigoSIRECISujetodeControl") } ), pagi
I've config a summary page in record type, the interface be like rule!BCD_userDetails(userDetails: rv!record). But when I click on record link the summary page has no data populated, seems rv!record has no value in it
Hi Experts, I have an issue with export data store entity to excel that without changing any piece of code: Sometimes it is giving exact result in excel as expected Sometimes it is giving few duplicate rows at the bottom of the excel If I download few excel files from the same Page, few excel files seems perfect, few have duplicate rows at bottom I'm failing to fix it. Please help me with some suggestions and if is there any work around. Thank you in advance
Not sure where i went wrong, gets below error, i understand error says i cannot use rule inputs in a!save, any suggestions to fix it:
I have an endpoint which returns data consists of 5 columns (text and date fields). I want to keep an text field and then when I enter values in the text field, I want to filter the data based on the value I entered. It should filter dates if possible
All, I am trying to using Google Drive connected system(https://docs.appian.com/suite/help/21.4/google-drive-connected-system.html) , to create folder, upload and download documents to and from google drive folders. Then API operations (like createFolder, uploadFile, downloadFile, etc) all work perfectly on a personal folder of an auth user, but the same operations are not working on a SHARED folder in google drive, Has anybody got that working with a Shared drive? I checked out some documentation on google drive APIs at (https://developers.google.com/drive/api/v3/enable-shareddrives?hl=en) and found out that supportsAllDrives=true parameter is required to enable these operations on a shared drive. But there is no way in the connected system to pass this information. Any ideas? Any suggestion? Thanks Pal
Hi Team, We have a requirement to place a signature in PDF. We created two ways of solutions. Please find the below details, 1.Signature Component and PDF Utilities plugin. 2.Docusign integration As per my organization suggestion, Docusign needs to purchase a license. But here we want a solutions for R&D purpose. Hence we are not able to purchase any third party license. We used signature component and PDF utilities(Image to PDF) to merge the signature into PDF. Question: But we need to send X and Y coordinates to place a signature in right place in PDF. Is there any solution can User picks X and Y coordinates in Appian else share your suggestion too. Thanks, Pradeep Sridharan
How to express this statment in code format: if ri!service is null, just return ri!serviceelse if ri!service ends with a period, don't include period part, otherwise do value for ri!service: "Any days of serious level of working after March,7,2025"
I'm trying to uploading an .sql file which we have blocked in an admin console. It will throw a validation message. Then I'm trying to upload valid file, But the validation message still displays Thank you in advance
I have an interface that stores the data in a record type, which has several fields. Once the interface is submitted, I want it to be saved in the database using a write record. And I get the following error: Unable to write to or delete from the source due to a data integrity violation.Error Details: Field 'Detalles_Trasladado' doesn't have a default value. That Field is not in that interface, but it is in other interface of the process. How should I write the new record in the record type? Thanks in advance
HI, I need to download a Ui page in site as a pdf doc, how can i achieve this. Eg: I have a report in a page like showed above, By a click i need to download this page as a pdf.
How to add commas for large numeric digit(125000) in bar axis for column chart field?
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.