Skip to main content
Nintex Community Menu Bar

Refresh button

  • July 20, 2022
  • 1 reply
  • 214 views

Hi,

How can I add a button call 'Refresh',  click it and get a value from other list base on input a vaule ?

For example,  input a divison and click refresh button and get a approver from other list.

Thanks. 

1 reply

Forum|alt.badge.img
  • Novice
  • January 25, 2023

Hi,
Just add a Button, configure it as Javascript.
Add the following code in the Advance, onclick field:

location.reload();