Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

reload form using UI Action

soukayna
Tera Contributor

hello,

i want to reload my form when i click on a button how can i do it ???

thanks

1 ACCEPTED SOLUTION

BALAJI40
Mega Sage

location.relod(true)


use above line of code in ui action script


View solution in original post

7 REPLIES 7

BALAJI40
Mega Sage

location.relod(true)


use above line of code in ui action script


thanks balaji it worked very well for me thanks a lot.


just a small typo 🙂 

it should be

location.reload(true)

Mihir Mohanta
Kilo Sage

Define the UI action like below image



find_real_file.png