-
Recently active
Hi All,Will readcsv("login-audit.csv") fetches all users login audits if we are on high availability cloud (Having more servers)?Or do we need to do anything extra to get the audit logs from individual servers. Thanks in Advance,Ramesh
Hello, We are trying to extract the data from PDF using AI skill Extraction but not able to extract most of the data, Is there any way to improve the AI skill document extraction performance to extract complete data in PDF Thanks R Gopala Krishna Raju
Hiii, i want to fetch multiple string value seperated by semi colon through query in one column like (123456;234565;456789;234567;124567). How we can do that
Hello Experts, Not able to find the Appian Connected Systems - Document Vector Database, is it pinecone CS? Cheers, Kalai.
Hi Team, I would like to remove total words from a sentence, Below is the sentence Are the machines property stickered(external communication) I need to remove(external communication) from the above one, Strip with or clean with cant be used because it will remove other letters also Any suggestions ? Thanks
Hi, I am receiving date in the format like : 25SEP I want to format it in this format : 25th September Is there a way to do it ?
hello, im trying to implement a rule that takes as an input (number:decimale) and return and italian readout of that number for example(21762161120,58)the result will be this way (ventunomiliardisettecentosessantaduemilionicentosessantunomilacentoventi/58)
Hi all I need one suggestion please let me know if anyone have an idea Question: I had data in array ex: a!map{ (id:1,idTwo:1,value:text), (id:1,idTwo:2,value:exam), (id:1,idTwo:1,value:yes) }, I need to combine the value when id and idTwo are same Expected Output: { (id:1,idTwo:1,value:textyes), (id:1,idTwo:2,value:exam) } Thanks In Advance
Hi does anyone know how can we perform AnalyzeId operation in appian using textract connected system? I cannot see this operation while configuring integration
My use case is i just want to get all the employee details whose birth month is suppose i pass 7 in rule input.How can i achieve it?
Hi All, I have multiple values like this, I need to show single data ,How Can I show single value using expression rule, Is there any way to do ? Please help on this on priority.
Hello everyone! I'm in the process of designing a quiz feature, and I'm struggling with designing an algorithm that will choose questions for a quiz. I believe my issue would easily be solved with a while loop, but since this is unavailable in Appian, I need some help designing an alternative solution. I have no code written, so let me describe my issue from a high level. I have a table containing quiz questions - around 400 rows at the moment. When loading a quiz form, I need to pull randomly chosen 40 questions from this table. First, I determine the first available question ID. Then, I determine the last available question ID. I save both as integers, 7 and 403. Then, I get a random integer number, picked from a range between 7 and 403. And here's where I get stuck: I need to make sure these numbers are unique. Normally I would have an array that I would append with these randomly generated integers on the condition that they are not already in the array, and I would do
I have a requirement to connect to Drone from Appian. I have seen an application developed by Procensol in Appian Hackathon for the same. https://youtu.be/IN5MEyguKaM?si=kl-wATgZ00rDg53Q Please let me know if there is any Plugin/API to use the same? Thanks, Sarat Tumu
user(pv!servicesDelivered.iss_analyst,"firstName")& " " & user(pv!servicesDelivered.iss_analyst,"lastName")Above is the code I have, simple user fuction to grab first and last name for user. Currently getting this error: (Expression evaluation error at function 'user': Null argument not allowed) (Data Inputs)Any insight to why? Than you in advance!
1. Interface upload image 2. second interface use document viewer to display image. Pulling image by document ID a!documentViewerField( label: "Laboratory test results image", document: ri!svcRequest.lab_images, altText: "5 Digital Transformation Predictions for 2018 and Beyond", height: "MEDIUM") 3. What I need is to pull the same image and display in an email. How would I go able doing so? What I am seeing is that is may not be possible.
An email is send by the client to appian mailbox, Appian needs to autodetect and pickup the attachement from the mailbox automatically. with the attachements as a input we have to triggered the process where input is the attcahements of mailbox. is it possible to autodetect an new email with the attachment from the mailbox? in case if it auto detected, how to trigger an appian process with the attachment as the input?
Hi, I have a question, I need to evaluate two dates, one I have already solved, the one I have solved is like this: I have a date, and I have to validate with a boolean that must receive a data from 3 months to here, if it is more than 3 months, it is already an invalid date, but the part that I have not solved is, that I mark an invalid date from tomorrow. I have compared it with an or, but it gives me true, I have this code, and it returns a true if( local!tipoComprobante = "INVOICE", a!localVariables( local!extraeFecha: substitute(right(local!fechaRecibida, 9), " ", "-"), local!mes: rule!months(month:extract(local!extraeFecha, "-")), local!fechaValida: concat(local!mes, "/", left(local!extraeFecha, 2), "/", "20", right(local!extraeFecha, 2)), or( today() <= edate(local!fechaValida,3), today()+1>local!fechaValida) ), false ) this code block is inside an if, could I get some suggestions? my local variable
Hi all, Is there a way or a plug-in that allow us to expose some appian functions? Let me explain the scenario: We have an application that is highly configurable, at some point we need to give a group of more experienced users the ability to be able to assign certain values to certain fields, besides being able to assign static values "1", "2", "3", "TEST", "EXAMPLE","OK" ,etc (for say something), we want to give them the ability to use functions to calculate differently the values using functios like Sum(), AVG(), etc. or for calculations with dates AddDays(X), today(), etc. Is there any way to expose those functions that we use in SAIL in some way to the end user? Thanks in advance for your help
a!gridColumn( label: "Conformance", sortField: "adherence", value: a!richTextDisplayField( label: "Adherence", value: { a!richTextItem( text: if( rule!INO_isBlank(fv!row.adherence), "-", fixed(fv!row.adherence, 2) & "%"/*text(fv!row.adherence /100, "##.##%")*/ ), link: a!dynamicLink( value: fv!row.employee, saveInto: { ri!selectedEmployee, a!save(ri!selectedEmployeeRow, fv!identifier) }, showWhen: and( and( not(isnull(ri!showDynamicLinks)), ri!showDynamicLinks ), fv!row.adherence 0, not(or(fv!row.employee.isTeamLead)) ) ),
Hi All, We have a scenario to extract data from PDF. In interface we have a screen to upload file and on submit starting a process using a!start process to extract data from that file. It is working fine from developer mode. when we add that screen to site document is not passing to that process, we are getting error like invalid content ID. Thank you. Priyanka
In paragraph text , I want email validationtest1@gmail.comtest2@gmail.comtest3@gmail.comtest@test,com---(error)I would like to have email validation in such a way that it should accept only email like test@gmail.com ,only gmail.com mails it should validate and if it doesn't have gmail.com at the end then throw error at the line( @test.com in our case )
100 people standing in a circle in an order 1 to 100. No. 1 has a sword. He kills the next person (i.e. No. 2) and gives the sword to the next (i.e. No. 3). All people do the same until only 1 survives. Which number survives at the last? There are 100 people starting from 1 to 100. can anyone please tell me how can i do it?
Hi all, I am trying to extract a data from PDF using the new AI SKILL feature. Attaching the screenshot of my PDF and Process Model. The Output is a stored in a CDT with the same field and name. This service does not give any data after execution and it takes 5 minutes of time for a simple process with 1 node. Kindly advice how to proceed.
Hello team, I would like to ask you for an advice. In my tool there is one User Input Task which is assigned to a group "Processors". The users of this group accept the task and complete it. I set up an "Escalation" to reassign the task back to queue if some of the processors forget to complete it. My problem is that in some cases, I cant really explain why, the task is not released and its owner remains still the user who accept it. So I created a flow for business administrators who can reassign a task to somebody else from the pool using the "Reassign Task" smart service in Process model. But even if we select the "ICH Processors" as a group to assign the task back, the owner of the task will not change and the task will be not available to accept it. Any advice please on how to resolve this? How to change the owner correctly? Thanks
Hello, I've been training a document extraction AI Skill in one region and then deployed the AI Skill to a different region. Interestingly, I'm finding that the document extraction in the first region performs better than the document extraction in the newer region. Do AI skills have to be retrained in each region, like when you deploy from TEST to PROD? 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.