-
Recently active
Hi Team, I have a scenario, where I need to add multiple assignees. To do this, I have created a user picker field and initially saving the inputs to a local variable. I want to save this data to a assignees record. where assignees record is in one to many relationship with meeting data record. This mean, the relationship record is multiple in my case and I was not able to save the list of assignees to the record. Can anyone help me? Attaching the code for reference.
Hi Experts, Is there any way to generate and download an Excel file in a single click. Thanks, Gaurav Singh
Hi Everyone, I was trying to trigger a Process model by sending email in ON PREMISE. Could you please help me on what will be the email address to trigger process model. Normally for cloud its pretty easy, the email address will be (processmodeluuid@******.appiancloud.com) Like the same , what will be email address ( domain & subdomain ) for a process model in ON PREMISE to trigger?? My current environment URL for Appian is like this -- https://********.corp.local/suite/ Any help would be appreciated Thanks In Advance
I knew Activity Chaining is configured when same user have to perform multiple user input tasks without navigating to tasks list . Can some one let me know where other places we can use Activity chaining and uses of it .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?
I am always indebted. We would like to consult with you all.Currently, the line graph in the interface represents the change in amount.Is there a way to express the amount (numeric value) on the Y-axis in 3-digit increments?I would like to express it like "10000" → "10,000" on the Y axis as well. You can see detailed amounts in 3-digit increments by hovering over the graph, this is Appian's default feature.The Y-axis value is linked to the displayed data. Even if I passed the display data separated by 3 digits, there was no change on the Y axis. Is it not possible? If anyone knows, I would appreciate your advice.Thank you. いつもお世話になっています。皆様にご相談があります。現在、インターフェースの折れ線グラフで、金額の推移を表現しています。Y軸の金額(数値)を3桁区切りで表現する方法はありますでしょうか?Y軸にも「10000」→「10,000」のように表現したいです。 グラフをマウスオーバーすると3桁区切りで詳細金額を見ることができます、これはAppianのデフォルト機能です。Y軸の値は表示データに連動しています。表示データを3桁区切りにした状態で渡してもY軸に変化はありませんでした。実現不可能なのでしょうか? もしご存じの方が居られましたら、ご助言いただきたく存じます。よろしくお願いいたします。
Hi, i have an array of numbers like this{ 10, 5, 6, 9, 8, 11, 7, 4, 2, 13, 16, 1, 5 }I want split this array in several arrays in wich the sum of all element must be maximum 20.There is any snippet for doing this easily?Thanks
I am attempting to debug an error that's popping up in a record list action that involves copying an externalized string representing a record, then writing the record to the database, either for a new record or an update to an existing one. The error below appears as soon as I copy the externalized string into the paragraph field, but only when I run the list action from my site. When I attempted to debug the issue in the interface editor, the saveIntos on the paragraph field run as intended. Normally when I run into an issue like this I assume that the variables being passed into the process start form are different than the test values in the interface editor, but this process model only occurs as a record list action, so there is no context being passed into the process, and no process variables have a default value. I can't figure out where in the application there would be any changes to the process variables that would cause this difference. For reference I've also i
Hi Is there any code in app market to build ChatBOT like interface to provide comments in a box, a button to submit in Appian. Thanks Bihitak
If we configure timer on User Input Task in Exceptions and routed it to end Node, will task be available for users. Is there any way after timeout on user Input task , the task should be available in users task lists .
Hi All, Currently the user clicks on the record ID link to go to the summary of the record (In a read only grid). Is it possible in Appian for the user to double click on any where in the row for us to be able to launch the summary screen, instead of an icon how its currently set up? thanks again
here in the image 1st, 2nd and 3rd columns are input and it has to generate the 4th, 5th and 6th column can anyone help me with this 4th column will be calculated with 3rd column/1st column 5th is minus of 4th column 6th is increment of 1 year for brief it is a depreciation logic for every year
Hello, in my case I have a table created with editable grid which contains a hierarchy. My problem is that I should indent this table with spaces and not with dots as in the given example, but I don't know how. To obtain that array with dots I have a small rule with return an array with N dots, but if I try with " ", the result will be also " ". Example 1: nr=5 -> concat(repeat(ri!nr,".")) -> "....." Example 2: nr=5 ->concat(repeat(ri!nr," ")) -> " ", what I want is " ". Can you help me? Even with another variant than the one I had?
I need to input data into the database utilizing the 'write to record data' service. I have mapped out the data and now require storage within the database.I have converted all data to map now i want to store the same into the database
Is there a way we can customize the Appian login screen, for a client that is using a cloud instance?The client has a need to add a link to the Appian login screen. Can we use the Administration Console Terms of Service Agreement for that?Is there a way to put a link there, instead of full text?
hello! Does anyone know why I get this error some days at night?
we are going to build CI/CD Pipeline using Github and Github Actions. Can you please assist us how to setup Appian applications in Github for Versioning ? do we have any documentation on how to create Pipeline for Appian environments using Github Actions ?
Hi, I have a scenario for the closed requests when i am reopening whatever the documents that i have attached in old closed case after reopening new case for correction all the old case documents needs to displayed under new case other attachments tab so the documents is displaying correctly But now in those documents whatever the document type is "MMRF" i want that document needs to be removed and it should not display under other attachments tab after reopening case could you please suggest on this how to achieve tried using remove or delete document of that specific type but didn't worked Below is the pv variable data that i am passing to reopened case: pv!checkRequest_cdt.attachments.documentId saving it in other attachments pv variable target attachments is one column which is nested CDT in checkRequest cdt The data in cdt will be like below in that below if documentType = MMRF that one i dont want to be displayed under other attachment for reopening case attac
a!localVariables( local!selectedGroup: ri!initialGroup, local!actionTaken: if( isnull(ri!btnAction), false, or(ri!btnAction = "ADD", ri!btnAction = "MOVE") ), local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", a!flatten( a!forEach( items: local!selectedGroup, expression: a!localVariables( local!group: fv!item, a!forEach( items: getdistinctusers({ fv!item }), expression: a!map( id: fv!index, Group: local!group, Members: fv!item ) ) ) ) ) ), local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 10), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: {
Step1: Getting data using rule input. Ex: rule input is of integer type and the current value is 1000. Step 2: create local variable and fill with the rule input value that is 1000 Step 3: on button click, rule input value gets changed to 2000. CASE: As soon as rule input value is getting changed my local variable value is also updated with the new value but I don't want to update my local variable value. Local variable value should be 1000 doesn't matter my rule input value gets changed or not.
Currently, I am preparing for my Appian Certified Associate Developer ACD100 exam. I joined online forums and communities and got knowledge from experts. I took the Appian Certified Associate Developer ACD100 practice test from P2PExams and it was helpful. By taking this practice material I noticed a huge improvement in my concepts related to the final test. Now I feel that after practicing with this practice test material I can perform better in the final exam. Does anyone want to share other resources regarding ACD100 exam preparation?
Hi, As per my requirement I need to show buffering/loading image while validating the data. However I can able to show that image, but its showing with borders and when I clicked on that its enlarging to full screen. Please suggest any other option which is not clickable and show buffering/loading gif image. Thank you.
let us know the steps
Hi every one, I got this error when running the code in process model. But when running it in a test expression rule, it didn't return me any error. Please have a look at the screenshots below: I tried reduce the amount of data (from 91 to only 10) but the process error still occurred. Do anyone knows the solution or possible reason for this? Thank you!
I have created a word document with chart figure, I able to pass the label via the smart service in the process model, but I couldn't pass the data. How can I pass the data via "MS Word 2007 Doc from Template" or "DOCX From Dynamic Template" > Thank you!
Start process will use different engine and subprocess will use same parent engine? What is mean by engine. Could anyone explain me?
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.