Service Graph Connector for VMware Workspace ONE UEM - Import(s) throwing FlowObjectAPIExceptionDescriptionAfter installing and configuring Service Graph Connector for VMware Workspace ONE UEM, I am stuck on step 'Configure the Basic auth connection', task 4 - Validate Data Sources.Expected Result: Test Load 20 records loads 20 returns HTTP code 200Actual Result: The following error being thrown: org.mozilla.javascript.JavaScriptException: com.glide.plan.runners.FlowObjectAPIException: The current operation failed (sys_script_include.eb1199b253d03010f306ddeeff7b12e3.script; line 128)Steps to Reproduce Steps to Reproduce,1. In the Application Menu under' VMware Workspace ONE UEM' 2. Create a Data Source to run the Import using Basic auth.2. Try to Import 20 records the Import fails with the folowing error "org.mozilla.javascript.JavaScriptException: com.glide.plan.runners.FlowObjectAPIException: "WorkaroundThis issue looks to be isolated if your rest calls to Airwatch are routing through a MID Server. This release of Service Graph doesn't work when calls are routed through the MID Server. This is due to ServiceNow transitioning to calling the Flow API in a new way. As a work around until ServiceNow fixes the root issue. Note I've heard many performance complaints after making this change. The job is taking upwards of 18 hours to run. The fix is to customize the application. Look to the script include called SG_WS1_UEM_Datasource_Helper line 81 in the invokeAction function. Also update line 289 of the loadRemovedSoftwareData() method. Note this script include is read only so you'll have to either make a copy or extend and override these methods. //change this: //var result = sn_fd.FlowAPI.getRunner().action(name).inForeground().withInputs(arg).quick().run();//to thisvar result = sn_fd.FlowAPI.getRunner().action(name).inForeground().withInputs(arg).run();Related Problem: PRB1575450