-
Recently active
local!readData: rule!PRO_qrtdata(lid: 244).data, local!selectedCounty: if( isnull(local!readData), {}, local!leadData['recordType!PRO Read.fields.countyuniqueid ), it is giving the error of "Invalid index type: Record field uuid: 6225c036-92c6-4200-a11f-fb68f362b1a2 Record type uuid: 9c9d5cd6-8a4b-435b-88c3-6aa310c89afc Relationship path: null".
Hello, I'm working on project and using the same form steps as "https://docs.appian.com/suite/help/21.2/form-steps-pattern.html", I'd like to change the color for the stamp field to be red if there's an error in the step. I added "validate: true() " to the next button.Is that possible to moving forward to the next step and just change the color if the step contains an error. Thank you for your help!
the latest version v22.4 seems to have a bug; The object identification fails for drop-down. On New version 22.4 the element definition for dropdown is as below; <span id="9d114c989f45ddbdab069168cd461dae_value_span">Value</span> .Whereas for older version of appian the definition was as below; <span id="4c85c14d61e4e58a2a354fc2a6e88f8d_selectedChoice" class="DropdownWidget---accessibilityhidden">Corporate</span> the newest version (v22.4) of cucumber tries to find the object with the following Xpath; //span[contains(@class, 'DropdownWidget---accessibilityhidden')]" This works on older version on newer version it fails
Hello Guys,I am trying to move the story and its individual components from on phase to another. So in the diagram story is Go to School by tomorrow and its sub task are GTC task2 and GTC task 1. The problem is when I tried to move the story all its subtask are also moving and when I moved the subtask its not moving only the phase change is written in the database. I need to show the sub task below the story.So I used below code to achieve also I think the problem is here. Can you please help me to solve this issue.--rule!APM_bcklogItemCard calls the single story card.--and I am again calling the APM_backlogItemandSubtask interface to get all the items on APM_backlog interface. { rule!APM_backlogItemCard( onlyStory: ri!onlyStory, backlogItem: ri!backlogItem, showEditView: ri!showEditView, document: ri!document, selectedBacklogItem: ri!selectedBacklogItem, refresh: ri!refresh ), if( ri!onlyStory, null, a!localVariables( local!data:a!refre
Can I import CSV files with Appian without using any sort of plugin?I know that there are plugins that allow for this, but I'm in an Appian cloud environment and plugins are not always capable/available. What I need to do is allow the end user to import any one of six different CSV files all with different headers and data.Based on the data in the files I need to do different calculations.I have no problems running queries against the data after it's been imported. If this is possible without a plugin, can you point me in the direction of documentation/tutorials to help me out with this? Thanks,pete
Hi all, need some help with the user's configuration. Is it possible enable by defaultthe user's accessibility option? I mean before to create it. Thanks for reading
Is there anyway can we show all the currently logged in users in the interface
Team, We have HTML output and we want to convert that output to pdf for showing the same in UI via document viewer component. Any idea how to ? Please Note: i have html output not html document.
I have a flow in process model where each and every subprocess of export to sql runs in sequence(synchronus also) following activity chaining . Once flow is done(when it is success and taking fv!processinfo as a reference) i will show a link to dowload document which has data generated from sql .But, strangely i am seeing that without completiion of process model in backend that document link is enabled for users where some data is missing beacuse of that. What makes that document download option is enabling though process model is still running in backend? What makes onsuccess parameter of a!startprocess is not working though i am saving fv!processinfo to know when to enable that dowload option? Can someone pls help on this?
a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!TI_SAVEDFOLDER_CONSTANT, fileNames: "Test1", maxSelections: 1, saveInto: local!file ) use above code to upload file in folder inside Appian using constant.
I am using Record type to show the selectable Grid and I need to take action after selecting multi records. I can do it by capturing selected values and pass it to start process via button but want to know if it is possible to do it via Record configurations like record action?
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hello, I'm in Japan and my time zone is : Osaka, Sapporo, Tokyo (UTC+09:00). I'm planning to take the Appian Associate Developer Exam. When I try to schedule the exam, I need to select the time as shown below. I'd like to know does it refer to my local time or standard UTC time. Thanks
a!cardLayout( contents: { a!columnsLayout( spacing: "DENSE", columns: { a!columnLayout( contents: { a!sideBySideLayout( items: { a!sideBySideItem( width: "2X", item: a!richTextDisplayField( value: a!richTextItem( text: " Validate Lead Viable", style: "STRONG", size: "MEDIUM_PLUS" ) ) ), } ) } ) } ), a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Does this lead have INN Facility Privileges?", helpTooltip: "Privileges not applicable if its a PT/OT/PCP", labelPosition: "ABOVE",
Hello, I'm new to Appian, and I'm trying to build main page report which is quite similar to this "Form steps". However, each step has to show specific interface by using rule!tInterface1. My question is how can I check the validation for all of these steps at the end of the report and show a summary for all of the errors, e.g. "Step1 has an error". P.S. an error sign appears by "default" in the section that contains an error, Can I check if the section has this sign or not? Thank you in advance!
By clicking on relation action button present on summary page, user should redirect to summary dashboard of newly created record . Is there any possibility like this? Can anyone pls suggest me a solution for this?
Hi, I have a requirement to send certain email based on few business rules. Also based on some logic ,we need to send email by passing priority High or Low dynamically. But with the send email smart service which we have , its a dropdown and we can't pass this value via expression editor. Any way to achieve ?
On file upload I want to change [Document:1234] to fileName.png.Here is what I have currently I've tried various expression inBut whatever I do, I don't get the filename saved in a variable.Things tried include (but I may have done them wrong): using a a!map using the document(documentId,"name") however [Document:1234] is not a number using a!replace(pv!file,"Document:",""), and that did not work I simply need to get the Document Id value so that I can use the document() function.I feel that I'm running out of things to try.Here is my input
Any idea on how to cast cdt to record type
When should we re-deploy an application vs. using a patch?
Hi, Is there a function available to retrieve only direct members from a group. The a!groupMembers function returns both direct and rule based members when "direct=true" is passed, but I am looking for a way to specifically obtain just direct members. Thank you
I am trying to create nested CDT . As part of that one of the CDT needs to be created multiple times. I tried to use forEach in type! but it's throwing me below error. Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!localVariables parameter 2 [line 7]: Keyword and non-keyword arguments must not be mixed. Used in: {urn:uk:aviva:appian:eow:createdocumentstoreanddistribute}EOW_coverLetterDetails.. Please find below code for reference, -- a!localVariables( local!customerNomineeDetails: {{Forename:"name1",Surname:"surname1",PercentageAmount:"45"}, {Forename:"name2",Surname:"surname2",PercentageAmount:"40"}, {Forename:"name3",Surname:"surname3",PercentageAmount:"45"} }, local!requestBody: 'type!{urn:uk:aviva:appian:eow:createdocumentstoreanddistribute}EOW_coverLetterDetails'( xcdBeneficiariesIndicator: "N", xcdCOBSchemeName: "
Hi everyone! [mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] and I will be going live at 11:00AM Eastern to talk all thing Appian Records while building an app using the PokéAPI! Join us live to build with us and ask all your burning Records questions. Here is the see attachmentApp Information Packet that will provide you information on getting set up to build along with us and give you ideas for additional functionality you can build out. We can also use this thread as a "show & tell" if anyone would like to share what they've built!
I've been experiencing this since a couple hours. every time i submit a user input task in one process model it throws this error even though the process model that is giving me this error hasn't been modified since yesterday and everything was working fine.
once submit button is clicked .. a diologue box /pop box should open iwth cancel and submit button .. consist of dropdown "Yes " "NO"if user selects yes then user picker field should open ,, So how shud i achieve this in appian.. through record action or some other way ?
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.