-
Recently active
Hi all, may I know, how to extract data from an xml file Thank You
Hi All, I have a requirement that to display the month name & Year from two particular dates .Is there any direct function or please give any valuable suggestions on the same. Ex:11/2021 --10/2022 It should display Nov2021,Dec 2021.....Oct 2022 Thanks & Regards Saidivya Minna.
Example: Rule input has no. of items 24, I want to retrieve in batches of 10. i.e at 1st I need to get top 10, 2nd time next 10 items and 3rd time should get 4 items
Hi everyone, I'm quite new to process model things, so there were something that I have heard of but didn't understand. 1. What is process model engine? Is there any documents about it? 2. How to set the sub process to be executed on the same engine with its parent process? And is there any benefit on that? Really appreciate your helps!
I am creating a new record with id, as soon as I click to create I want to redirect to that particular record summary page but it's going our site home page, Can anyone help on this Thanks in Advance
Hi All, I am getting an error while adding a new page (which consist a rule input ) in the site . Previously I was able to add the pages with rule inputs but from today its showing error. Please help me to rectify this error.
Good Afternoon! I'm trying to deploy downloaded package in Appian environment using internal API of Appian. https://docs.appian.com/suite/help/22.3/Deploy_Package_API.html 1) Could you please advise how to use it more correctly. For example I need to describe name of the package - how I can set path for local downloaded package with the next deployment? 2) Can I use API body without sending DB scripts? Could you please provide examples for understanding? Thank you! Best Regards, Aleksandr
Does anyone know if there is a way for the value to be multiple possible values? So for example when I select the option label truck it will look in the data for IDs that are 3 or 4 and not just 3? Thanks
Hi All, How to know if anyone/who deleted the documents from folder in appian ?Will it be recorded in any logs?if yes then How can I check. Thanks in Advance
I am trying to run a Jmeter performance test on our application which is integrated to Appian. When I login through browser I see the following calls to Appian suite/webapi/gpp-getinflightstatus openam/saml2/jsp/idpSSOInit.jsp?spEntityID=VOL_APPIAN_SPID_USER&metaAlias=/vol/VOL_APPIAN_IDPID_USER suite/saml/AssertionConsumer (The SAMLResponse from idpSSO is sent as a form data) In the response of the above call we get Set-Cookie: JSESSIONID=8F03F8FEC8186FD05976F056B1598117.node1; Path=/suite; Secure; HttpOnly; SameSite=None; HttpOnly Set-Cookie: __appianCsrfToken=d95244bf-0e06-414a-a918-a97bd6cdc69e; Path=/suite; Secure; SameSite=None; Secure Set-Cookie: __appianMultipartCsrfToken=ac3f7bc7-76a4-46c8-82cf-7eeae0e714f4; Path=/suite; Secure; SameSite=None; Secure Set-Cookie: REMEMBER_IDP_COOKIE=<cookie_from_response>; Max-Age=315360000; Expires=Wed, 02-Jul-2031 08:14:33 GMT; Path=/suite; Secure; HttpOnly But when I am logging in from Jmeter I never
how to handle corner cases related to pdt and Gmt time zone in Appian and database respectively so as to have the record on the same date as appian.( The time difference is of 7 hrs between pdt and gmt )
How do you remove the White Space on a DropdownField Component
I required to send an email to the users through custom email mailbox. I've used EWS plugin from the app market before, but it's been quite some time since this plugin got updated. I know we can use Custom Sender from Appian 'Send E-Mail' smart service but this will append environment name at the end of the email like via company.appiancloud.com which I do not want. Do, we've any other alternatives to do this?
i have written the code like this even i have removed the labelposition:"COLLAPSED" also but it's not coming in UI what i have make to show it in UI
foreach(items:local:lines,expresion: local!searchsection: if( or(lower(left(trim(fv!item),7 ) ) = "section", regexmatch("\d{1,2}[.]\d{1,2}", left(trim(fv!item),5 ) )) , "Section: "& cleanwith(left(trim(fv!item),12 ), "1234567890.") ,{}) , local!section:a!refreshVariable( value: local!searchsection ,refreshOnReferencedVarChange: if( rule!NPA_isEmpty(local!searchsection), false(), true() ) ), local!section ) I'm trying to modify the second variable just if the first variable that i have is not null but if it is null i need to keep the last value the variable had
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
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
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 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!!
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
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.