Does anyone know how to invoke an export set (sends data from ServiceNow to MID Server) from a workflow?

ServiceNow_Use2
Kilo Expert

Hi,

I have an export set, and a workflow defined.  I know that you can schedule the data from an export set to be sent to a MID server off of a time interval, but is it instead possible to invoke the export from a workflow action/script?  Any help/guidance would be appreciated.  

1 ACCEPTED SOLUTION

ServiceNow_Use2
Kilo Expert

I have figured it out! Thanks to the help of the already asked question below: 

 

 

Export to MID server from script

View solution in original post

2 REPLIES 2

Paul Curwen
Giga Sage

This should help:

https://www.servicenowguru.com/scripting/execute-scheduled-jobs-script/

use 'Scheduled Data Export' scheduled_data_export

 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

ServiceNow_Use2
Kilo Expert

I have figured it out! Thanks to the help of the already asked question below: 

 

 

Export to MID server from script