-
Recently active
I would like my AppianRPAagent to connect to resource. So, I refered to URL Below. docs.appian.com/.../agents.html After I created a new resource "TestResource", I downloaded AppianRPAagent.exe and run it.However, "TestResource" didn't get online. ■Resource detail Could you tell me what makes this error arise?
Dear I am setting up an environment to evaluate Appian RPA, referring to the URL below.https://docs.appian.com/suite/help/22.4/rpa-8.3/custom_code/configurator.html I have a question. I clicked the button "download" to install Maven,but an error message popped up. Could you tell me what prevented me from installing Maven? Thank you.
I have created a RPA process to log into a software on our internal network and take screenshots of a machines status and then sends those screenshots to a user outside of the network. The bot is running unattended on a Virtual Machine. When I have the remote desktop open, the screenshots take the image of the entire screen. However, when I allow the bot to run unattended the screen resolution is too small to capture the whole screen (see attached images as examples). The virtual machine is managed via VMware. Does anyone know how to increase the screen resolution of the bot on the unattended Virtual Machine?
Hi Everyone, I am trying to run A360 bot through Appian 22.4 . I have created connected system and then integration. I am trying to run a operation deploy Bot. Can anybody help me on how to get File ID, Name OR how we can run A360 bot through Appian Thanks in Advance
.
Dear Sir/Madam, I'm a newcomer with Appian RPA. And I'm trying to build a very simple process with steps for studying like this: Open a Google Chrome -> Search a keyword ex: 'World Cup' -> Then click a hyperlink or something like that. I have tried to find a document that similar guided end-to-end steps but not found so far. Could anyone have or suggest me anything else for newcomer? Thanks so much in advance.
Hi, I have a requirement where I have to schedule a task i.e to activate RPA agent from the server on each day when server comes online, I have used task scheduler to trigger the agent but its not being stable as it is activating and deactivating the next minute, which is leading all the RPA processes to be in queued. Please update with any solution.
I have created RPA process that run in an Azure VM, it only works properly while I was logged into VM, otherwise it shows blocked status in RPA console and didn't execute the RPA process correctly, How can I troubleshoot this
Hi everyone, I'm trying out RPA on my Windows 11 computer. I used the configurator and followed all the steps. The configurator completed successfully. https://docs.appian.com/suite/help/22.3/rpa-8.4/custom_code/configurator.html. I start the RPA agent on my computer, it shows a list of Robotic Processes (created by a colleague on his Mac). Then back in my cloud environment, my computer does show Online under Resources. Next I create a new Robotic Process, blank template, add Permission, leave everything else as default, and click Create. But straight away I get this error pop up. Any help would be appreciated :)
Hello everyone, I can't find a single mention in the docs for this, so here I am - does anyone know what 'Orphaned' means for the result of an Appian RPA process? The process was a longer running one (looping over several pages to pull data out) In the Robotic Processes tab of the Appian RPA dashboard, the Result shows as Aborted and Orphaned. It shows pretty much the same thing in the Monitoring -> Events tab. There's no error in the process indicating why it would have broke, so any insight is appreciated!
Hi all, I am trying to configure the RPA resource. The final Maven setting does not work and results in error. I have tried to give the credentials and all the URL info but still pops up with same message. The same works fine when I initiate from my personal PC but when I try to work on the same logic with my official Pc there is an error thrown. Is there something am I missing to configure or set up I specified my URL as : https://<mysite>/rpa-repo/ I gave my credentials too
Hello Everyone, is there a guide how to configure a resource for APPIAN RPA in AWS ?
RPA process cant scan Drop down components from appian and ends the process when it comes to drop down, it takes id as a random number when i gave recorder by interacting with dropdown, So what i was trying to do is create rpa process to automatically login into my appian designer and create an interface, so when i try to press new which is a drop down the interaction is not being performed
hi, I am trying to create a BOT that will read records from Appian DB, hit a website, extract information (get attributes) and update few other columns of the DB. The table is The BOT reads restaurantname (in a loop), get attributes (status and date) and update the DB back this is what I have Loop is: foreach pv!restaurant.restaurantName Update value in search is "interact with element" with value as fv!item Get Date is 'get attribute' with target as restaurant.inspectionDate where restaurant is a variable of type CDT that has when i run this BOT (through a process model) I see the restaurant names are picked up fine by the loop (one after another), however the status and date values that gets updated is for the last entry in the table (in this case: Gallery Market & Cafe) so when I see the process variable in BOT after it has run it is Value [{"restaurantID":1,"restaurantName":"True Food Kitchen","restaurantStatus":"Status: Permitt
Hi, we are facing issue with executing “Open Browser(Edge)” action stage in Appian RPA for “https://xxxxx.xxxxxxxx.local/Reports/Pages/Folder.aspx” URL. Getting below error while executing it. Kindly give your suggestion.
Hi, I have created a BOT (as suggested by the Appian RPA tutorial) to update a single DB row and it works just fine..Here are the steps in brief My Appian DB: BOT is 1. opening the browser: https://inspections.myhealthdepartment.com/va-arlington 2. updating value in search: pv!restaurant.restaurantName (comes from the process model which retrieves the data from the DB) 3. click on search button 4. Getting status (from UI - CSS selector) and updating restaurant.status 5. Getting date (from UI - CSS selector) and updating restaurant.date This is my CDT and the process model My process variables: Get Restaurants to Search Node: Execute the RPA and saving the values in restaurant variables Writing to the restaurant variables: Updating DB This works just fine. The status and date field on my DB gets updated with the value it extracts from the https://inspections.myhealthdepartment.com/va-arlington Problem: Now I am trying to do this for mult
Hi, We have a requirement in Appian RPA where robot needs to open a website which is having 'http' and NOT 'https'. When I'm using 'Open Browser' action it is showing to provide a valid URL. Could anyone tell a solution on this?
Hi, we are facing issue with executing “Open Browser(Edge)” action stage in Appian RPA for “http://xxxxx.xxxxxxxx.local/Reports/Pages/Folder.aspx” URL. Getting below error while executing it. Kindly give your suggestion.
Hi All, I have a requirement where Appian RPA needs to pull an excel file from computer's local folder and pass that to a process model as parameter. Could you please help me on how Appian RPA can pull file from local folder and also if it is possible to pass the file as parameter to a process model? Thanks, Sudip
I was trying to follow this course for RPA Windows Automation: https://academy.appian.com/#/online-courses/b08d47ca-0cac-42a4-803d-7384e0127dc4 The course stated to select the Element Selector to Name instead of Automation ID in Interact Element Action, and select the parameterized variables they told to create for the Element Selector Name. The problem is this doesn't work on my end. When I switch the Element Selector to Name and select the parameterized variable, the bot is unable to find the element as shown here: However, when I deselect the Parameter checkbox in the variables, I was able to proceed with the Action, but the value of the clicked number in the calculator doesn't save in the variables:
Hi, I am trying to call the Appian RPA robotic process from Appian. I have created a connected system and integration object. In the integration object i have selected the operation as 'Execute Robotic process' but I don't see any robotic processes to select. The following message is displayed there "You do not have permission to retrieve the list of robotic processes.". I could see the robotic processes when I login to RPA with same login and I have the same permissions to resource, user and robotic process. I do not know what is missing here. Please advise.
Hi, I wanted to try MS Outlook Java Module using Custom Code to process specific emails which are coming to a mailbox. I was able to complete the below pre-requisites with the help of the documentation - https://docs.appian.com/suite/help/22.1/rpa-7.13/custom_code/configurator.html JDK Version - 1.8.0_221 Maven Version - 3.6.3 IDE - Eclipse Neon Post this, I had created a new Robotic Process using blank template. The project which got downloaded was extracted and imported as a Maven project. After importing, I got an error message as mentioned below - "No marketplace entries found to handle jidoka-maven-plugin:8.1.0:generate-resources in Eclipse. Please see Help for more information." The overview of my pom.xml is as mentioned in the below screenshot. Within the pom.xml, I was able to see the error - "Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:8.1.0:generate-resour
Hi, I am creating a BOT, need to interact with element - login and password --> credentials..should be simple and straightforward but something's wrong..any help will be appreciated. for login, am trying to use name as selector with username as value same issue with class name.. and it is unable to find this selector as you see the source code doesn't gives me too many options.. when I try to use the recorder ..it picks up the CSS selector with value as c-portal-login and the login works perfectly but the problem is for the password field as well recorder is picking CSS selector = c-portal-login which confuses the BOT later (quite obviously) and the BOT updates the value of login and password credentials both on the same login field.. any suggestion will be helpful thanks jaideep
Hi, Is it just me or everyone..I am not able to access Appian RPA on community edition as I write this .. https://euhz.appian.community/suite/rpalogin thanks jaideep
Hi,I have 2 doubts: 1 - Is it possible to modify the task to get the look of the old workflow?2 - Within the task of the new workflow aspect, where can I find the "Import Section from Selenium file" button? Thank you for your attention, Iulia
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.