-
Recently active
I have created a report from an Interface. I want to use that report as the Email Body. Is this possible?
Hi i have created the CDT and while creating CDT i had selected checkbox to create entity also. but in datastore i couldn't see that entity but i could see this
Hello! My issue is as follows: The app serves the purpose of office desks' management, where desks can be booked by users for periods of time. For this case we have two recordTypes: "Desk" and "Booking", and a foreign key that connects them. The "Book this Desk" record action saves the "bookingNumber" to the Desk recordType, but the data for the booking itself is stored in the "Booking" recordType. One of the requirements is that a priviliged user shall be able to book multiple desks for a group of users. We figured that these priviliged users will create groups through the Create Group Smart Service and therefore the Booking will be assigned to a group. That should work fine for assigning multiple users to one Desk, but is there a way to take action on multiple recordsTypes? In this case, to assign one group of users to multiple "Booking" recordTypes, each of which will in turn be assigned to multiple desks (one "B
Hi All, I have one xml file <xs:employees> <xs:employee xs:employeeId="EMP001" > <employeeData> some fields </employeeData> </xs:employee> </xs:employee> I am able to read fields for employeeData . Facing issue to read employeeId. Any suggestion would be appreciated.
I am having a editable grid in that there is a field that should autopopulate a value eg. there are two fields start date and end date I want to find the difference and then in days field it autopopulate the no of days In interface level the value is showing in that field but it is not saving in rule input
I'm using a pickerfieldrecords. When i'm updating the interface and unselect one of the choices that came from the create, I save but it doesn't change the data when I access it again.
Hi folks, New to Appian! I need to create an interface which will allow a user to select/unselect the countries based on regions. Description: 1. An Interface is having 2 dropdown lists first Region List and second is Countries list. (created) 2. All countries belongs to selected region must be selected automatically whenever an user selects a region. 3. An user can unselect one or more country(s) from the countries list if he wants. Looking for a detailed suggestion or solution to implement this functionality. Thank you in advance! Regards, Shubham Kumar
Hi! I have a variable number of elements composed of richtext and grid. Previously I used a columnsLayout which allowed me to put 3 elements in a row, but if I have more of them it's not readable. Currently I'm looking for a solution to have a row for every 3 element I have in data. I wanted to use a counter inside a forEach, but it seems that it's not working like in other programming languages. So I would like to know which is an optimal solution to create a layout of variable number of elements.
Hello everyone, I am using Document viewer for pdf files, I tried to download the file by click on the download icon but it downloaded in json!! How I can download it as pdf file?? Thanks,
I have 2 arrays that they are identical at first but the user may remove (not able to add but just remove) items from the second array. I want to find items that are in the first array but not in the second one.How can I do it?
I have installed the tree view component, but when I add it to the user interface I have an error: Missing system configuration. This component requires the dynamic content domain to be properly configured. Am I missing another component? What could have went wrong in the installation?
I have requirement to get the no of documents created last day/yesterday in KC. We have a function to get the number of documents present in KC : knowledgecenter(ri!folderId,"numberOfDocuments") Can anyone please how to approach. Thanks in advance
Hi All, I have an integration that takes .PDF extension as an Input.By converting to Appian Value does the document Extension changes?? Can anyone please help me with this.... Thanks , Saidivya Minna
Hi, I am writing an expression rule to get a list of values from a table, which I will later show in a dropdown but as you can see along with table values I am also getting "ALIAS" and then a colon.I do not want Alias, I just want the values, please let me know what todo. I have used also used .data at the end.
Hello all, I want to create a column chart like the image below, any suggestions? Does stacking is possible for this chart? How can I have two counts in each column and qt1 should contains 4 columns Stacking should be like this, but I want charts like the previous one...Qt1 should have 4 columns
Hi, Learning Appian RPA from the Appian course. Came along a scenario where I need to modify the Target variable. See screen shot. If you see the annotated area I cannot view the fields of restaurants..just the first few letters of the word restaurant. in this case, I have 4 fields in the restaurant table so no problem but if I have a huge table and need to select any field from there it will be a difficult job (or I need to see my CDT and figure out my column number of the field and the count and select it in the Target dropdown values (not a good way but that's a workaround) Can this be fixed. Can the window that shows the fields of restaurant table appear on the left side instead of right so that I can view the complete field name?? I do not know how to put this problem across Appian so raising it here thanks jaideep
Hi, To get a value from a memory CDT list (not a table) on a single field condition, I use Index(CDT, whereContains(value, CDT.field2)). In SQL : SELECT * FROM table WHERE field2 = value Is there any way to do the same thing with Appian fonctions when we need to make a lookup with an AND condition ? Ex : SELECT field1 FROM table WHERE field2 = value AND field3 = value Otherwise, I would do it with a simple foreach(). (PS : My question, is "not" about how to query a table with multiple logical conditions of queryEntity [emoticon:bfea11b94cc048458ee2c01f963db38d] )
Hi, I want to extract text from a pdf page by page, paragraph wise, which includes different headings and related contents. Then I want to store them in DB which includes two columns one is heading column and other is content column. I used getpdftext function initially, then extract function to extract the desire contents, but did not get the expected result as the heading words are also present inside contents.Anybody please help me out?
I am not able to download the plugin from app market ( check below ) https://community.appian.com/b/appmarket/posts/log-reader Please let me know the issue and how to resolve it,
Hello All, Question 1: I have a a!startProcessLink() within the drilldown screens of my site. Once process triggered and actions gets completed successfully, it is landing me on HOME screen. Is there any way to land on same screen where I placed/clicked the a!startProcessLink? Question 2: Is there any alternate way to open an action in Dialogue box rather than using a!recordActionItem()? Thanks in Advance.
Hi, I'm trying to save multiple upload document ID to an Array Field but it turned out blank in the database. I checked the variables and they show value but nothing has been saved I was wondering if you have a solution for this? Thanks,
I had created the add new vehicle interface as the assignment for the appain developer part but in the add new vehicle form when i entered my values the values are getting disappear how could i resolve this can isuue ?
Hi Experts, I need help with the steps/method/way to identify whether plugins installed on the server uses javax.mail. Could anyone of you help please. Thanks in advance.
Hi there, I have database table, one field "matnr" configured as varchar, can be NULL, but when setting it to null or NULL in the process model, then writing to database (pic 1), the field value is not NULL, while kind like empty (pic 2) . I am trying to create a expression rule searching the information with this field "matnr" without value, set "matnr is null" is not working. what's the way to do this? why Appian condition "is null" in Query editor does not work for empty field as other languages? regards,Lin
startProcessLink() is not creating another instance (Sub Process Model), but it assigns tasks. My Requirement is, I have a Card/Button which has startProcessLink(), once clicked I started a Process Model which has Form1 with Submit button in it. Once Submit is clicked, that should create/open another Sub Process Model which has another Form2 in it. It navigates to Sub Process Model, but assign the form as a task and re-directing back to my original page (Action Completed). How can I navigate to another Sub Process which has another form.?
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.