-
Recently active
Hi Team, while running unattended automation, Bot/resource frequently going in disabled mode & we have to manually check, make it enable then its goes to running mode again.we are not able to rectify why Bot/Resource is behaving like this and our bot/Resource is not running in fullest unattended mode Thanks Manish
Simple explanation: I want to quickly see all of the objects belonging to the current application on one scrollable sheet of sorts (Spreadsheet, Interface, TXT, etc). Complex explanation: I can't seem to find any way to utilize readcsvpaging / readlogpaging with any of the system logs to get ALL of the application objects. I can muster up a list of Interfaces, Expression Rules, Integrations, Process Models, etc. but not ALL objects. It's already hard work to parse these individually (not that it isn't done), but I would like to know if there's a way to do this in the Community Edition / Paid Edition respectively. If anyone can provide a solution, or needs more information, I'd be happy to divulge further. Attached is a sample of retrieving information of one object. Utilizing UUID / Name, I am able to find a good amount of object information, but this does not cover all application objects. Thanks, Jacob
Can anyone help me, Is there any option to delete document from SharePoint by using Appian.
I am displaying a menu of links for viewing various Record Lists from an interface. How can I display a Record List for specific record type? a!headerContentLayout( header: { a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextHeader(text: "Reports") } ) }, height: "AUTO", style: "#666666", marginBelow: "NONE", showBorder: false ) }, contents: {
I want to create a Google Drive Connected System, but i don't know from where I will get the Client ID and Client Secret, Can anyone please help me out.
Hello, I have a multiple dropdown where sometimes so many values are selected that it is hard to find them in the list. Is it possible to have a multiple dropdown sort by the values that are selected? For example, in the below screen shot you can see all of the selected values highlighted in blue. Is it possible to have the dropdown sort by showing the highlighted/selected values at the top of the dropdown list? This would make it easier to remove values that we need to when editing/updating. Thanks in advance!
in this process we are taking the link of my appian designer account by the help of robotic recorder we are opening the link by edge by clicking on select appliaction after opening we are giving username and password after testing the bot it is not taking my username and password what i given please reply if any ones solution
I have created tables in dev but i don't have the sql scripts of those tables .is there a way to retrieve those sql scripts
Hello, Please let me know if we can generate the password protected excel using Appian? or make the generated document password protected? Thank You!!
Is there an way to list all expression rules in an application inside an expression rule itself. Or list all the Appian rules insider a rules folder. My purpose is to find expression rules in an application with and without test cases.
Hi All, We have a Postgre SQL DB connected to Appian system, and we are trying to fetching the data from respective table. i created CDT, entity mapping verified & Data store published successfully. In Rule Expression, when we tried the query entity for this DSE, we are getting below error. Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [AAFAssetDT2555], query: [queryentity expression], order by: [[Sort[assetpreviousstatus asc]]], filters:[null]) could you please suggest me to resolve the issue.
Hi! I'm having trouble trying to modify this list of maps (which I get from a!queryRecordType with an aggregation). local!Grades: {a!map(Group: "A", Excellent: 0, Good: 0, Regular: 0),a!map(Group: "A", Excellent: 2, Good: 0, Regular: 0),a!map(Group: "B", Excellent: 0, Good: 0, Regular: 2),a!map(Group: "B", Excellent: 0, Good: 2, Regular: 0),a!map(Group: "C", Excellent: 0, Good: 2, Regular: 0),}, The aggregation does not allow me to get each Group in only 1 row, because I need to "count" the grades by category (Excellent, Good, Regular) I would like to display that result in a read-only grid and am trying to prepare the data before displaying it there (as I read in some other suggestions). The result I am trying to obtain is this: local!Grades: {a!map(Group: "A", Excellent: 2, Good: 0, Regular: 0),a!map(Group: "B", Excellent: 0, Good: 2, Regular: 2),a!map(Group: "C", Excellent: 0, Good: 2, Regu
Hi Team, I have requirement to get the groups names which has the input value which we pass. For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States", India => "<App Prefix>_India"
I am working in a planning poker App, and I'm trying to refresh the values for all users at the same time automatically after some record action is executed. I just don't want to complete the action via dialog window, is there any way for doing that or am I doomed?
[mention:89ec515a02ff4fa28317edeb40cf0a4d:e9ed411860ed4f2ba0265705b8793d05] [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05] [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05] and [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] will be there - come ask them your questions live!
Hi All, Its very urgent. I am facing an issue with removing <style>......</style> from the HTML text. I want to remove all the text/special character/all the property between style tag. <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style> <!-- @font-face {font-family:"Cambria Math"} @font-face {font-family:Calibri} p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; font-size:11.0pt; font-family:"Calibri",sans-serif} span.EmailStyle17 {font-family:"Calibri",sans-serif; color:windowtext} .MsoChpDefault {font-family:"Calibri",sans-serif} @page WordSection1 {margin:72.0pt 72.0pt 72.0pt 72.0pt} div.WordSection1 {} --> </style></head><body style="word-wrap:break-word"><div class="WordSection1"><p class="
Hi team, I want to display a refresh button in a interface after upload action(record action item) takes place.It should not be displayed when the interface loads. I tried using a!refreshVariable but it is not working as the variable is always true as in value field. can anyone tell any ways of achieving this? Thanks in advance.
Hi Export Data Store entity to csv smart service cannot work expectedly. Export Data Store entity to csv smart service only 50 columns can be used. I have more than 50 columns ,so i want to select desire column . but got error and cannot fix error.pls help !! Thanks
Hi I am having 2,60,000 of data in MS SQL Server. How can I bring all the data from MS SQL Server and store it in Appian Cloud database.
Hi Everyone, Is there any way to include radio button instead of check box in read only grid for selection?
Is it possible to add new fields/columns to the database using an interface and automatically update record list columns and other dependent interfaces?
Hi there, I have created a button to generate CSV file but after clicking on button- page redirects to home page. I want to create document link when clicking on button so that file get downloaded. How can I do this in interface? Thanks
Hi All, Is it possible at all to edit the reassign task screen? I want the user to be able to only select a certain number of groups not all the ones available in the application itself. thanks in advance
Hello Appian community, There is a way to create an EML file other than using the plugin "Create & Read Email Files Utilities"? In this moment y have 22.4.870.0 version Thanks in advance
I'm the Agile lead for my company and I'm trying to shorten the feedback loops for the Appian development teams I coach. They are very resistant to splitting stories and complain that the Appian platform and its object model make splitting of large stories difficult if not impossible. I keep pushing back against that narrative so they will try the experiment but continue to get resistance. I've seen no evidence in my research that supports that claim. Can anyone provide insight into whether story splitting is indeed not possible or practical for development teams employing Appian?
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.