-
Recently active
I have a process model where the start form is an interface and the user inputs the data and when he submits the form, i am getting message that Action completed successfully. In the process model after the start form, the next node is write to Datastore. How to show any result page after submit button is clicked to user instead of form going back to the first page of the form?
and when I click on cancel for this 2nd interface , I need to get 1st interface again with 3 buttons hiding the comment form(above form)Can someone help me with the code please
Hi I have value 2.67 I want to get this value in integer without round off i.e 2 (integer)
Hi All, created line chart to with month on x-axis, its working fine with 80% of zoom, but if i made less than 80% of zoom than the month converting back to dates. can anyone help on this? Thanks in Advance
I have a text field which is for Password.I want to show asterisk symbols when entering a password.
Hi I am working on the scenario in which I am using the milestone component. Step 1, Uploading CSV file through the file upload component then click the next button of the milestone component. In Step 2 I want to fetch data from a CSV file and want to show it on a read-only grid. So If anyone knows how to fetch data from a CSV file and upload it to a read-only grid please let me know. Many Thanks in advance.
Hello all, We have a requirement to provide the user with the option to set recurrence mail timings from the UI. For each request the user creates, there should be a section where they could select a start and end date and different times. From the start till the end date, a mail is expected to be triggered on the selected time. For example, when a request is created, if user selects start date as today and end date as today()+5, and if the user specifies the times as 8:00, 13:00 and 16:00, then for 5 days, the user is expected to receive mails on these 3 time slots. What would be the best approach to do this in Appian? Thanks in advance
Hi, I am new to Appian. I need help in the below task. I am trying to display a field in my current interface which is residing in a different interface. Please help me with this.
i think we can t use Any type data type in process model what to do for that
let me know if somebdy knows the reason
I have a grid as below. The thing is it is populating the country(s) column wrongly. India should be in third row, Mexico should be 2nd row and Saudi Arabia and Bangladesh should be in first row. The data we are passing is stored in the local variables and rule input correctly. But something is going wrong with the code to populate the grid column value. The code for grid column to populate Country(s) is below. Please help me in storing the correct values in to the grid. a!gridTextColumn( label: "Country(s)", field: "country_txt", data: if( rule!APN_isBlank(index(local!gridData, "data", {})), {}, tostring( sorttextarray( stringArray: stripwith( split( index( index(local!gridData, "data", {}), "country_txt",
Hi all, Does anyone have good success with process model upgrades from an older version to the new version, and if yes are there any consideration to keep in mind for the upgrade, on what works, what doesnt work etc?
Hello, I am exporting a table on a button click and I want to give download link for the latest exported excel document. So when I click on "Generate Excel" button, It should export a table and then update the download link for the latest document. How can I achieve this on one interface. Thanks in advance!
How can we call a link in buttonWidget?
A form has 5 rule inputs ,as follows: > 1cdt variable > 3 text variables > 1 integer variable According to best practices,how many process variables are required in the process model's user input task Options 1) 1 2) 3 3) 5 4) 6
Hi, I want to add a Safelink in buttonWidget, is there anyway to do this?
Hi All, Requirement: I have a use case where I have to get documents from target environment to source environment. Information: I have list of appian documents id in my source environment database. Approach: -> I have developed a web api in target environment , it will return document based on appian document id. -> I have designed a process model , In which I am getting appian documents id from table and calling target webapi using integration object. It was working fine and getting documents as i expected. Inputs required : Which way is better among below two approaches. 1) Getting appian documents id's as a batches ,using MNI and pass it to sub process having integration call logic 2) Looping approach . I don't have enough information about number of appian documents id's to process , Please share your
Hi All , Hope you doing well. "My scenario is that I worked on a Card layout. Within the Card layout, I have some text fields. Initially, the Card layout has a predefined color. My task is to change the color of the Card layout when any value is entered into the text field. Can anyone help me out?"
Hi All, What is the use of using a!save in save into of interface.Is there any clarification on this? Thanks
HI I'm getting an error while creating a form Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!imageField [line 60]: The image at index 1 in an image gallery component [label=""] has an invalid value for "document". "document" must not be null. Please help me
Hi there, I've got a business needs where I have 2 records types (let's call them RT1 and RT2). RT1 has a one-to-many relationship with RT2 and I need to display a grid where my row would be RT1, in which the first 5 columns would be property of RT1 while the following columns would be dynamically added based on possible values of RT2, this mean the number of columns would be equal to the number of properties of RT1 + the number of possible values for RT2. This could give something like : Name Color Brand Model Places Feat1 Feat2 Feat3 Feat4 Feat5 XYZ Blue Ford GT 2 1000 200 500 1500 600 ABC Red Mazda CX-9 7 2500 3000 What would be the best architecture to build that?
Hi All , I have a very strange scenario . I have created an Interface which shows Data in Editable Grid, I want to Export this Data into an Excel File. In order to Export the Excel File , I have created a Process Model which stores the required document into One Document Folder.Now, I want to have a link to download that particular file.I am able to do everything , While testing Interface , I am getting output of process variable ( i.e. the Exported Document) but when I am using that Interface in Site I am not getting output from Process Model.Here is the image of Process Model: a!startProcess( processModel: cons!MBUA_PM_EXPORTEXCEL, processParameters: { gridData: ri!excelData, }, onSuccess: a!save( ri!document, fv!processInfo.pv.exportedExcel ) )Here is the code which I have used for Starting this Process Model.
Hi, I am getting an error when I click on any dynamic link or button in my task (with no submit). I only have this error when I access the task from the mobile application, from the browser everything works correctly. The error is "An error was encountered while processing your request", and I don't know how to get more information about it, maybe in the STDOUT log? I have deleted any operation in saveInto for testing, and I still have the problem, It seems that it is simply by clicking Could someone explain to me what could be happening? Thanks and regards
I want to generate an XML file where each columns are created with different rules defined from multiple tables. How to achieve this?
Hi All, We have build an application wherein we have some DB calls happening on the main page and then there is a a!startProcessLink() action configured to modify any data. Everything is working correctly but as soon as a!startProcessLink() is completed, the main interface reloads causing every DB calls to re-execute. We know this can be handled properly via recordType but as per our requirement that is not the suitable option. Can anyone suggest how we can stop making these extra calls if possible? Thanks in advance
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.