-
Recently active
Hi All, Currently the Appian OOTB record feature doesn't provide the progress of export. Once we click on export option there is no response for some time , after few seconds the document will be downloaded. There is no way we can show to users that document has been downloaded or at least the progress of download. Does anyone have any alternate hack/solution for this? The excel tools or any other plugins will show the progress option in browser tab, but we would like to use record export. Thanks, Karthik
I need to send my code that is in the test environment to the production environment, however, there are some group identifier errors. I do not make sense. Can someone help? Begin transport. 2024-04-12 14:29:41.99 DEBUG group 61 20a13bee-28e1-4b24-a02e-21ee270d3116 Loop detected: [group:61, group:160] 2024-04-12 14:29:41.99 DEBUG group 61 Breaking loop [group:61, group:160]. group:160 will be transported with its reference to 61 nulled out and will require a second pass.
My interface hides or shows buttons based on the users role, determined by "loggedInUser()". I would like to test the interface mocking different logged in users. Is there a way to achieve that?
Hi All, We have installed plug-in for Range slider and we now we have to store the slider value selected by customer in one of our variable. Kindly let us know how can we save value to a variable?.We have already created a variable and tried saving the value in 'range slider save into' but it is not working as expected. Thanks
Hi All, Is it possible to limit the number of rows displayed by an editable grid? I currently implemented paging but I doesn't do anything to the actual grid it keeps showing all the records. Basically I would like to do like a read only grid - show only 5 records then next page the 5 next following records like that. Is this possible? thanks again
Hi Team, When i select multiple records, it is showing in the grid. If you search with the linkable fields it shows me the summary about that record. But if I hit back on the screen, the records i have selected vanishes. I have to again select and access their details. Is there any way we can configure the interface to get the screen that shows the grid fields.
Hi @all, Can anybody help me in figuring out how we can apply show when condition for particular rows in an Editable Grid. My use case is to show all the rows initially but when we select any row, rest of the rows hide out and only that row remains in the grid. I am attaching an image of the interface of my editable grid: Highly appreciate your efforts.
Hi, I am using a windows machine and while trying to use the Task Recorder on Appian RPA I am not able to select the Application. There is too much white space in between. I can see that the SELECT APPLICATION dropdown is at the bottom if I forcibly move the popup window at the top. I cannot resize this window (pop-up) nor I can drag it enough at the top for me to select the application. I see the issue on both of these versions. Appian Version 22.3 Appian RPA 8.5.0 Appian Version 22.4 Appian RPA 8.7.0 I didn't face this issue earlier.. This may have happened in last 2-3 months with latest upgrade possibly. Is it just me or everyone is facing the same issue. I have already raised it with Appian thanks jaideep
I am experiencing an anomaly in the behaviour of the proxy once the Appian RPA config file has been set up on the machine hosting the Agent for Appian RPA itself. Although the config file has been compiled correctly, appianRPA's "autologin" service to the proxy doesn't work. The proxy popup is not handled autonomously, but, when opening any URL on Chrome, one has to fill in the fields manually and click Login. Following the official documentation of AppianRPA (docs.appian.com/.../agents.html, section "Generate config file") the config file is correctly set. Furthermore, also following the official documentation (docs.appian.com/.../manage-robots-installation-config.html, section "Configure a proxy for the auto-login service"), the management of the AppianRPA auto-login service has also been set correctly by following all the steps (environment variables, section "Log On" of the Auto-Login service).How can i fix this problem?
Hi there, I think our Appian site to set as US central time. as the now() function returns "4/10/2024 12:37 PM CDT", if I want to convert it to China time, could anyone here know how to do it? I tried this, but does not work. local(now(), "Asia/Shanghai"), it returns: 4/10/2024 8:37 PM CDT but it should be "4/11/2024 1:37 AM" anyone can help? Regards, Lin
I am using the Send Meeting Request Smart Service to set up a meeting. It is sending the mail, updating the calendar, but not able to set it up as Teams meeting with a join link. Can anyone please help?
For my user story I am creating an interface section to display 4 cards for an Agenda's meeting information. For one of them I have a link that appears when a meeting is on one of the cards; the link is being shown as an icon. I was asked to make the link more obvious by underlining it but I am not sure how I am able to underline an icon. I was able to make the link correctly and it appears as the icon but I can't get the underline to appear. Any ideas? Here is the code I have for it written below:a!richTextItem( text: a!richTextIcon( icon: "link", linkStyle: "STANDALON
Hi Experts, I have create one stored Procedure in DB . Which have two IN Parameters (StartDate , EndDate). How to use procedure to receive data in the interface and how to pass these IN parameters? a!localVariables( local!orderCountData:( a!executeStoredProcedureOnSave( dataSource: "CDM2 Primary Database(Connected System)", procedureName:"SP_OrderTypeCount", inputs: { a!storedProcedureInput(name: "StartDate", value:""), a!storedProcedureInput(name: "EndDate", value: ""), }, timeout: 30, onSuccess: { }, )), local!orderCountData ) Thanks
Hi All,Yesterday i went throught the new feature of appian case management studio, that is an great functionality that appian providing right now including a case workspace, case, entity, task records, configurable workflows, conditional tasking, workflow visualization, auditing and reporting, and so much more.But i want to know more regarding this is anyone have any idea about this what is atually the use of this in atual senerios,
Hello, I am trying to view my appian test environment on a tablet like device so I can showcase some of our items but am receiving an error after the log in page that says "Error 401 - Unauthorized. Sorry, your request could not be processed" Logging in on my phone works so im not sure why it wouldn't work on this tablet like device. The device runs an android framework. Any help would be appreciated
Hi All, We have a new project coming up, it is expected to have almost around 600,000 records being created in a year. We have one existing application with let's say around 100,000 records using entity backed synced record. My concern here is that existing application performs very slow with 100,000 records and most of the times export to excel fails also with 20,000 records to be exported now if we talk about 600,000 cases I am not 100% sure to use Appian OOB records. I know we can create different records based on the personas and default source filters to make it work but what if customer wants to see all the records? What could be the alternative approaches to deal with this? Thanks!
Hi Team, I want to export local grid data to excel based on the selected filters. find the Grid Data in local variable.
When selecting one or more groups, I want to display the members of those selected groups in a grid column. Thank you!! .a!localVariables( local!selectedGroup: ri!initialGroup, local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", getdistinctusers({local!selectedGroup}), ), local!groupName:a!forEach( items: local!selectedGroup, expression: getgroupnames(fv!item) ), local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 10 ), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: ri!initialGroup, ) } ), a!sectionLayout( label: "Group members", contents: { a!gridField( label: "", labelPosition: "ABOVE", columns: {
After upgrading from version 20.2 to 22.4, we have observed an issue related to the task display name in the browser tab. Specifically, when tasks are linked in an activity chaining(sequential manner), the task display name does not update when transitioning from one task to the next upon completion. It is important to note that this functionality was working correctly in version 20.2.
Hi, I am new to Appian and working on a Prototype for a client. I have a use case to upload a set of files to a folder that is created for each new client and then view these uploaded documents in document viewer for review. Can someone provide some help to do this please?
An error occurred while evaluating expression: =repeat(count(pv!ordersId), pv!invoice.id) (Expression evaluation error at function 'repeat': Cannot repeat list type) (Data Inputs) so I having many to many relationship names as invoice to ordersId so while mapping data into CDT using repeat function I am getting this above error I want to store 2,1 orderIds within same invoice
Hi All, Recently, We have one requirment where in Appian, Is there is any plugin to video Communication between the Appian account.
Hello All, My requirement is that in a chat we need to show the conversation. This conversations is shown in a card layout with height as MEDIUM. When there are too many conversations, card layout is showing the scroll. Below conversation card layout, we have a text box and a send button. Once user clicks the send button then the user text is appended in the conversation card layout which makes the layout to re-evaluate itself and the first conversation is shown. To see the latest, we need to scroll below. Is there any way to fixed the position of scroll bar if the text is appended in the card layout? Regards Arka
Hi all, we have a record based on a view in an oracle database. Some day ago we delete some data from the tables from which the view get the data and now the view has 253 rows, but if I open the record list we found 11583 rows. How is it possibile? With this scenario the record should execute the query every time we open it
HI All, We need to read a formatted text file and then convert it to Excel sheet with headers and data. We need to create a single row for each supplier details in excel sheet along with the data per headers. Has anyone got such a requirement? Can you please suggest a way? Sample file is below see attachment/cfs-file/__key/communityserver-discussions-components-files/11/ExpenseReport.txt
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.