Getting Started

 View Only
last person joined: yesterday 

If you're new to Blue Prism, we'll help you get started.

  • 1.  🎓Teach Michael: My first automation!

    Posted 26 days ago

    Hello innovators 💙

    OKAY. I'm ready 💪. You've already taught me what not to automate, how to involve senior leadership in an automation program and how to find processes suitable for automation - but what we haven't tackled yet is where to start? 

    Everyone here has walked this path already, and so I need your inspiration! My question to you all today is...

    What was your very first automation?


    I'm hoping to hear from you on:

    1️⃣What was the first thing you attempted to automate?
    2️⃣How did it go?
    3️⃣What advice would you give to someone crafting their very first automation?

    Now, I have a couple of ulterior motives here. First, we're creating a playbook on automation journeys and we would love your input. And second, our community saw a huge influx of new users during April (hello new friends!) who will also be seeking inspiration. So remember, it may seem like a small question, but the impact of your answer can be huge.

    Thank you in advance everyone, and wish me luck!



    ------------------------------
    💙 Michael
    (I'm part of the SS&C Blue Prism Community Team)
    ------------------------------


  • 2.  RE: 🎓Teach Michael: My first automation!

    Posted 26 days ago

    Hi Michael,
    What was the first thing you attempted to automate? - My First automation is started as  a POC  interacted with multiple external web application and I have created different tables  in SQL and redesigned where ever it required so that it is robust, scalable and provide more value in the long run.
    Applications used   - Web Applications, Outlook, Excel

    How did it go? - In a 2  month period  we moved the code to prod . we have captured different metrics  from Daily and monthly reports . These reports helped to assess the value of the automation

    What advice would you give to someone crafting their very first automation? In the automation journey  might need to demo the automation to business stakeholders and other management team based on the stage of  the automation.  While demoing  if possible record the automation running in control room . It will help to avoid unexpected issues and help to build the confidence.
     



    ------------------------------
    -----------------------
    If I answered your query. Please mark it as the "Best Answer"

    Harish M
    Lead developer
    America/New_York TX
    ------------------------------



  • 3.  RE: 🎓Teach Michael: My first automation!

    Posted 23 days ago

    Hi Michael

    What was the first thing you attempted to automate? - My first automation was actually using a legacy mainframe application called rumba. The process was to update credit cards on the application with a back log of 25K+.
    How did it go? -  It went very well and the application was very stable and easy to interact with. The process run well with cases being completed in 3 seconds per case. Unfortunately the process began to hit issues after 1000 records because the application couldnt keep up. I had to reduce the speed and cases completed within 7 seconds per case. It was a good speed but as a developer it was annoying to see it at 7 seconds instead of 3 lol after that it worked brilliantly and completed the backlog and into normal process within the first 2 days.
    What advice would you give to someone crafting their very first automation? - Think about after care, its one think to get a process up and running doing exactly what its designed to do but consider how its supported as well. Consider if the process fails for any reason how easy is it to re-run? should it start from the beginning or should it pick up again where the failure occurred, how will retries be handled, if it fails one day do you need to run it again later and in which case should it use the date of the original failure etc etc.




    ------------------------------
    Michael ONeil
    Technical Lead developer
    NTTData
    Europe/London
    ------------------------------



  • 4.  RE: 🎓Teach Michael: My first automation!

    Posted 18 days ago

    Hey Michael,

    1️⃣What was the first thing you attempted to automate?  - My first automation was to generate airline tickets and send the generated tickets to the travelers. Three types of applications were used: Sabre Red (Windows Application) to retrieve passenger details, the Airline Web Portal to input the captured details and generate the tickets, and Outlook to send the tickets to the passengers.
    2️⃣How did it go? - 
    During the testing phase, I encountered several issues, including: 
      1. If the web application was slow, the process would frequently throw exceptions due to arbitrary waits instead of implementing a dynamic wait stage.
     2. Using the environment specific attributes like  Parent URL.

    Since it was my first automation project, I wasn't familiar with the best practices to follow. However, after reviewing the best practice documents, I made the necessary fixes. As a result, the production phase went smoothly and saved a significant number of FTE hours.


    3️⃣What advice would you give to someone crafting their very first automation?

    I would advise keeping the Development Best Practice document handy while crafting the first few automations and consistently following those best practices. With time, you will become familiar with all the best practices that need to be followed during development.



    ------------------------------
    KirtiMaan Talwar
    Consultant
    Deloitte
    ------------------------------



  • 5.  RE: 🎓Teach Michael: My first automation!

    Posted 18 days ago

    Hi Michael,

    Thank you for your post and for asking about our first automation projects. My first automation project was automating a Citrix-based SAP with Blue prism about six years ago. At the time, automating Citrix environments was a challenging task due to the limitations of the technology available.

    The project involved automating several SAP processes that were previously performed manually. This required the development of custom Blue prism objects to interact with the Citrix environment, as well as the creation of custom code modules to handle the SAP transactions. We also spent considerable time on designing the automation flow and selecting the right tools for the job.

    In terms of how it went, the project was a success, and the automation significantly reduced the time and effort required to perform the SAP processes. However, we encountered several challenges along the way, such as issues with the Citrix environment and difficulties in developing the custom Blue Prism objects.

    The main lesson I learned from this project was the importance of spending more time on design and selecting the right tools. Not every project is suitable for automation, so careful consideration needs to be given to the design and development process. I believe that the design and development time ratio should be 60:40, with 60% of the time spent on design.

    For someone crafting their very first automation, my advice would be to approach the project with a clear understanding of the process to be automated, and to carefully consider the design and selection oftools. It's important to have a thorough understanding of the system and its limitations, as well as the requirements and goals of the automation. Additionally, it's important to have a solid understanding of the automation platform being used and to leverage its capabilities to the fullest extent.

    In terms of tech advice I would recommend breaking the automation down into smaller, more manageable tasks that can be developed and tested independently. This helps to identify and isolate issues early on and ensures that the automation can be developed in an iterative and agile manner. It's also important to thoroughly test the automation in a controlled environment before deploying it to production.

    Overall, automation is a continuous process that requires ongoing maintenance and optimization. It's important to continually evaluate the effectiveness of the automation and make adjustments as needed to ensure that it continues to meet the requirements and goals of the automation program.

    I hope this provides some helpful insights.



    ------------------------------
    ------------------------------
    Vipul Tiwari
    Senior Process Simplification Developer
    Amazon
    ------------------------------
    ------------------------------



  • 6.  RE: 🎓Teach Michael: My first automation!

    Posted 8 days ago

    First off - WOW. There is some incredible advice for beginner's in this discussion already. You have my thanks @Vipul Tiwari , @KirtiMaan Talwar , @Michael ONeil & @Harish M !

    We've learned that:

    • Breaking your automations down into small, manageable tasks can help you to develop faster and test more thoroughly
    • Testing in a controlled environment helps prevent issues that would have negative impacts on the production environment
    • Consistently following best practice documentation, especially when working on your first few automations, can help you avoid rookie mistakes!
    • Building in fail-states and re-runs is great practice, even in the most simple of automations. Think about how you'll care for your automation after it's live!
    • Document or record each automation you create so that it can be easily explained or demonstrated later on


    Thank you all for the stellar advice, please keep it coming Community!



    ------------------------------
    💙 Michael
    (I'm part of the SS&C Blue Prism Community Team)
    ------------------------------



Welcome to Getting Started Community!

Here is a the best place to start your Blue Prism software journey. Watch our guided tour of the Blue Prism ecosystem, and download your handy playboard that will guide you through everything you need to know to be set up for success. Are you brand new to intelligent automation? Here you can get a helping hand with any questions you might have.

This Global Community is intended to help new users get started with Blue Prism products & services. For more specific technical communities please visit this page.

Getting Started with Intelligent AutomationOnline DocsBlue Prism CloudGet Started with Blue Prism Methodology

FAQs

Stay informed on the latest product updates, webinars and user events we host around the world via our monthly newsletter.

Sign up for the newsletter here

Subscribe to product announcements here

The ROM provides the foundations to embrace Digital Workers and establish a seamless bi-directional flow of work between the human and the digital workforce, starting with vision and strategy. It has been developed using more than a decade of experience and knowledge of deploying Blue Prism at scale in countries and industries across the globe. With the ROM in your corner, you can approach and successfully deliver maximum business benefit through the scaled deployment of connected-RPA. Explore the ROM now.

Get up to speed quickly, enhance your product knowledge and become a certified RPA practitioner through the Blue Prism University. We offer world class training for our customers so you can gain the skills and the confidence you need to successfully deliver outstanding solutions with Blue Prism and enable your team to do the same. Explore the University now.

You can find easy to follow instructions for all the tools and features of the Blue Prism product. This is your one-stop-shop for all the latest product news, release notes, installation guides, how-to instructions, product guides and more. Explore Online Help now.

If you don’t find your answer on the Help System, you can search our extensive knowledge base to find answers to frequently asked questions or browse featured articles covering key aspects of the product. Within a few clicks you can access information to help you troubleshoot, guide you through installation, design processes, or to upgrade and expand your Digital Workforce. And, if you don’t find your answer in the Knowledge Base, you can always raise a ticket* with our Support Center.

The Success Accelerator program combines various levels of mentorship and access to our Expert Services, Technology Ecosystem and Certified Partners based on the size and maturity of your digital workforce operations. For customers getting started, we have designed a Starter Package to assure you’re off to a perfect start. Among other services, you’ll gain access to the myriad of connected-RPA technologies, a ROM assessment, mentoring by Blue Prism experts, and guidance as you identify and build your first automation. Explore the Success Accelerator now.

The community is an exciting platform where you can engage with other Blue Prism users who share common interests, goals and objectives. Whether you're someone looking to engage in open and innovative conversation, a customer wishing to be a source of input for upcoming products, or a developer looking to share best practices, knowledge and insight, the Blue Prism Community is where to do it. Explore the community now.

The Process Discovery Tool is a free-to-use online tool that assesses and ranks your processes in terms of most automation-ready to least, with insight into the potential financial impact. You can access the tool on the Customer Portal and by answering a few simple questions, you’ll be able to map your processes into four categories and then prioritize them accordingly. The tool provides your team with a user-friendly results dashboard that centralizes all discovery activity, with real-time information on process discovery progress that can be effectively and impact-fully communicated to senior management. Explore the tool now.

We have a variety of customer case studies highlighting customer challenges, solutions and the success they’ve had using intelligent automation to drive value and deliver a host of benefits to their businesses. We hope you’ll be inspired by hearing how other organizations are successfully using connected-RPA to transform their businesses, solve challenges specific to their industry and improve the experience they deliver to their customers. Explore the inspiration now.

The Digital Exchange is an online “app store” for finding and downloading pre-built skills and applying them to your Digital Workforce. You can download and share AI, cognitive and advanced RPA technologies to take your automations to the next level, and with your own Enterprise DX, you can control your ecosystem while unleashing the collaboration across your teams. Explore the DX now.