-
Recently active
how i insert image in email template <html> <body> <img src="C:\Users\lenovo 9fin\Downloads\Appain\th.jpg"> <h1>shifa</h1> </br></br> <b>Thanks,</b></br> <b>PM Team,</b> </body> </html> this code is not working
I dotn have an access to log files but trying to access through functionreadcsvlog( csvPath:"logs/application_usage.csv",filterColumName:"user",filterOperator:"=",filterValue:loggedInUser(),timestampColumnName:"timestamp",timestampStart:todatetime(today()-30),timestampEnd:todatetime(today()),headers:true())why it is not returning anything
hiI have grid there is selectable is trueI can select multiple dates and store the index in local if more then one data s selected the related action in hiding what i need is i have to select multiple data and if i click the related action in the popup i have to see whatever the data im had selected passing multiple data/identifier is not possible in rv! right so its not working or instead of related action just using btn/link the selected value have to be display in popup screen
Is it possible to create a dynamic Excel in Appian? Let me describe the challenge I am facing. I need to create a dynamic Excel in Appian that would have 10 different tables, each of which is displayed based on dynamic input (list of IDs 1,2,...10), possible scenarios a) If we pass 1,2, and 10 the tables with serial numbers 1, 2, and 10 should be displayed, b) if we pass all numbers, all 10 tables should be displayed, c) If we pass numbers from 1 to 5, only the first 5 should be displayed and so on. An example of the code we used to generate the Excel: local!dictionary: cast('type!{www.appian.com/.../2009}Dictionary', {}), local!dataExport: a!forEach( items: local!labelValue, expression: reduce( fn!insert(_, _, _), local!dictionary, merge( index(fv!item, "data", null), index(fv!item, "value", null) ) ) ), 'type!{urn:com:appian:ps:excel:types}ExportableDataSubset'(fieldLabels: index(local!labelValue, "label", null),fieldNames: ind
adding if condition in the label parameter of grid column, if local!docids are not available then column should be blank and otherwise Uploaded documents. Can you please help on this. Thanks for your thoughts on this.
Hi, I have a local variable with Map type. I have 2 fields inside a variable (Field label and Field Type) I need to save the variable in a loop by clicking on the Add dynamic link. Please help me out here since the current code is not working. local!manualDynamicField:a!map( manualdynamicFieldLabel:"", manualdynamicFieldType:"" ), a!gridLayout( label: "Manual Dynamic Fields", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Field Label"), a!gridLayoutHeaderCell(label: "Field Type"), a!gridLayoutHeaderCell(label: "") }, columnConfigs: { a!gridLayoutColumnConfig(width: "MEDIUM"), a!gridLayoutColumnConfig(width: "MEDIUM"), a!gridLayoutColumnConfig(width: "ICON") }, rows: a!forEach(
I have developed an Appian application in my environment (release 24.4) and I want to import it in an older environtment (release 23.x). I supose that the newer objects will crash but the old ones will run? Thanks in advance.
I need to refresh the browser page in order to refresh the layout change after switching language (From and to Arabic). How can I avoid manual refresh of browser page to better UX.
Hi , Recently i came across an interview question like how you will save and display different questions for different group of users in UI ? So have two doubts regarding this question, as follows Is this kind of use case exists in real time? Is there any best practice/way for achieving this? Requesting suggestions from everyone. Thanks in Advance, Pradeep
Hi everyone, is there a way to configure the content of the email that is sent when a user is @ mentioned in the event history list field comments? Thank you
What is the possible issue with the below code. I'm trying to make a selectable editable grid, I have given identifiers as well and converted raw data into datasubset but still the selection I do is selecting all rows whenever I click on any one. Note: Checkbox is not ootb grid selection. The problem is with ootb grid row highlight selection. { /* This is a lighter style of tabs that works well when you are on a page with record views or some other */ /* set of buttons right next to your custom tabs. */ a!localVariables( local!selectedTab: 1, local!customerId, local!selectedDetails, { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: "Life", link: if( local!selectedTab = 1, null, a!dynamicLink(saveInto: a!save(local!selectedTab, 1)) ), linkSty
Hi All, One of our requirement is to merge the data from two applications into one. Both of the applications are created in same Appian instance and database is Appian cloud. One of the application uses default Appian schema whereas other one has it's own schema under Appian cloud. This schema is already added to Admin console. Now we need a way to connect this two schemas to be able to merge the application, is there any way to do that?
Hi People, I have input task USD 12345789. I want to put comma between the amount based on currency and I want output like USD 1,23,456.89. I tried several logics but not worked and output is USD1234,567.89. Can anyone help me? Thanks in advance.
I am working on a process model where I use an integration to call an API. The API contains about 82,000 records, but it returns only 100 records per request. To retrieve all the data, I use a loop. After each API call, I save the 100 records using a record type. Does this slow down the environment if I delete the instance after every successful run?
Hello All, We have requirement where we would like to trigger a process Model after receiving an Email. We have looked into 2 scenarios, Email Poller approach and Receive message Event via Email. We have a few questions regarding the Receive Message Event. 1) When the users use the processmodel<uuid>@subdomain.appian.com as the email, we would like to change the Alias of the email to the one we would like them to see. We work on Appian cloud. How do we make this change? 2) Once the Alias is changed, can we use the Alias as From email to use in the Send Email Smart service? 3) For the Email Poller Approach, apart from the Mailbox and the MsGraph Smart service plug in, do we need to configure any other settings in Appian for it to work? Thank you for your help.
Hi team,I need help regarding to the Fetching the DB table names into Appian INV, using the table name,Example: i have table name called Students in DB if i select that name in Appian Interface I need to display that Students table details in InterfaceIs it possible or not if it's possible could anyone help me with it how we can do it
I have to build a new application that is similar to another one so I wish to clone the application with another name in the same environment. How can I do it? Thanks
I need to check whether the documents uploaded by the user is not exceeded 10 MB. Apart from using document function which requires the document ID how this can be implemented
Hi i need to fetch the group name provided in the DB as Groupid.
I have all admin rights. On process modeler if I try to edit any node on "edit process view" I only have the "node properties" option. If I try the same with other user I can edit it with no problem. I tried on incognito mode, clearing cookies, different computer, change to basic and again to admin rights... I can only solve the problem creating a new user... but that would not be the right things. Any suggestions?
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"></head><body> <pre></pre> <script> document.body.insertAdjacentHTML('afterbegin', "Dinesh"); </script></body></html>if i use the script inside double quotes the script not working
What does memory used % represents in the Appian cloud support site? We have 3 servers in prod and one of them is having around 68% memory used. But in Appian health check report, its showing as 1500MB which we are assuming its pointing to RAM. If only roughly 2gb is occupied by instances, what does the remaining memory is taken up by? We have 75 gb ROM memory for each server and 32gb memory for RAM. Any insights will be helpful
- Use a subprocess. - Call a web API. - Use a!recordActionItem(). - Use a Start Process smart service. - Run a!startProcess() from a script task. Thanks
Hi team, The requirement is to display a pie chart in the dashboard. For the pie chart, I am using a card layout. Inside that, I am calling the KPI interface. The KPI interface has a side-by-side layout at the top and KPI and side-by-side layout at the bottom. I want to use only KPI size medium and card layout size tall_plus, but with this combination, I am getting a scroll. Is there any way to compress the height of the KPI using any other component?
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.