-
Recently active
When I am trying to fill a dropdown component in an Appian form using Appian RPA I am getting the following error in execution log of the RPA The element (By.xpath: /html/body/div[1]/div[1]/main/div/div/div[1]/div/div/div/div/div/div[1]/div/div/div/div/div[2]/div[2]/div/div/div[2]/div[1]/div[2]/div/div[1]/div/div[2]/div/div/span) could not be interacted with because the component is currently disabled or hidden. Any help regarding this would be highly appreciated.
I am trying to pass the document from interface to process model but in process model I am getting blank value in PV. Steps: 1. uploading document from file upload. 2. On click of submit button try to send the selected doc to process model 3. Process variable is blank even after sending the doc from interface.
I'm trying to learn the best method for reassigning multiple tasks. I've created a process task report, but it only allows re-assignment of a single task at once. I've seen a few posts on the subject, but they are pretty dated. What's the simplest way to achieve the ability to re-assign a handful of tasks? Thanks in advance!
I will have the input like this in paragraph field ,each email per line .test@test.com test@appian.comtest@I want to validate this emails with regex function and also to check only 1 email in linecan someone help me with this
Hi All, Iam new to Appian platform. Please assist my query. In Appian how to verify specific user have access to Appian application or not? any one can share steps to verify user have access or not.
Hello all, I hope you can help me. We are regularly facing an issue with the assignment of a tasks within a process model. This happens when the process starts and, at that moment , at least one of the assigned users has its Appian account deactivated. A real example: Process Instance started the 26/11/2023. The process is “stuck” at a task. That task is assigned to the users within the process variable “assignedUsers”: This variable had two values (usernames). One of the two users was not active by that time (26/11/2023), since it was deactivated the 25th of october 2023 and created again the 13th of December 2023. This lead to a problem, because the 1st instance of the process had no assignee. We had to run again the task, and only after we manually start it, it would have the valid assignees: Is this a known issue by Appian? We face it a lot. This is not really convenient
Hi all, I have a scenario where a related action opens a pop-screen for users input. If user hits the back button the pop-up goes away but the instance is active in backend, and on hitting the related action again it creates a new instance. Is there any way by which the instance is cancelled on hit of back from browser.
Hi Team,I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.any suggestions or solutions pls.Thanks,Navin [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Is it possible to open windows explorer folder of documents through interface. if yes then how?
i want to add two filter about departemnt and status above list how can i add it? and my expression is written below a!headerContentLayout( header: {}, contents: { a!gridField( label: "タスクä¸`覧", labelPosition: "ABOVE", data: a!queryProcessAnalytics( report: cons!DM01_process_report_pointer, contextProcessModels:cons!DM01_process_model_pointer, query:a!query( pagingInfo: fv!pagingInfo ) ), columns: { a!gridColumn( label:"タスク内容", value:a!linkField( links: a!processTaskLink( label:fv!row.c0, task:fv!identifier ) ) ), a!gridColumn( label: "departement", sortField: "c4", value: fv!row.c4, align: "START" ), a!gridColumn( label:"status", value:rule!DM01_GetTaskName(status: fv!row.c1) ),
I have a CDT declared as ri!input. The expectation is to create a section with text field which would have 1 value from cdt.(user value as per below image) The rest of values of the cdt is gotten via the grid layout.(countries, home country) I face an issue when i update a value in the text field , automatically a row gets added in the grid row layout as highlighted below. As one value is procured in the text field it expects value in the grid also to be populated. please let me know how this can be fixed as the text value is required field not the grid layout would be mandatory As this row is automatically added it interrupts the validations. I have tried to save the value in the ri variable in child form and dealt with local variable in parent form but no luck. Also the value when got from the local does not display in subforms in PMs The ask is if the user field is updated and if no values in the grid then the user value should be added to cdt but should not display
List of Dictionary - 3 items Dictionary icon:"arrow-circle-o-left"(Text) action:26(Number (Integer)) Dictionary icon:"sitemap"(Text) action:25(Number (Integer)) Dictionary icon:"check-circle-o"(Text) action:28(Number (Integer)) As i want to remove second item from dictionary what should i do
Hi, I want to track the users being added and removed from groups, is there way we can achieve this. Are there any logs to track these changes?
Hi, I'm trying to understand best practice here because what I did, works, but i'm not sure if it is the best way to be doing things. I have a record view with an approve and deny button. A user starts from a table and clicks the master record id to drill in to the record view. Once on the record view, upon clicking the approve or deny button I run an a!Save on the record to update the status of it to either approved or denied without ever executing a process model. It updates the records status. On the record view I see the record status update and when i return to the main screen which has a table of all the records it is updated there as well. a!buttonLayout( secondaryButtons: { a!buttonWidget( label: "Deny", style: "DESTRUCTIVE", saveInto: { a!save( ri!record['recordType!{...}status'], cons!MP_DENY ) }, disabled: if( ri!record['recordType!{...}status'] cons!MP_PROCESSED
Hi All, I have a scenario where i am getting details in a recordtype which is multiple. Now i have to subsitute the record field value at a specific index of a recordtyep in interface. Is that possible as i am not seeing any option to index it.
Hello, I'm calling a Google Gmail API to get the attachments of an email, with an Integration. The attachment comes in a form of a base64 document inside the body: "body": { "size": 1111, "data": "base64_document_here" } I tried to get an attachment with 12KB (around 12k characters) and it works great... until I use the "Convert base64 values to Appian documents" checkbox: I've also tried to get a smaller attachment and it seems to be working just fine: I think it may have to do with Appian trying to convert the JSON into a CDT first, which looks like it's limiting the size to 4000 characters, and then decoding the base64, but I'm not sure. Has anyone ever had this problem before?
Hey,I am trying to call mailchimp api to get templates, but getting this. If someone can help me out.Thanks
[title=Connection timed out, The integration execution time exceeded the configured timeout] getting this error when clicking on submit button as it save data to some external environment .
After clicking on authorize and then submit , this authorization forms disappear and original form appear I have the above interface ,i want to change this submit button to 'refresh' link like in below pic(2) .I have changed the code but in the process model it is getting stopped at that user input form. In this new interface ,after clicking on authorize and then refresh ,the authorization forms doesn't disappearDoes user input task (authorization) doesn't get submitted until submit value needs to be provided?for user input task to get submitted it should have only button not link?can someone please help
a!localVariables( local!data: { a!map(id: 1, classid: 1702116260, value: - 115), a!map(id: 2, classid: 1702116260, value: 190), a!map(id: 3, classid: 1702116260, value: - 190), a!map(id: 4, classid: 1702116260, value: 115), a!map(id: 5, classid: 1702116260, value: 210), a!map(id: 6, classid: 1702116260, value:104) }, local!choiceLabels: { concat(1702116260, 104), concat(1702116260, 210) }, local!choicevalues: { 5, 6 }, local!choiceLabels) I want to eliminate all the rows in local!data that has a corresponding negative value and add their classid + value in choice labels and ids in choicevalues e.g. value -115 with id 1 has value 115 with id 4... so both need excluded. whereas values 104 and 210 has no corresponding negative fields to include those in choiceLabels/ choiceValues
I am trying to develop a POC concept on the Barcoded Label for the Zebra printer. Here I have a question about the Label String Parmenter. Can I send the ZPL command directly, or needed any conversion This ZPL command I plan to use below . ^XA ^FX ^CF0,30 ^FO40,30^FDCase#: 2310462^FS ^FO300,30^FDExhibit#: 3.1^FS ^FO40,70^FDTox#: 2204167^FS ^FO300,70^FDCounty:Tarrant ^FS ^FO40,110^FDDeced: Phuong Thi Pham^FS ^FO40,145^GB700,3,3^FS ^BY4 ^FO 130,160^BCN,80,N^FD12345678^FS ^FO40,250^GB700,3,3^FS ^CF0,25 ^FO40,270^FDItem: Tissues in Formalin-Dr Diane-Ngan Trang^FS ^XZ
Can data about process and user task metrics be accessed directly from Appian servers without using Task Reports and its functions like total_work_time(), task_avg_completion()...? Thanks!
At this year's Appian Government, Michael Beckley alluded to existing solutions for government Appian configurations to facilitate data transfer from low-side (unclassified) environments to high-side (classified) environments. Our use case is exactly this - move data from low-side systems to air-gapped high-side systems so the both datasets can be accessed from one place. [mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] [mention:3f2c284660224ff9b6f64736624c289d:e9ed411860ed4f2ba0265705b8793d05] [mention:7fe03aa321af4cadbca97d8d1fc1a492:e9ed411860ed4f2ba0265705b8793d05] Do you know whether such a solution exists?
I am a Designer and I use Appin Designer to present interfaces to my team and get feedback. I need a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes that were decided. Is there any comment function in Appian that I could use for this purpose? Thank you!
We are using a POST integration to an external system. When calling the integration from the integration object, its working fine and giving success response. But when we are calling the same integration from the process model using call integration smart service, its getting timed out. The time out has configured to be 20 seconds. When checking from integration object, its taking around 7 seconds for giving sucess response.Only inside process model its getting timed out. Can anyone help on this?
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.