-
Recently active
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!
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",
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 want to disable a column for group of users in the editable grid
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?
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?
Hi There,I'm trying to convert a HTML template to PDF via two smart services, i.e., 1. HTML from template 2. HTML to PDF,But while converting the orientation is changed, attaching screenshot for reference. please help with the issue.
Hi All I want to add a comma after each digits local!Var: 1223, I want the output like 1,2,2,3 Any help will be greatly appreciated!
how we can fetch the document extension name and document type in when we upload something on UI
Hi! Does anybody knows how can I capture the time when a user accepts a task? and who accept it? when a user input task is assigned to a group of people... thanks!
HI Team,I have a nested cdt. for example {id:1, employee:nested_cdt, contact:1234567890, age:21, year:1}, based on age field I'm updating the employee, contact, year using 3 different foreach. So can I do this in a single foreach using update(), I tried but it resulting in 3 different cdt's instead of one. Can anyone help or provide a better solution with a sample code?Thanks in advance [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
I want a column in an editable grid where I have checkboxes for every cell in that column. User can select yes or no option
I want to get the sum of values from a column in the expression editor and I want to use that expression object in an interface to show my Sum which I calculated.
Hi All, I have a scenario where i am facing some issue: I have a process model to create a data into db by using import excel to database, when i add the data in excel and upload its working as usual, but when i miss some rows in excel while adding data and uploading. process model is not writing that data in Database, its simply completing the flow but not writing the data.
i link: a!documentDownloadLink(document: fv!item.appianDocId ), used the above two lines to download a document but it does not download , it open a tab with a message error : { "error": "APNX-1-0000-000", "message": "Invalid Content ID", "title": "An Error Has Occurred"}
I am building a editable grid in an interface. I want to give ability to the user so he can add new row to the grid. When he clicks on the new row button a new row appears and after filling that row, it should be added to the record type and the grid type.
Hi All, I need to show and store 7 digits after decimal and before decimal its 'n' number and the data type is number(decimal) how I can do that? Thanks in advance.
In table we have two fields id and status but according to id i want condition like if status chnaged to cancelled then it should move to end node how i can use this condition in XOR gateway ?
Hi, understand from the documentations that the limit of activity chaining is < 50 nodes. Want to understand if the limit includes the nodes within synchronous sub-processes? Also what if the sub-processes ran multiple times? For e.g., parent process has 40 nodes, including a synchronous sub-process with 15 nodes. Does that mean that somewhere along, the activity chaining would break? What about this other scenario - parent process has 20 nodes, including a synchronous sub-process with 10 nodes but it runs multiple times (let's say 4) - would activity chaining break in this scenario as well? For some context: We are trying to implement a search feature for our client that requires the integration between 3 APIs... in our interface we are using a!StartProcess to trigger a process model and using processInfo to get the process variable to display the results of the integration. But ofc our process model is too large (with each integration as their own sub-pro
Hi, i want to create milestone with save buttons for each step and should have validation when go to next step. buttons should be aligned in same raw. can you please suggest me method not to complicate the code. 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.