Robotic Process Automation (RPA)

Robotic Process Automation (RPA)

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  What can I do with the Immediate panel?

    Posted Thu April 29, 2021 03:07 PM
    Hi,

    I saw that there is an Immediate panel available in Debug Mode and am curious about how it can help me during development. So, what is possible to do in this panel?



    ------------------------------
    Vinicius Marques
    ------------------------------


  • 2.  RE: What can I do with the Immediate panel?

    Posted Mon May 03, 2021 09:07 AM
    Hi Vinicius

    The functionality of this panel is for you to execute a command during debug mode.

    For example,
    - crashed the bot while testing in debug mode, the error message "String was not recognized as a valid DateTime.", so you can "run a command" to test this error with other parameters
    - If you forgot to enter a command and fail to stop and start again, you can execute a command via the immediate panel

    Note:
    - Through the immediate panel you cannot create a new variable, so it is only possible to use the variable if it exists.
    - The command that you running, not will insert into your script.

    ------------------------------
    Angelo Alves
    ------------------------------



  • 3.  RE: What can I do with the Immediate panel?

    Posted Tue May 04, 2021 10:52 AM
    Thank you for the information, @Angelo Alves!​

    ------------------------------
    Vinicius Marques
    ------------------------------