Refresh button

  • 20 July 2022
  • 1 reply
  • 156 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

Badge

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

location.reload();

 

Reply