-
Recently active
Hi Experts I have a Oracle DB table in which a column is of CLOB type. I need to migrate that data in maria DB I'm able to get data but unable to store the same data in mariaDB Table contains 2 columns : one is id and another is of type CLOB which is actually a string Help me to store the data in mariaDB Thanks in advance
I'm attempting to use the Import endpoint of the Appian Deployment REST API v2. However, it continues to return the error listed below. I suspect that the error might be with the permissions with the service account associated with the API Key but cannot be certain. Is there any way to get more information on this error? {"resource":"\/suite\/deployment-management\/v2\/deployments","title":"An Error Has Occurred","error":"APNX-1-4552-028","message":"Project is not accepting export requests via this endpoint. Contact your system administrator to configure this feature."}
Hi, I have requirement to validate 4-digit pin. Below are the requirement of the 4-digit number 1. pin should not allow sequential numbers 2. pin should not allow same numbers example: 1234 or 4321 or 0000, 1111 or 4444 or 2222 or 3333 numbers are not allowed as a card pin. can anyone please help me how to write logic for the validation. thanks in advance!
Hi! I have task to generate excel file, I am using Text Doc from Template. Almost all parameters I am passing like ###parameter### but I also have checkbox in template in which I should pass true/false and I am not sure how to do that.
I am looking for a way to store the task status Accepted in database as soon as user accepts the user input task assigned to him. We are not using database tasks and every assignment is done using out of the box Appian. How to achieve this using inbuilt appian Accept button on user input task?
Hi, I have a requirement to display an interface that includes a calendar (I'm using the googlecalendarchartfield plugin) to users who don't have an Appian account. I thought of creating a portal as a possible option, but when I publish the calendar interface, it shows the following message in the portal: I have read that this is because portals are not compatible with plugins. Is there any other alternative to display the interface to users who are not in Appian? Thank you very much.
I made some code like that and I want to show the event by every date a!localVariables( local!viewType:"MONTH", local!selectedEvent, local!currentDate: today(), { a!sectionLayout( contents:{ a!columnsLayout( columns:{ a!columnLayout( contents:{ a!buttonArrayLayout( buttons:{ a!buttonWidget( label:"Month", value:"MONTH", saveInto:local!viewType, style:if(local!viewType="month","PRIMARY","SECONDARY") ), a!buttonWidget( label:"Week", value:"WEEK", saveInto:local!viewType, style:if(local!viewType="week","PRIMARY","SECONDARY") ), a!buttonWidget( label:"All Day", value:"DAY",
We have a requirement that when clicking a link, will start file download, at the meantime, we need to do some data update. Can anyone advice how to achieve this?
Hi, we have a scenario that, we need to encrypt files (all type of files except .exe) and folders (which contain any type of files) before writing to the disk, is there any possible way to do that?. Thanks In advance Regards, Rajeswari
I've created an WebAPI to save data by a!writeRecords(by WebAPI creation wizard) it worked fine when I test it by "TEST REQUEST" button, but when I call it by an Integrations, got error of {"message":"Write request has failed","error":"The input \"Records\" refers to an invalid record type. The record type does not exist, has been deleted, or the user does not have sufficient privileges to access the data."} I have create a Service Account, add SA to the security config with Administrator permission, to all objects, include WebAPI, RecordType Also add the API Key(Appian-API-Key) to Connected System. Can anyone help me?
I want to disable a column for group of users in the editable grid
Hi team, I am new to Appian, Could anyone please explain about process mining? thank you in advance! Regards, Shubham Kumar
How can we connect APPIAN Application with APPIAN Process Mining so that we can extract logs automatically and continuously from APPIAN business data source or event logs to Appian Process Mining?
Hi, not a problem but following code should throw some error, but it is evaluating.Here a comma is missing, and we are using a local variable in its definition, which should throw an error. Also, we can try various P&C./*Code 1*/ a!localVariables(local!data: 2 * 5tointeger(2 * local!data)) /*Code 2*/ a!localVariables(local!data: 2 * 5tostring(2 * local!data)) /*Code 3*/ a!localVariables(local!data: 2 * 5toboolean(2 * local!data)) /*Code 4*/ a!localVariables(local!data: 2 * 5date(2 * local!data))
Error Message - The Record Data Source did not apply the batch number correctly. The first two responses returned the same data. How and where to fix the issue?
Hello, I am getting this error while integrating. Can anyone please suggest? I have checked all the parameters and headers and they are good. Please suggest. The external system did not understand the request error-result-guidance The request was missing required details or was improperly formatted HTTP/1.1 400 Bad Request Next Steps Make sure that you are providing all required headers and parameters and that those values are valid Check the request and response for more details Review the external system''s documentation for information on what may have caused the problem
Hello, I'm creating a Web API for the first time, and I'm facing issues, perhaps due to not knowing how to test it. I have the Web API set up, and when I click the button to test it, it returns the value correctly: However, when trying to do it from an integration or using Postman, it doesn't return the response, but rather the following: What am I doing wrong? Thank you very much.
We currently want to stage records at a large scale( hundreds) to help our QC team with being able to replicate defects that require a large dataset. Currently it takes multiple days to stage these records with that amount of volume. I just wanted to know if anyone knows how to go about being able to stage records at a large scale. Thoughts?
Hi All, We have a process model running at 8:30 AM daily which will perform some updates in the database, this process will take maximum up to 5 minutes to complete. During this time we need to freeze home page for 5 mins by showing some warning message then after 5 minutes we can display the home page. How to achieve this can someone help us with this kind of scenario.
HI Team, I am configuring the record list and i have 2 columns completed by and completed on, I wanted to show these columns only when user selelect user filter completed, How can i pass record filter value to showwhen
I have requirement that need to create a pdf that fill with dynamic data, and I need to add sign also, is there any way to pass the signature from Appian signature field and add to the creating PDF.
I have two tables, Volunteer Requests and Speakers. The Volunteer Request table collects requests from a website through an API to become a speaker. The process model writes to the Request table the status of the Volunteer Request, (Approved or Not Approved), then writes the data to the Speaker table for those Volunteer Requests that are approved. When I process an approved Volunteer Request, the process throws an error at the XOR decision node. The error is, "An error occurred while evaluating expression: =pv!volunteerRecord['recordType!PMSO Volunteer Request.fields.volunteerStatusId']=2 (Expression evaluation error : Cannot compare incompatible operands of type Null and type Number (Integer).)" However, the Write Record smart service Update Request, does it's job perfectly and updates the volunteerStatusId in the pv to 2 for an approved Volunteer Request and writes the data to the database. The expression in the XOR decision node is: The field is an inte
Hi I would like to automatically delete files in Appian's document folder.For instance, is it possible to automacally delete files that is uploaded over a month ago?
Problem: When applying a!toJson on a record type, record fields of type user will be converted to JSON objects. When casting the JSON back to record type, it fails to convert the user object (dictionary) to User type with error: CastInvalidCould not cast from Dictionary to User. Example recordType!Test(id: 1, createdBy: "user 1") - createdBy record field is USER type a!toJson on the above will return a json object with nested createdBy object: {"id"=1, "createdBy": {"id":"username1"}} a!fromJson returns a dictionary with createdBy as a nested dictionary: {id:1, createdBy:{id: "username1"}} casting to recordType!Test will throw error CastInvalidCould not cast from Dictionary to User. Changing the record field type from user to text would eliminate issues in JSON conversion, but it takes away the ability to use record security rules by user fields. Another workaround is to flatten out a
Hi All, Can you please suggest if you have faced similar scenario, when a process is running in the background how can we show a warning message for 5 minutes and after 5 mins we have to show the page to users.
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.