RPA Quick Tips: How to Run Inline Python From Within a Bot

preview_player
Показать описание

Don't worry, beginner tips are coming soon! Do you have anything you'd like to see covered in this series? Leave a comment below!

Did you know? The Automation Anywhere Developer Portal is now live!
Our Developer Portal provides a single place for developers of all backgrounds and skill level can get access to help them become better bot builders and RPA pros.
• Learn how to build on Automation Anywhere through guided journeys
• Easily access the right resources from official Automation Anywhere resources, including AAU, A-People community, Product Documentation, and more
• Engage with A-Listers and other members of the community
• Get the latest news and announcements

Stay connected to Automation Anywhere and the world of RPA:

#RPAQuickTips #LearnRPA #AutomationAnywhere
Рекомендации по теме
Комментарии
Автор

Hi Micah,

I am working on a bot, I have a few questions for you.
1. Is it possible to pass multiple variables in Python function/script
2. Is automation anywhere: python function only returns a string or we can return any data type(list, dictionary, set, etc)
3. How can we develop custom actions based on the requirements If the functionality/action is not available in Automation Anywhere

KanikVijay-ll
Автор

Please zoom code for better visibility and also make videos in 1080p

chandumohammad
Автор

import re library and you can use re.findall or re. search to serach the regular expression that you have put there.
simple Ex.
import re
def function_name(parameter)
o/p = re.findall('your expression ', parameter)
return o/p

guganvarmanm
Автор

If I have code that uses functions from other files, and some functions inherit from another file, can this be used? And how can this be done?

Aprendder
Автор

Hi Micah,

Can you please make a video on how to connect to Microsoft SQL server database with A2019, also what are properties we need to change in Microsoft SQL server

shrutikapawaskar
Автор

Hello, im trying to execute a simple python script through AA community edition, the python code is supposed to return a simple string which i wish to display in AA message box .
Instead of the string's actual value im getting value as "bot error"
if you have any idea why, please let me know .
Thanks in advance

danishshaikh
Автор

Hi Micah,

I've been building bots on A2019 but i couldn't get myself to use the "wait for screen change" package as it does not capture the coordinates like in v11. Even after we execute the package, there is no demarcation so we know which area was marked on the screen. Any help on this is highly appreciated.

ashishsaraf
Автор

Stuck at execute function. Is it supposed to there forever ?

chirags
Автор

Is it possible to run python in a specific virtualenv by using Automation Anywhere?

FabianoRomanBeraldifrb