Default value for table multiselect

I cant able to set default data for tablemultiselect field in install_fixtures.py can anybody help me

{‘doctype’:‘Default Data Setup’,
‘default_name’:_(‘Default Data’),
‘date’:“2020-05-28”,
‘email’:“vignesh@gmail.com”,
‘date_time’:“2020-05-28 06:15:26.021900”,
‘select’:“External”,
‘time’:“06:15:26”,
‘currency’:“USD”,
‘password’:“123”,
“mobile”:“987654321”,
‘is_company’:1,
‘rating’:3,
‘percent’:“99”,
‘read’:“Hello”,
‘naming_series’:“80000”,
‘image_3’:“/assets/erpnext/images/erp-icon2.svg”,
“table_multi”:“”
},

This continues from here Standard Json format for sales order through rest api - #12 by vignesh_b

1 Like