-
Recently active
Hi, I am parcticing with the a!queryRecordType() function and I realized in return one field called identifiers where the primiary key is returned and I would like to know if I could transform it together with the data field into a map where the identifiers values are the keys and the data values are the values. For example: Having: identifiers : {12,20} data : {"first value", "second value"} Transform it into {12: "first value", 20: "second value}
As there is no any UiPath Studio installer for MAC systems, how can we automate iOS devices from windows machine? Is there any Open source iOS emulators which can be used to integrate with UiPath studio of windows machine?
Hi, communities Please tell me about the connection status between "Appian RPA (Cloud)" and the Host Machine with "Appian RPA Agent" are installed.When Appian Cloud instructs "RPA" processing from "Process", I think it's the flow of below, Cloud -----> Host Machine(Agent)but how is this connection started in the first place? ---------------------------------------------A) Just issue an order from the Cloud to the Host Machine1. Session Start & RPA instructions Cloud -----> Host Machine(Agent)---------------------------------------------B) Agent initiates a session, and Cloud requests using that session1. Session Start & stay connected Host Machine(Agent) -----> Cloud 2. RPA instructions Cloud -----> Host Machine(Agent)---------------------------------------------C) Other than those above
Hi, I need to find the sequences child-father in this table starting with an input id. For example 1-3-9-11-18 or 2-5-6-15-20. I tried using query in forEach loop but without success. Do you have any suggestions about it? id idFather 1 3 2 5 3 9 5 6 6 15 9 11 11 18 15 20
Hi All, Can anyone help me convert this string into date format so that I can inject into data base "20171222" string format is "yyyyMMdd" I need to convert to date format yyyy-MM-dd so that it can be added to database
Windows server allowing 5 concurrent user session logins. Can we have different Appian RPA processes running in different sessions at the same time? Which means installing the agent for each user specific session and connecting it with console and resource.
I'm trying to figure out how I would configure an expression rule to perform a rolling sum by userId. For a given person, calculate how many hours they worked for a rolling 7 days, and if they have exceeded 10 hours then return true. Otherwise, false. My data looks like this: UserID workDate Hours 1 06-03-2022 1 1 06-04-2022 3 1 06-05-2022 1 1 06-07-2022 3 1 06-08-2022 1 1 06-09-2022 3 1 06-10-2022 2 1 06-13-2022 4 2 06-13-2022 7 Given the table above, it calculates from the current date (inclusive) for the last 7 days. UserID workDate Hours Last 7 days response 1 06-03-2022 1 1 false 1 06-04-2022 3 4 false 1 06-05-2022 1 5 false 1 06-07-2022 3 8 false 1 06-08-2022 1 9 false 1 06-09-2022 3 12 true 1 06-10-2022 2 12 (06-03 dropped off) true 1 06-13-2022 1 10 (06-07 to 06-13) false 2 06-13-2022 7 7 false Is it possible to configure a calculation like this in Appian? For all intents and purposes, once they have broken the 10 hour mark a
Hi All, FYI, This is my first POC to develop the bot tasks in the Appian RPA. And I have other experiences in the RPA tools also Appian BPM. I need to know some details about to pick the particular element via windows automation or browser automation. Questions: How to identify the element via windows application(example:Calculator) or web application? I tried via recording and save it. But after open the calculator application, click 8 in the calculator getting element not found exception If we are not using recording to do each node of process there is any ways in the custom. Like one click drag and used in middle of process in this how to pick the particular element as like as recording. Thanks, Pradeep Sridharan
Hi All, Please help me out of this Error, Error message : Training failed because there are too few files that meet the requirements. Collect and upload more files that meet the requirements to train a model. Which type of templates Should be Upload in AI skills - Email smart Services
Hello, I have a constant of type application and I need to retrieve all of the application groups from it. Is there any way to achieve this? Thank you!
I'm trying to create Image Recognition Bot using Low Code module but it is unable to search the image. I have tried with multiple images and with different configurations. Has anyone successfully searched the image?
Interface is holding Dict TypeProcess model is holding Map Type Clash b/w the dataTypes while triggering PM.Could you please help me to convert dict to map before triggering?
Hello, in the Pres keyboard Shortcurs method now to configure CTRL+SPACE+N for screen maximization of google chrome ? is there a way for 3 buttons shortcut ? I have tried with the option to hold and not release but it generates error: [WARN] 2022-03-23 15:36:05 04s (0h) - Method manageException invoked[ERROR] 2022-03-23 15:36:05 05s (0h) - java.lang.reflect.InvocationTargetException
Hi Champ, I need to upload a file from my local system and process the same in Appian. For the time being I am hardcoding my local system folder dierctory where I am picking my file ; but in real time that will by dynamic for instance user download file directory. Is there any way which is check the user download file location and pull it from there instead of hardcoding it. For giving more context. suppose when I am saving a file in PDF, it ask me for the download location which by dafault select it from the user download location. I want to get that location in RPA task from the user download loaction which is saved in their environment variable or somewhere else. Regards, Shyam
Hi, Appian licensing model state that Appian RPA cost is included in base price, but in all the documentation it states that 'This content applies solely to Appian RPA, which must be purchased separately from the Appian base platform.' What does this mean? Regards, Neha
hello team it is a pleasure to greet you I have the following problem:What can I do if when executing a robotic task that contains a recording to a web portal, it gives us the following message: Community someone who had this problem, could you help me with your ideas for a possible solution. greetings friends.
Hi All, Can anyone please tell me how to train idp/ or some change in objects so that IDP forgets its mapping. Thank You
I don't see any information in the documentation about how to train the AI Document Extraction process. I thought that invoices were already trained, but that doesn't seem to be the case. Additionally how would we train a new document class, like insurance claims for example. I see doc'm about how to setup the fields, but how do we train for locate/extraction rules? Do we just run a bunch of docs thru manual reconcile? Is there a way to clean out bad documents/trainings? How do we get more insight into what's going on behind the scenes with extraction? Thanks in advance!
Hi All, I had the set of data in table like "startDate" as 2023-01-01,2023-03-01,.... and "endDate" as 2023-02-28,2023-04-30.... now I need to check today is available in between of which set.Please suggest if anyone have an idea. Thanks in advance.
Hi, my table is having let's say fields - name, age, gender and meta Data - isActive, createdOn, createdBy. How to add data for these fields
Hi Appian folks, We have a use case in Appian RPA where I am taking a small part from an image. I am using "Locate Image" module, changed the Search parameter to "Screen Region". But I am getting the error that says "Unable to find image within the given timeout interval". I have added the image in Support files as well. Does anyone know how to resolve this? Config:
Hi Members,I am trying to calculate the working hours between two different time using calworkhours function.It is giving perfect result for all the days except on Fridays. I have check my calendar setting as well . Friday's setting is same as other working days.I have pasted the Screenshot of Calendar and Expression along with it's result. EscalationCalendar Image : I am expecting 6 hours but it's giving 2 hours and it is same for every Friday.Please help on this ASAP.
When I write a code "month(fv!item.asDate) = local!month", why it's showing a result A null parameter has been passed. How to resolve that part? Also I put that part if( a!isnullOrEmpty(index(fv!item, "asDate", null)), false, contains( tointeger(local!month), month(index(fv!item, "asDate", null)) ) ), but same error as it is
I have a local variable which is receiving BacthPayloadInput Response from process model local!updatedPurchasers_at: index( ri!EF_GeneralUpdatePayload_cdt.RequestJson, wherecontains( tostring("PowerPurchasers"), cast(103, index(ri!EF_GeneralUpdatePayload_cdt,"RequestEndpoint",{})) ), null ), when i output the values it contains in expression rule it gives me output like this: I want to extract the only "KeyPowerPurchasers" out of it which i am not able to do so. I have been trying to get it in following these two methods but both are having problem: first one: local!purchaserKeys_int:reject( fn!isnull, { if( a!isNullOrEmpty(local!updatedPurchasers_at), null, cast(101, index(local!updatedPurchasers_at, "KeyPowerPurchasers", {})) ) } ), it gives empty array {} 2nd one: local!purchaserKeys_int:reject( fn!isnull, { if( a!isNullOrEmpty(local!updatedPurchasers_at), null, cast(101,a!fromJson(local!updatedPurchasers_at).KeyPowerPurchasers) ) } ),
In our system, we need to use an MLOps tool for monitor and manage lifecycle of AI Appian's Smart Services. Can Appian provide Legacy or Third-party MLOps Tool Integration?
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.