-
Recently active
Hello, 1. How do I retreive Data from a certain e-mail? 2. Want to login to a certain site, and go in to a certain link that contains a specific word amog multiple line of links, and then get the contents inside using RPA. Thank you.
I am learning Appian RPA and the documentation on the excelmap data provider is a little underwhelming. I am currently trying to get Appian RPA to just read the excel file but the only results for "Rows" is null. See below for screenshots of my configuration. I am able to get the other low code methods working just fine. The only problem is the excel file is in my support files, But RPA doesn't seem to recognize it as present and as a result outputs "Null" every execution. Ideally I would like to iterate over the rows and get the information per row, I put the count rows just as a test to see if it would work correctly but to no avail. Any help is appreciated!
According to docs: a!update() Function - Appian 21.4, this function should work with a list, map, dictionary, cdt or record. I'm having difficulty with one particular case of a!update with a list of dictionary (version 21.4). I have the following snippet of code and am receiving the following error: This error message is unable to be duplicated with a simple index, meaning the error message is somewhat misleading to myself: Are there any known workarounds - or does this seem like a product issue? I would rather not have to check if my data type is a list of dictionary prior to calling the a!update function.
Hey, How to capture the Bot exception in the "Clean Up" section of the Bot. Thanks
Hello, I get this error when trying to launch a robot that makes use of the start process functionality. Does anyone know what the reason is? com.novayre.jidoka.client.lifecycle.PhaseException: An exception occurred in phase step: Requesting Dependencies (REQ_DEPENDENCIES)
Question in the title. How can I download the source code of a robotic process already created? I know you can download the source code of a robotic process you just created. I am just not aware of how to do this for an already existing process. Thank you, Saeed
Hi to all. I'm looking for sections in "New Robotic Process Designer" like the previous one :- can we find it in the new version, and if there is an alternative to that, please explain.
Hello all, I uploaded a document in appian, and now I want to create a some rules regarding some fields. For instance I want the blank fields to appear under a certain condition. So I want them to appear if they are automatic tasks, in case they re not i don't want them to show. What's the best practice here
what is the Max limit of creating rule inputs in an expression or Interface?
Hello, I need to know if it is possible to retrieve the SAIL code from an Expression Rule. The requirement is to update the Sail code of an expression rule using the UPDATE EXPRESSION RULE smart service.
Greetings everyone I'm designing a robotic processes using the new RPA Version, but noticed that there is no copy and paste of the nodes nor duplicating existing action groups in the new version. Most of the work I do requires duplicating the action due to the similarity. Does anyone know a way to duplicate actions?
Appian seems to have some kind of issues with TIFF or JFIF images, they don't show up in the imagen component, do you know anything about it?, thanksWith PNG or JPG
Hi there, I know I can use any function to check any element is null in an array like this: any(fn!isnull, {0, null, 30}). how to use any function to check if any element is 0? Thank you. Lin
Hi, Could someone clarify my doubt about difference between the usage of the rules APN_isEmpty and APN_isBlank? It would be good if a simple example is illustrated to make it simple to understand. Thanks Faisal
I am trying to pass a 10 digit number (7500882768) as a rule input in my ER and it has to be of integer format only cannot pass it as text or some other format , but it is getting considered as infinity. Is there any way of passing the exact number without it being considered as infinte?
Hi, I'm trying to open chrome browser "google.com". Driver could not be initialized: unknown error: cannot find Chrome binary I have downloaded and updated the latest version(Chrome version 97)
Hi all , I have to generate a table with the help of html . Is there any way to create . Please let me know know the ways
Hi All , I have a query regarding Expression rule .I have DB where isCompleted and IsMandatory fields are there with repect to particular requestID Example: here I want to return only those sites which have isCompleted=1 for all the isManatory=1 in the above example , i must get only requestid =2
Hi all, I have a scenario where I have to send a multiple links in a Google chat in a single message Message format should be like this RequestNo ।। CreatedDate ।। Links 1। Date। Click here And so on How to achieve this Thanks in Advance
Hello, I am trying to update value of <input> element on a website. Using Browser > Interact with Element > Update Value The selection method is by ID I can see that the robot selects the input because it is marked as highlighted but does not update the value. One detail the values have already values inside them. Any idea for a workaround ?
can some one tell me on how to create an expression rule to add an array of numbers without suing sum function
Hello, Am working on Appian RPA POC to connect to Mainframes systems through Bluezone client. For this am using the IBM 3270 workflow library provided by Appian. Am facing issues with methods(Set Emulator & Connect to Emulator).Set emulator from V1.0 library and connect to emulator from V2.0 library both are failing. Set Emulator Error: [STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_START> - Start action 'appian->eval-expression' - 'Extract Session Name' // dur: - - avg: - etc:[STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_END> - End action 'appian->eval-expression' - 'Extract Session Name' (transition through 'A' to 'common-actions->pause') // dur: - - avg: - etc:[STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_START> - Start action 'common-actions->pause' - 'Extract Session Name' // dur: - - avg: - etc:[INFO] 2022-01-04 11:07:10 28s (0h) - Performing pause of 5 second(s)[STAT] 2022-01-04
Hi Experts, I have 2 filters, one is custom picker EMPID and another is checkbox to "Show current month data", below are the steps i am performing to filter the data: ->Uncheck the check box & then search for an EMPID which is not of current month so that EMPID result shows up ->Now check the "Show current month data" check box & so that the search result cleared off ->Again search for the same EMPID number & no result found shows up in when its checked (Working as expected as its not current month EMPID,) ->Uncheck the "Show current month data" check box & then search again for same EMPID No result found even after page refreshes with "Show current month data" check box unchecked
This code for check the process variable "gap" Boolean is not working. My sample rule is: if( rule!APN_isBlank(ri!gap),if( like(ri!text,"*GAP*"), ri!gap=true(), ri!gap=false()), ri!gap) I need to check if the pv- gap (boolean) is null or empty, then I have to populate the gap as with checking on the like function Else I need to just display the gap (true/ false) as it is which is not null. Problem: Here when I give null/ empty value for "gap", then the true part is executed. It says simply false, even when the like function gives true value (text contains words "gap"). Please help me to execute this scenario.
Hello! I wonder if it is possible to tell the Chrome browser to allow or block notifications while using it with RPA? In Selenium/Java I would use something like this: ChromeOptions options = new ChromeOptions(); options.AddUserProfilePreference("profile.default_content_setting_values.notifications",2); /* or 1 depending if I want to block or allow notifications */ IWebDriver driver = new ChromeDriver(options); Best regards!
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.