-
Recently active
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.
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, 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 My requirement is to avoid mail alerts when process instance's fails with out changing existing process model designing. we thought of maintaining process instance information along with errors in database, Do we have any option in Appian to get process instance information along with errors like any log files or any reports
Hi, I need to open a SAIL form directly from an old Portal form. I don't want to launch the page that states - 'This form must be viewed in Tempo.'., for the user to then have to navigate to Tempo and then Tasks, but for the task page to open directly The task link is on the old dashboard style portal and in a task list for the user to click which uses - /suite/process/getTaskDetails.simplepopup?taskId=268974442&appian_environment=apps*/ as opposed to /suite/process/getTaskDetails.simplepopup?appian_environment=tempo&taskId="&ri!taskId&"&pmdg=true" which would open it directly. Thx
Hi all, I am struggling to send zip file over sftp. normal files are sending without any issue, but when i send zip file its give me error like "The system cannot find the path specified. " can you please suggest how can i send zip file through sftp
Hi Team, How to make current assignee to empty in the user input task. PFA
I want to get the current screen type in which my interface opened.Here screen type I mean : "PHONE" , "DESKTOP", "DESKTOP_WIDE" etc I tried using a!isPageWidth() but that is not working for my requirement.Please help me with this.Thank you in advance!!
Hi, When we use " Run as whoever designed this process model", will the system considers the latest one who published it or the user who created it (i.e., version 1) ? Thanks in advance,SSP
While entering a leave request in a read-only grid I am entering the same date two times with different leave type (which is allowed). I need to get the leave hours entered for the same date as I need to give a validation message if the sum of leave hours exceed 8 hrs for the same day. How can I achieve this? In the sample data given below, I want to extract the requested hours where the leave dates are same: [LAST_UPD_USR:ehelen,LAST_UPD_TS:10/14/2022 5:55 AM GMT,CREATE_USR:ehelen,CREATE_TS:10/14/2022 5:53 AM GMT,IS_ACTIVE:true,APPROVED_HRS:,REQUESTED_HRS:5,LEAVE_TYPE:Sick Leave,LEAVE_DATE:10/26/2022,FK_STAFF_ID:113,FK_EMPLOYEE_LEAVE_REQUEST_ID:19,EMPLOYEE_LEAVE_REQUEST_DETAILS_ID:1]; [LAST_UPD_USR:ehelen,LAST_UPD_TS:10/14/2022 5:55 AM GMT,CREATE_USR:ehelen,CREATE_TS:10/14/2022 5:53 AM GMT,IS_ACTIVE:true,APPROVED_HRS:,REQUESTED_HRS:8,LEAVE_TYPE:Vacation Leave,LEAVE_DATE:10/20/2022,FK_STAFF_ID:113,FK_EMPLOYEE_LEAVE_REQUEST_ID:19,EMPLOYEE_LEAVE_REQUEST_DETAILS_I
Hi all. I'm creating a mobile application for employees to record their working hours, is there anyway to create a sign in feature? because each user should have an account to login and insert his record hours. but I'm wondering how can I stored their passwords, and emails?
I created successfully a web api (image bellow) then i copy the URL in the browser and its works (check image bellow) But when I copy the URL in an incognito browse, shoe this error: {"resource":"\/suite\/webapi\/CWAOECClients","error":"APNX-1-4187-000","message":"Authentication failed. Please check your credentials and try again.","title":"An Error Has Occurred"}Help please ///////////////////////////////////////////////////
User demonstrated an error that is continuously occurring for them. The functionality previously worked for the user. I do not receive the error following the same steps. The error also has no details and it is not shown in the tomcat logs. What can I look in to?
What is the difference between quick apps and application builders to create an application?
Hi, I have deployed a new process with the Deployer tool, and few minutes after, I've noticed that this process has been launched itself automatically without any user action. The only particular settings is that the process is configured with a Timer trigger set with a weekly value : saturday on 7:00 am The process has been deployed today (friday 2022-10-13 at 12:00 am) so the day and hour does not match with the timer. Would you have any explanation ? is this an Appian ou Deployer bug ? Regards
I have data stored in db as row wise. that data i have to show in column wise is that possible if so please let me know data stored in database like below Contact ID Contact Limit AED (000) Contact Outstanding (AED’000) Value of Extension Sought AED (000) Capital Amount AED (000) Interest Payment Due (AED’000) Current Due Date Days to be Extended New Maturity Date From CrP =Contract Limit = Value of Full Contract - Outstanding =Value of Extension Sought = capital amount = Interest Payment =Current Maturity Date of Payment being extended =Number of days extension sought (B) =New Extended Maturity Date Total 100,000 5,555 1,192&nb
Query API fails with 500 Error because of Memory threshold reached during output conversion "An error occurred while retrieving the data. Details: Memory threshold reached during output conversion (rule: [queryentity expression], type: [YMXXDT4282], threshold: [1,048,576 bytes], objects successfully converted: [2,431])" Is there any pagination option which we can use? Any insight would help a lot. Thanks
I am unable to get a milestone for a particular id . Can anyone help me with it please
Hi Everyone, I have the requirement of impelmenting SSO login for users while they are approving the items present in interface. Can anyone please help me out? Thanks, Shubham
""
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.