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.

create ui action to download incident form values in excel

abhi159
Kilo Sage

create ui action to download the incident form values in excel sheet

3 REPLIES 3

Samaksh Wani
Giga Sage

Hello @abhi159 

 

Create a UI Action and add the below script into it.

 

g_navigation.open('/' + tableName + '_list.do?EXCEL&sysparm_view=ess', '_blank');

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

i tried but not working shows error in this line

 

Hello @abhi159 

 

Pls show the screenshot of the error.