Skip to main content
Nintex Community Menu Bar
Solved

How to Data / Refresh All in RPA LE

  • July 25, 2023
  • 3 replies
  • 98 views

Forum|alt.badge.img+1

In RPA LE how do perform a Data / Refresh All? I have tried targeting the menu bar and sending [^Alt+A+R+A] but sometimes it doesn’t trigger. Is there are way to make it refresh all? I tried using an Excel macro but I also have to enter user/pass credentials and RPA won’t give control back until the macro is done.

Best answer by nicknep

Hi AlanWard,

I have also seen inconsistency when sending 3 or more keyboard presses from a single action. Here’s a couple of workarounds you can try:

  1. Send the Excel shortcut for Refresh All, [^Ctrl+Alt+F5]. When setting up this action, ensure you target Excel (not the workbook), and set the keyboard mode to None and speed to Slow.
  2. Split the single action into multiple send values, and include a wait of .5 seconds between each. This will allow Nintex to slowly press each keystroke, ensuring it doesn’t mistype.

Let me know if this helps!

-Nick

3 replies

Forum|alt.badge.img+1
  • Novice
  • 4 replies
  • Answer
  • July 27, 2023

Hi AlanWard,

I have also seen inconsistency when sending 3 or more keyboard presses from a single action. Here’s a couple of workarounds you can try:

  1. Send the Excel shortcut for Refresh All, [^Ctrl+Alt+F5]. When setting up this action, ensure you target Excel (not the workbook), and set the keyboard mode to None and speed to Slow.
  2. Split the single action into multiple send values, and include a wait of .5 seconds between each. This will allow Nintex to slowly press each keystroke, ensuring it doesn’t mistype.

Let me know if this helps!

-Nick


Forum|alt.badge.img+1
  • Author
  • Rookie
  • 2 replies
  • August 4, 2023

Thanks for the suggestion. 1. seemed to work. I couldn’t get 2. to work because it was like the bot was cilcking and releasing during the wait… it wasn’t “holding down the keys”.


MRepetti
Nintex Employee
Forum|alt.badge.img+10
  • Nintex Employee
  • 30 replies
  • August 17, 2023

@AlanWard @nicknep Also, it is a best practice to set the Speed in the Send Action to Very Slow when sending keystrokes so that it gives the application time to respond. Thanks for responding to the customer Nick! You are a great partner!