-
Recently active
Hi All, I have inserted the interface code, comment field line :152, here how can we pass the ruleinput to value and saveinto parameter.? thanks in advance. a!localVariables( local!griddata: 'type!{urn:com:appian:types:IA}IA_asupplier'(), local!selection: ri!addProduct.status, local!comments, a!formLayout( label: if( ri!Manager = true, "Approval for Product", "Add Product Details" ), contents: { a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Product Name", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: cons!IA_ProductName, choiceValues: cons!IA_ProductName, value: ri!addProduct.productname, saveInto: ri!addProduct.
Hi all, I'm creating a mobile application, ance and I have 3 interfaces. I want the user when signs in moved to the other interface. is there anyway to do this? or any guidance in appian documentation? because I couldn't find any Thanks
If the column touches the highest value on y axis I want the Y axis to be increased by a value so as there is space above For eg if the values are 5,10,15,20,25...and the column touches 25 I want the y-axis to be at 30
Hi , Does anyone have experience with using Sign PDF plugin and display timestamp information in singed document? BR,Natasa
Hi all, I have a datefield component. If I entered incorrect date format then it is showing some inbuilt error message than it should be in mm//dd/YYYY format but I want to display "Please enter a valid format". Can this requirement be possible? Thanks & Regards, saidivya Minna
Please suggest the number of reason of slow performance of process model, any cases
Expression evaluation error [evaluation ID = ] in rule 'pa_addvehicle' at function 'todate' parameter 1 [line 75]: PA Vehicle can only be indexed into using square brackets or the index function
I'm trying to set up a record action to launch from a record list interface. It appears almost everything is working, but when I hit the button I get an error in the interface. The error message corresponds to a previous issue I had where the rule input (the record I want to modify) was null. Therefore I suspect it's not getting properly passed, and I called the identifier field wrong. What should I be using here?
Hello All, I am using the smart Service "Import CSV to Database v6" for saving the data to my Appian table. I have tried with multiple columns and with single column also but getting same error. Error Message:- java.nio.charset.IllegalCharsetNameException: Sharing the Please help to resolve the issue. Thanks in advance. Regards Sahil Batra
Hello Team, We have a WebAPI that needs to be accessed from external system with Oauth 2.0 authorization. For this we setup Web API Authentication in Admin Console and got the Service account, Client ID, Client Secret, and Token request end point. When setting up in Postman to test this out, not sure about what to use for the Callback URL and Auth URL - see attached. [View:/cfs-file/__key/communityserver-discussions-components-files/18/PostmanSetup.pdf:320:240] Any pointers how this can be setup properly to test the WebAPI call from Postman? Appreciate in advance. Mahesh
According to check [emoticon:aa34d900b10e40f1940a832c842f5bca] and cross [emoticon:dba520f67eb440998a0d93cfe5604a4b], my answer is correct as i selected(highlighted) only check [emoticon:aa34d900b10e40f1940a832c842f5bca][emoticon:aa34d900b10e40f1940a832c842f5bca].[emoticon:aa34d900b10e40f1940a832c842f5bca]
The input should come from the date field and the output should include the year and the months in decimal. for example: Input 03/05/2016 the output: 6,5. .value: if( a!isNullOrEmpty(ri!dealerBusiness.dateOrganized), null, /*calculate the age of the person*/ int(right(today(), 4)) - ( right(ri!dealerBusiness.dateOrganized, 4) ) ), This what I have so far.
Hi All, I have a scenario, where I ma uploading the multiple documents and saving the id's to CDT (only Id's)And when I submit (upon the submit I ma writing the Doc Id to DB table from PM), The form was successfully submitted but In the next screen (where uploaded docs should be available as links to download),The link is available but when I click on that I am getting an error "the document doesn't exists or deleted", and this error i am getting only for few documents not all cases.Upon checking the document itself is not present in the Target Folder.Can anyone explain why this is happening? Thanks in advance,SSP
I have a use case in wich i need to convert a pdf to text and extract some data from it when i use a pdf with no hiperlink this takes les than 2 minutes but when i upload a document with hiperlink this process could take more than 12 minutes even if this file contains less pages.
this is the save into code what might be the issue here
Hello, I want to create a seat plan for office floors on Appian. Can someone please suggest what objects can i use to create seat plan of more than 200 seats with spaces in between the seats as required. Thanks
Hi,How can I fetch the status of RPA agent ,So that after knowing the status of agent ,Bot can do the further process.
Hi everyone, I'm trying out RPA on my Windows 11 computer. I used the configurator and followed all the steps. The configurator completed successfully. https://docs.appian.com/suite/help/22.3/rpa-8.4/custom_code/configurator.html. I start the RPA agent on my computer, it shows a list of Robotic Processes (created by a colleague on his Mac). Then back in my cloud environment, my computer does show Online under Resources. Next I create a new Robotic Process, blank template, add Permission, leave everything else as default, and click Create. But straight away I get this error pop up. Any help would be appreciated :)
Hi, We have an Appian RPA process in place where we are downloading documents in PDF format from a website. However, we have observed an issue where the documents get downloaded in html format instead of PDF having size less than 1kb. As a result of which, further processing of that file gets disrupted and the process fails. Please note that this issue is happening intermittently and only in Production region. For development and test regions, the documents are getting downloaded properly in PDF format. We have tried few approaches as well of downloading the document by clicking on the download option in the screen, right click on the screen and saving it as PDF, and using keyboard shortcut: Ctrl + P. None of these approaches are fixing the intermittent issue. Kindly suggest a solution or workaround for the same. Regards, Akansha Kumari
Hi,it is possible to filter a specific type of exception? For example, Problem: This notification is sent for canceled event messages of type Process to Process. Details: Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid bean property name 'approver' (valid properties are jmstype;username;comments;eventtype;originprocessmodelid;originprocessid;reviewer;destinationeventpersistentid;isapproved;destinationprocessid), bean error code 0) for message sent to persistent id 0003e2d1-67ad-8000-2b55-014d98014d98 on named port 'Receive Decision from Web Service'. The process itself has not been canceled and may continue to consume events. Recommended Action: Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener. Priority of this problem: Normal Priority and i want that users don't rece
I'm using a basic form interface to gather some data for an order approval. All of the relevant data is being stored in a CDT entry, a rule input called newOrderInput. The interface is used as the form for a user input task, and I'm trying to configure it to output to a process variable for storage in my data entity. I'm attempting to access it using ac!newOrderInput but it gives me an error, saying variable is improperly scoped. What can I change to access the rule input?
Hi All, can you please suggest possible ways to convert PDF and word documents into txt document. These document are not having any specific template and all are having different format . Please suggest easiest way.
Hi, Recently I have deployed a new application to Production environment. But facing DB connectivity issue.Please find the screenshot for reference: After creating the Data Source at Admin Console it shows Test Successful.Please find the screenshot for reference: and when I verified the Data Store, it is successfully connected to DB.Please find the screenshot for reference: Now the application starts working finePlease find the screenshot for reference: After some time I tried to login it is showing same error.Please find the screenshot for reference: I'm repeating the same steps to avoid the error. Please help me in clearing the error. Thank you.
Hi, I have requirement where in I have to validate if the selected date & time is daylight. In the regions of Canada where daylight saving time is used, it begins on the second Sunday of March at 2 a.m. and ends on the first Sunday in November at 2 a.m.
I'm using Appian practice environment, I cannot find publish option. Can anyone help me?Thanks in Advance.
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.