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.

Is there any way to migarte the my lists data from old workspace to the new workspace (sys_aw_my_lis

poornima batchu
Tera Expert

I'm trying to migrate the lists from old workspace to configurable workspace..so basically I wanted to migrate data form sys_aw_my_list to sys_ux_my_list. Is there any possible solution to achieve this

1 REPLY 1

abirakundu23
Giga Sage

Hi @poornima batchu ,

Please follow below steps.

 

Step 1: Export the "sys_aw_my_list" in XML with respective user_id.

Step 2: Copy the content from XML to Notepad++

Step 3: use and replace all "sys_aw_my_list" with "sys_ux_my_list"

Spep 4:Find <sys_id>.*?</sys_id>

Replace All with empty

Step 5: Edit --> Line spacing --> Remove empty lines

Step6: Copy All and paste it in notepad

Step 7: Import to ServiceNow

 

Please mark helpful & accept answer if its worthy for you.