-
Recently active
Hi,I want to add an dollar icon inside the floating point field or a text field, How can I achieve this?If the above one is not possible then, How can I add the Dollar Icor right before the field?Thanks in advance.
Hi Team, I need to fetch data from a GraphQL API endpoint, but I'm unsure about the connected system required for the connection. The client has provided the ClientId and ClientSecret for AWS Cognito and mentioned that they are using SRP (Secure Remote Password) Authentication. However, I'm not sure what additional information is needed to establish the connection to the GraphQL service. Can you please provide more details?
Hi Team., I have made changes in the DB for the column size changes, but in the Record type is not getting reflected in RT, or is any modifications need to be done here. note: no CDT used in the application only RT. thanks.
User uploads the word file with number of screenshots to APPAIN using file upload component in an interface, but some of the images in the word file is missing and facing the blank space in the place of image, what might the cause for it.
Hi, Am unable to use aggregate functions on child CDT having many to many relationships with parent CDT. Background I have a parent CDT called Campaign which has many to many relationship with child CDT called Channel. I have Campaign table, Channel table and mapping table as well to hold the relationship in database. Requirement I need to group the Campaigns based on Channels. Issue I am unable to use Aggregate functions on channels field in my Parent CDT - Campaign. How can I achieve this using CDT relationships. Thanks
todate function subtracting date with day minus one day
We are importing the SCIM User Management application provided by Appian on the market place: [mention:f8e98d7fbd7245cbb0e4083fc4357870:f7d226abd59f475c9d224a79e3f0ec07] The locale for that application is en_US. The locale for our Appian server is GB. We get the following error when trying to import: Problems (1):processModel 0002e9c5-4ae7-8000-558d-3a4d983a4d98 "{en_US=SCIM Deactivate User}": An error occurred while creating processModel [uuid=0002e9c5-4ae7-8000-558d-3a4d983a4d98]: com.appiancorp.process.validation.ValidationException: Process Model is not valid. The process model must have a valid name in the site primary language: English (GB). (APNX-1-4071-007) How are we suppose to import applications if they are for a different locale? Thanks
My requirement is to know the process model status i.e. i wanted to know all the process models that are failed so that i can use them to trigger some api. As per current approach, process model either completed or failed with errors both are giving me status as 0. How can we create the difference. Please guide
Hi team, I am fetching data from database for KPI and the field names that are showing on y axis taking lot spaces can anyone help in this. Requirement: "New product Development" field Name taking lot of space and the field name is dynamic it may be 20 characters or 30 characters. How can I restrict space on y axis
Hi Team,Could you please check and suggest a solution for below issue?Expression evaluation error in rule 'appian_rule1' (called by another rule 'appian_rule2') at function a!queryRecordType: Cannot invoke "Object.getClass()" because "activeProcessCount" is null
Hi, Is there a possibility to connect Appian Cloud Database from outside. Thanks, Sadhu Surendra
Hi all, I am facing an issue related to data being refreshed in read-only grid. The issue is in my read-only grid, I have navigated to a different page say 21-30. But after certain interval i.e., 30 sec my grid page navigates back to 1-10 automatically. I have a configuration of refresh Interval of 30 sec in the read-only grid. Does the grid refresh configuration update only the grid data or it also impacts the current fv!pagingInfo of the grid? Reason to add refreshInterval was to update the grid data for user as soon as a new work item is created. BTW the data field is a recordtype which allows me to use certain other features of grid.
Hi, Can I have a button inside of a dropdown? Thanks in advance
Appian Family, Here is my Interface -- JR_InterfaceName 1) File Upload field in an interface >> Define the Target Folder with all correct permissions. 2) Submit Button: "submit" set to true. I have 2 scenarios here 1) Just the interface by itself is just working fine when I upload the file and click submit. It gets save to the target folder. 2) When the same interface is either called from another interface as rule (rule!JR_InterfaceName) it doesn't work. The file is not saved to the target folder. I am pretty sure the document object is there but it's just not available to either save in a target folder or for anything else. What is it that I am missing? is it an Appian shortfall/Issue? I am assuming that this is very basic need for almost everyone. 3) Just to play around further I called a Process Model using "saveinto" property of the button passing some dummy variables and the Document Uploaded from the upload control, The PM got call
Hello, we are doing first time set up of this plugin and facing connection time out issue, No error other than time out message. We are on cloud latest version and using VPN to connect cloud. We followed all steps in the installation guide not sure are there any additional DNS port settings we need too consider for successful connection. any thoughts? Thanks for help "Couldn't connect to host, port: testmail.net, 993; timeout -1"
Hello Devs, I have created a webAPI of template type : "StartProcess". Now this webAPI is starting the process when triggered but I want to open a form as a result of it. How can I achieve that? Do I have to handle it inside body ? inside httpResponse of onSuccess? how to achieve that. Here is my current code for the webAPI: a!startProcess( processModel: cons!PFM_APPIANFORMTOLAUNCHROUTER_PM, processParameters: { formToLaunchLabel_txt: http!request.queryParameters.formToLaunchLabel_txt, formToLaunchParameters_txt: http!request.queryParameters.formToLaunchParameters_txt, processInstanceAppianId_int: http!request.queryParameters.processInstanceAppianId_int, }, onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader( name: "Content-Type", value: "application/json" ) }, body: a!toJson( { taskID:getactivetaskidsforprocess( fv!processInfo.pp.id ) } ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader( name: "Content-Type", value: "application/jso
I have Room (roomID column) and a Key (with keyID, roomID, and keyDescription columns) . A room can have multiple keys. I setup a one to many relationship between the Room and a Key using the roomID. I used the Room record to populate a gridField. The search is not returning anything if I put an information that should match the keyDescription. I have the code below. I am only after for keys that are active which is one active key per room. Even if I remove the filter in the code, it does not return anything. Is this expected for a One to Many relationship? { a!gridField( data: a!recordData( recordType: <room_record>, relatedRecordData: a!relatedRecordData(relationship: '<roomRecord-keyRecord>', filters: { a!queryFilter( field: '<keyRecord.isActive>', operator: "=", value: true ) } ), columns: { a!gridColumn( label: "Room ID", sortField: 'roomRecord.roomID', value: fv!row['roomRecord.roomID'], ), a!grid
Hello, I would like to know if there's a way to detect the User abandoning a session. The issue is that there are User Input Tasks that I lock to specific users when they accept them. I have a problem with the case where the User exits the form not by clicking the "EXIT" button, but by just closing the browser tab, which leaves the process running until timeout and the task remains locked. Is there a way, other than the timer, to determine whether the User had abandoned a session on a form? Thank you.
The input "Records" cannot insert or update a record which is referring to different referenced records via propostaId at the same time. To create a reference to a related record, include either a relationship reference or the required common field value for "propostaId". Location of conflicting changes: GC Document [1] = a!forEach( pv!documentos, a!update( fv!item, 'recordType!{GC Documento .fields.{389973d7-a3f2-4ce3-aafb-9c2021e72ce9}propostaId', pv!idProposta ) ) I can't find anything about this error at all
Hello, I have a template of type .docx in which certain checkboxes must be shown as 'Checked' or 'Not checked' depending on the value of some variables. I also have to, in case X variable exists, I have to show a block of the document and not show it if it is empty. I was trying to use MS Word 2007 from template but although it takes the fields correctly with the ###, I don't know how to implement those "if()" conditionals and make it work. I have also been looking at the Docx from dynamic template smart service of the 'Advanced Document Templaiting' plugin but I am not sure how to do the XML part and if I could do those "if()" with it. Has anyone had this problem or some solution available?Thanks in advance
The following error appears in the logs every 5 minutes from feb 15 , and it seems like the leader election is occurring at this interval for some reason. Is this something to be concerned about? Should I open a support case, or is this behavior normal? Could you please clarify? [2025-02-19 08:53:03,034] TRACE [Controller id=0] Leader imbalance ratio for broker 1 is 1.0 (kafka.controller.KafkaController) [2025-02-19 08:53:03,034] INFO [Controller id=0] Starting replica leader election (PREFERRED) for partitions triggered by AutoTriggered (kafka.controller.KafkaController) [2025-02-19 08:53:03,034] DEBUG [Controller id=0] Topics not in preferred replica for broker 2 HashMap() (kafka.controller.KafkaController) [2025-02-19 08:53:03,034] TRACE [Controller id=0] Leader imbalance ratio for broker 2 is 0.0 (kafka.controller.KafkaController) [2025-02-19 08:58:03,034] INFO [Controller id=0] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [2025-02-19 0
Hi Team, Is there any plugin available for python to integrate with Appian?
I am trying to create a dropdown menu in my application that looks and functions like the one in the attached image. I am unsure how to make the dropdown appear like this without dropdown component Can you please help me to achieve this
Hi I have parent process and a Subprocess "waiting queue". this sub process is configured as a MNI with configuration to "Move on after all instances are done". However, after each instance of sub process is executed the node following the MNI is executed and its not waiting for all instances of MNI to finish. Please have a look at the implementation below and let me know if anything is incorrect?
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!
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.