-
Recently active
Hello, The basis of this question is in the subject. What is happening is that we have a trigger function in our database that creates a 32 varchar UUID for each record when they enter our database. My issue is that since the UUID is not generated by Appian in the Data Type it doesn't pull it into the process. Since everything is a process variable I would need to pull information into the process model. Where I am coming into an issue with is how I would do this. More information no other column in the database is Unique so querying from the database would be difficult as things may repeat. Any information is helpful thank you in advance!
Hello, I’m evaluating the Appian tool for a customer, and one of the criteria I’m looking at is the ability to separate customers in the same flow. Is multi tenancy a feature of process flow? How can this be achieved? Thanks in advance!
Hi, I am getting this error in process model
Hi How to Enable Import package button in community edition i need for import IDP new version
I installed Appian version 21.4.340 and followed the quick installation guide. I was able to go onto the localhost site but when I tried to run the process model the flow is always stuck on the start node. When I start the Appian engines I notice the execution engines and process design are in stopping state. I tried using the engineRestart.bat but the result was the same. If anyone else ran into this issue or know how to resolve this please and Thank You. Waiting for services to start... analytics00 in RUNNING state, PRIMARY mode analytics01 in RUNNING state, PRIMARY mode analytics02 in RUNNING state, PRIMARY mode channels in RUNNING state, PRIMARY mode content in RUNNING state, PRIMARY mode download-stats in RUNNING state, PRIMARY mode forums in RUNNING state, PRIMARY mode groups in RUNNING state, PRIMARY mode notifications in RUNNING state, PRIMARY mode notifications-email in RUNNING state, PRIMARY mode portal in RUNNING state, PRIMARY mode execution00 in STO
Hi I am getting this UI error, but all values are correct only
Hello How long does it take to get the certificate updated on profile after giving ACD exam? I gave the exam yesterday and at end saw as PASS. Its been a day but don't see that reflected on profile nor got any email from aAppian or examity either with a pdf or stating pass It was proctored exam.
Hi, I have created a Appian DocuSign Connected System but my token gets expired every 8 hour and I did not find a way to refresh the token as well. Please help me with it.
Hi All , I have an editable grid from where i am populating data from the db object and also i have an option to add new column . When a user change on existing column then i have to update modified by in database . can u please tell how can i achieve this
Hello Appian Community, I am using "Create User With i18n" smart service in a process model to create a user. I am getting error " The following fields have invalid characters [Last Name: Abc Defghi Jk Lmno Pqrstuv WxyzAbcdefg Ijklm] *Name fields may only contain letters, numbers, whitespace, and the _ or - special characters and username can only contain letters, numbers, and the following special characters: @ . _ - . It must not match an existing username regardless of case." As you can see there is no special character in field "Last Name". and I also checked username is not present in appian. Still it shows this error. Does that field has any limit on number of characters ?? Thanks, Shikhar Barve
Hi, We have a requirement where we need to send an email with the start process link and as the user clicks on that it will open the first chained user input task in that process. I have tried adding the above component in the expression editor in the message body but the email does not have the link and showing the attributes of the component. Thanks,Sanjay Joshi
I have created new document channel after running after extraction error at reconcile process model in node set var.
Hi I have an editable grid like below. The customer wants to move from 1A to 1B on click on 'Enter' instead of 'Tab' press. Is this possible. A B C Row 1 Row 2 Row 3
Hi guys, I was using this "Export DSE to Excel" SS in replacement for "Export CDT to Excel" SS which is deprecated in recent version. So the problem is , they have declared CDT in the start node variable and did some changes in the script task afterwards and pass the PV as CDT in older version. But the new version is throwing error while giving the PV as CDT. Is there any way to solve this. I need help ASAP. The error message and the process model structure. Thanks in Advance. Regards, Kavya
i have a requirement where I have to extract the data from a csv file to a cdt/database. Here row1 has fields and row2 has the values. Again 4th row has few more fields and 5th row has the values. I tried using import to database v6 which works only for row 2.But I need to work for row 5 as well.
can anyone Check If the following code is correct .The final output is not displaying in the required field. It is for calculating loan interest a!formLayout( contents: { a!sectionLayout( contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!integerField( label: "Amount Of Loan required", labelPosition: "ABOVE", value: ri!LM_CustomerDetails.loanid.amountOfLoanRequired, saveInto: { ri!LM_CustomerDetails.loanid.amountOfLoanRequired, a!save( ri!LM_CustomerDetails.loanid.loanRepaymentPerMonth, if( and( not(isNull(ri!LM_CustomerDetails.loanid.amountOfLoanRequired)), not(isNull(ri!LM_CustomerDetails.loanid.interestRate)), not(isNull(ri!LM_CustomerDetails.loanid.repaymentPeriod)) ), ((ri!LM_CustomerDetails.loanid.amountOfLoanRequired * ri!LM_CustomerDetails.loanid.interestRate)/ri!LM_CustomerDetails.loanid.repaymentPeriod), {} ) ) }, refreshAfter: "KEYPRESS" ) } ), a!columnLayout( contents: { a!floatingPointField( label: "interest rate"
Is there a way to disable nodes in a process model for testing purposes? At the moment I just disconnect the nodes from the process model, but Appian doesn't seem to like that. I would like to be able to do some equivalent of commenting them out, if there's anything like that.
Can someone please help with the "Set search context" on Windows Automation Tutorial? The part of the workflow that Switch to Notepad sometimes works but does not work most of the time with this error message: "The element could not be found". Below are the screenshots of the configuration set up: Thank you in advance
I have a requirement to send consolidated escalation emails. One user can have multiple tasks assigned to him. But requirement is we cannot send individual escalation emails to users as its increasing their mail box volume. So Instead of default task escalation email, I need to create a consolidated email which will show/inform all the tasks assigned to a particular user if task isn't completed within 2 days. I have a task report I tried using grouping by task owner field but it isnt working , attached code image Please help me with your ideas & solutions . Thanks in Advance
Ref: KB-2204 Information about the Log4j2 security vulnerability https://community.appian.com/support/w/kb/2511/kb-2204-information-about-the-log4j2-security-vulnerability-cve-2021-44228 As all AppMarket plugins are open-source, customers also have the ability to inspect and update independently (and can publish their updates We may use 1000s of plugins for our app, what would be the best approach to inspect to identify whether the specific plugin file uses Log4J and what version of it to confirm its affected by CVE-2021-44228 vulnerability? Is there any recommended tools / steps available please? Thanks
Hello Everyone, PFA image of Instance of a process model which ran perfectly fine without any error. Few Details are : There are 4 parallel paths in the process Model(from top to bottom respectively). 1st run always. --> Working Fine At each run either 2nd path is traversed--> Working Fine or (3rd --> Have Issue & 4th --> Working Fine) are used. Issue: On 3rd Path, I am using the node in the red circle to store a CDT in the DB, but nothing is stored in the DB. The previous node(Expression rule) in the same path create that CDT which we want to store in DB. However if we manually open the running instance of process model & Start the encircled node by doing a right click on it, It works fine. Kindly please explain me the root cause for this & suggest what I can do to overcome this issue. Thanks, Shikhar
I want to have the gridcolumn header fixed while scrolling down. while scroling down grid header automatically goes up but want something like excel. I've suggested clients to restrict the paging to small number but they dont want that, they want excel like feature An editable grid where you an scroll the columns but leave the first one frozen (like you can in Excel). Please help, TIA
Do the original hotfixes on the 11DEC cover nvd.nist.gov/.../CVE-2021-45046
Is there a way to know which input field is in focus in Appian. i.e., the cursor is inside it.
How can we use appian service instead of google cloud service for classification and extraction in appian idp
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.