-
Recently active
Use Case: A form as 10 fields out of which 4 are auto filled when a user lands on the page (auto filled fields are: 1. create date , 2. modified date, 3.created by and 4.modified by), rest 6 fields requires users input. When user saves the form by clicking on save button the system is giving the message as it is saved. However, it doesn't save the data to the DB. While manual debugging when the user modifies the auto-filled fields and then clicks on save button then all the data in 10 fields are saving to DB. I am not sure what is missing. I followed this tutorial to create this form -https://docs.appian.com/suite/help/21.3/Records_Tutorial.html For autofill of 4 fields I have used following functions: 1. create date: local!storedValue:now() 2. modified date: local!storedValue:now() 3.created by: loggedInUser() 4.modified by: loggedInUser() Can someone help in fixing this issue? Thanks!
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.
please share appian designer i eger to learn
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. Example 1: Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums[1] == 9, we return [0, 1].
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
Hello everyone! I had created a record type who gets data from a process model. Inside that I want the date to be shown as feed-style record list. But with the last updated Appian version, the =a!list does not work anymore. It does not work when I call the record rf!record, also does not work when I call the record rv!record as the documentation suggested. The only way that I can manage is to query data with a!queryRecordType. Since I query data into an expression first, there it shows correctly: 21 different items. Meanwhile the record who use the same expression, shows only the first item, 21 times. Any suggestions how to fix it? Or does exist another way to create a!listViewItem in the latest Appian Version? 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?
I watched RPA Tutorial: Parse Excel Files Please guide me what kind of code on Evaluate Expression Drag and drop an Evaluate Expression action below the previous one. a. In CONFIGURATION, click Edit. Facing issue in RPA Any one have solution
Hi Champs, I have a requirement where in portal, I have to fetch user details from IDP and show it in a dropdown or in a autocomplete list? I have two questions here? 1) How to fetch data from a IDP ? will it be a API call ? If Yes how to do that 2) Will portal support this use case? Regards, Ghanashyam
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!
Hi Experts, Can someone help me to understand why Appian sets the CHARACTER SET as utf8mb3 for the varchar column even though we have CHARACTER SET utf8mb4, Using Appian 22.4 cloud instance Thanks, Gaurav
Hi After doing changes in CDT for newly created requests it will work fine and process will fetch the updated details but for inflight ones it will be still old CDT is there any way to get the updated cdt to inflight instances
How can we call a link in buttonWidget?
Hi All We have a requirement to read the file clasification i.e. internal,public,confidential etc. We are usng readofficedoccustomprops function & tried with multiple functions & smart services. But did not find the function/smart service for it to get clasfucation for all file types ( docx,pdf,excel,csv,ppt).using readofficedoccustomprops function & MS Office Read Custom Metadata plugin , we could able to get the Classification for external type files but when trying with clasification as internal /confidential it is giving error with file metadata. Can any one faced similar issue to read metadata of all type of files .Please share with us.
Hi I am not able to connect with google sheet using google sheet plug in, when ever i test connection from connected system i am getting permission denied issue.
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, We have a requirement to implement the stripe hosted checkout for our application. To get a callback from the stripe once the checkout session has completed, We have created a webapi in appian and provided the endpoint in the stripe's webhook dashboard so that once the checkout session is completed Appian webapi is called. It seems like we cannot pass the API key for the appian webapi as a header when the stripe invokes the appian webapi so the authentication doesnot happen. The webapi works fine when triggered with Postman. Is there any way we can resolve this issue?
Hi, I want to add a Safelink in buttonWidget, is there anyway to do this?
Hi All, I want to save some local variable after the button "submit" is pressed.But Submit button located in other interface (details are there in one interface and we are using details interface in other interfcae which has SUBMIT button.So where can I use this a!save(target,value) to store local variable?
Hi Everyone, Is there a way for the end-users of the Appian application to adjust the frequency as well as the capability to turn on/off email notifications from the front-end in the long run? Thanks
Hi, I have a requirement to change the alert for all pm. I find a plugin and it can modify the alert recipient by the smart service PMAlertsRecipientsSetter. But it need the pm uuids as the input. Is there any plugin has the function to get all process model uuids / ids / details in an application? Or any other way to get this input? https://community.appian.com/discussions/f/plug-ins/18173/process-utilities-plugin-to-bulk-update-alerts This question mentioned getapplicationprocessmodelsuuids() but I don't know which plugin has this function
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.