-
Recently active
Hi everyone, sorry in advance for a confusing question. So I have this expression rule with two rule inputs, ri!innitiator and ri!excelSheetJSON, the code works well but I have to create the test cases for each of the rule inputs and I have no Idea how I'm supposed to structure the excelSheetJSON one. I provided the code used in the expression rule, in the PM node where we included the JSON code and the test case page where you can establish the parameter for the case. My question is what do I write in the red box to give the appropriate output? (In the expression rule) (In the PM) (In the expression rule) Thanks for the help!!
User will enter start date while creating the request and then after approvals .it should start process model on its own upon reaching start date
Hi, We did a below setup to trigger a process model once for every 2 weeks on Tuesdays. Everything was working. One fine day we did some changes to the process model and deployed during weekend we expected the process model will trigger. But, it did not trigger. Question: Process Model will count the weeks starting from the day when we did re-deployment? will it not remember initial processed day/week and trigger accordingly.
Hello Team ! I am new to Appian Community , While requesting access for Community site for practice i am getting below error . Can anyone help me to get access. Thank You!
Hi All, I need to add filters to the columns in record list, just like filters in an excel sheet. Can anyone please suggest me how to achieve this?
Hi Experts, I need your help in resolving my issue. I have one HTML template which is being attached in send email node in a process model. I want to add one image in that template. But up on adding the image via a document constant that we are passing in a template its not showing up like this in the email that we are getting: But when we are using URL for adding an image in the template its working fine. My question is how to add an image in an HTML template that it will display in the email but using Image file document constant in Appian?
I must be missing something simple as I cannot even get the sample to work for my custom picker. I have created this expression rule: And then, this is everything on my interface: a!localVariables( local!pickedState, local!stateLabels: { "Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", &
Hi All, I need to add a footer section at the bottom of the interface which should remain fixed at the bottom irrespective of the amount of grid rows in the interface page. Can anyone please help me with this?
I have requirement where i need to include deep link (similar to task ) . so when upon clicking on it it should direct to the form for approval
how to design the processmodel that Should trigger on that particular date and then it should call api , again after reaching end date api call should end in processmodel
So I am trying to have a dynamic page name depending on the number of tasks being displayed in grids. I have set up an if() statement for the page view name and I have the expression rule set up as: a!queryProcessAnalytics(report: cons!report, contextProcessModels: rule!ContextProcessModels(), query: a!query( pagingInfo: local!pagingInfo, logicalExpression: a!queryLogicalExpression( operator: "OR", filters: { &nbs
Hi, I'm relatively new to Appian and came across a use of the if() function that didn't seem to fit with the online documentation and syntax. According to some more experienced developers it wasn't unusual, but I was disappointed not being able to figure it out on my own. How would you all go about understanding a function use that didn't seem to match known syntax? Or help me read the syntax better: if( condition, valueIfTrue, valueIfFalse ) showWhen: if( local!status = cons!APPL_STS_OFF, local!level= cons!APPL_LVL_THIS, local!level = cons!APPL_LVL_THAT )
Expression evaluation error at function a!forEach [line 104]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'cast' [line 106]: Could not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalidCould not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalid
Hi All, I have two CDTs A and B. B is nested to A. I am creating the data for cdt A using expression rule, for each record in A there may be multiple record of B. Can someone please help me how can I create using expression rules which will further then inserted to database.
Hi everyone.Do you know which is the minimum score for passing the Associate Developer Practice Test? I want to obtain certification. And another question in the exam includes questions related to Introduction to Appian Delivery Methodology? since that topic comes in the learning path, but not in the exam objectives, in fact it does not even include the percentage.
Hi All, I need to display icon besides checkbox choice lables. How can I achieve this. Can anyone please suggest something?
Hi All, I am new to Appian. I am not able to access the Appian Community Edition Site. It's showing "Check Status" and says that an email will be sent. I have not received any email in this regard till now. How long does it take to receive an email in this regard. I have joined almost a month now but haven't received any email in this regard.
Hii All, can anyone help me how to maintaine multiple field level Audit log in appian. 1) like I have field (like firstname,lastname,email,address,city...so on) then I have edited all the fields and submit the form. so How to show in the grid for every action(create, edit, cancel). Below is the grid I want to show audit log like this:
I have created a sample code, where the current date is being displayed in specific color, but I am facing an issue while selecting the date. Once the date is selected I am getting the issue mentioned below. The calendar display The calendar after selection of date : The calendar display after selecting month:
Hi ,All My question is that in the view summary page of Record type, I have add an interface to show the data in summary view page . So I am fetching data with the rule expression ,and call it in the interface. My problem is that ,all data is showing in the interface but some data is not showing in the summary view page . Please help me how can I resolve this issue of inconsistency of Data in summary page.
Hi All, I was wondering if there is a way to limit the number of characters shown per column in a grid. For example, I have a grid that has one column that shows a field called description and its data max character limit is 2000, but in the grid visually I only want to show 500 and then .... if they put their cursor over can see the rest. Is this possible or even something similar, this way the grid looks more harmonic since some data has up to 2000 characters but other ones are only 100-200 and things like that. thanks in advance
What am I missing? Why is it taking weeks to set up Community Environments for new users? Could Appian not create some sort of RPA process to generate them? It's REALLY difficult going through the Developer training activities without an environment.
I have been unable to find a starting point to the COMPLETE documentation of the Appian expression language (I don't know the correct name as I have not been able to find one). As an example, I found this by searching Google: https://docs.appian.com/suite/help/23.3/expression-advanced-evaluation.html But, this seems to be a random orphan page. I am unable to find a series of pages to which this belongs, and if I start from the menu on the upper left, I don't see how one would encounter this page by navigating that menu. I have found the page with documentation to all the functions, but not a complete FULL documentation to the syntax of the expression language. I would absolutely love to read it in its entirety instead of having vague ideas of what can be done and how it works from random examples. Where can I find this documentation that I seek? Am I overlooking something obvious? Thank you
Hi All , In File Upload Control , I don not want to save the File in Knowledge Center Folder when User First Upload and then Click Cancel or Close the Tab . What should I do in this case .
Hello all, I am trying to empty the form whenever I press add button it empty the form and take the data to an editable grid like this.
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.