-
Recently active
Hi Experts I need to migrate data from On premise environment to Cloud environment. For every record there is a folder creation whose id is stored in DB table , Also these folder , later, filled with documents that uploaded by end users. 1) Is there a way that I can migrate the same folders with same IDs in DB, If not then what is the best way to do so? 2) Is there a way that I can migrate the same documents with same IDs in DB , If not then what is the best way to do so ? I'm new to appian , so please provide a step by step solution in easy language. Thank you in advance
IS there any way to download document automatically by using Process Model without click .
Hi, while accessing Appian Developer Learning Path (Associate Developer) in Appian Community ,post the new curriculum update in November am not able to access one of the lessons "Query Your Data" and also I had taken the mock test before November , currently the same set of questions are available , its not updated as per the new blueprint. Could anyone help me on this. Thanks and Regards
Hi, I have created a simple stored Proc with 1 input parameter Can someone let me know why am getting this error
How to pass process parameters in WEBAPI which calls process model .a!startProcess( processModel: cons!PCI_PM_CALL_INTEGRATIONS, processParameters: a!fromJson( http!request.body ), onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error starting the process" } ) ))
Hi All, Currently, we are using the 23.2 version. I have deleted the process model's latest version, and I realized the earlier version will not be enabled or activated automatically. I saved the earlier version of that process model and then published it successfully (Version No. 10). Now, I am facing some issues. Whenever the above process model is referred to, Appian doesn't always pick the latest published version, sometimes picking an earlier version (Version No. 9). Can anyone advise on the below? How do I make sure Appian picks the last published version (version #10)? by restarting the application server? Appian is giving provision to delete the version, but is it recommended to delete the older versions? If yes, then how do I make sure the earlier version is active? Thanks in advance.
Hi all, I have a query that when we are configuring any file within validation like fv!files.size < 3Mb.Will it check the total uploaded files size or for a single file validation will it checks. Please give me some theortical knowledge on this. Thanks & Regards, Divya.
Need more customization in the csv file, I want to specify the row delimiter as @ or ^ specifically in the csv.
Hi, trying deploy an application via APi (externaldeployment), receive the following error {"resource":"\/suite\/deployment-management\/v1\/deployments","title":"An Error Has Occurred","error":"APNX-1-4552-004","message":"The request cannot be processed."}IN the documentacion I didn't find anything related with this code...
Hi Community , Downloading the attachments for a Particular issue from JIRA is what the user wants. Using integration, I am retrieving the submitted attachments for a certain Issue from JIRA in Appian (url). Afterwards, when the user clicks on the URL, I trigger the integration to save the document in Appian (Folder) so that the user can download it if the download document link is provided in the UI.As you can see there are two clicks are happening . 1. While invoking the integration to save the document .2 .User can download the document if provide download document link in interface.can we do this whole operation in single click ?
Hi, Select process model alerts setting and saving and publishing the process model.When error occur other users still receive alerts from the process model.As my understand (Send alerts to the process initiatior) means send alerts mail only to the process initiator.Is that correct?why other users still receive alerts ?
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 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.
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
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.
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 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 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"}
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.
Just for clarify .... In which language appian is written?Python or Java? I found a result in google .【APPIAN pipeline is implemented in Python using the Nipype library】 Is that true? Thanks
Hi Team, Is it possible to have Multi level/hierarchical category axis as below in Appian
local!test1: { { item: "stapler", name: "Mike", countryId: 1 }, { item: "printer", name: "Larry", countryId: 2 }, { item: "laptop", name: "Mike", countryId: 1 }, { item: "glass", name: "Mike", countryId: 3 } },
base64 is not supported in gmail in email template. what should I do for displaying image in email template.
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.