I have created a smartobject directly from K2 designer, which has a few hundred rows of data in.
I have a corresponding SharePoint list that will miror this data set, but wanted to know how I can get all the rows of data from the K2 SMO into the SP List SO.
Is there a way to export all rows out of one k2 SM and then import (create items) into another via csv etc? Or would the way to be to put a workflow on the K2 SO and then get it to scan through the K2 SM and create new item in the SP list?
Scratching my head on this one as a newbie.
Thanks, Julie :-)
Best answer by khanh1
Hi JulieBird,
Perhaps, you can try the following approaches.
Option 1: Use the K2 Odata Feed in K2 Five 5.2 or later with Microsoft Excel to export the records and you can later migrate data from CSV file to Sharepoint.
Option 2: Build a List view from the SmartObject and use the Excel control to export the data to csv file. After that you can migrate the data to SharePoint list.
Option 1: Use the K2 Odata Feed in K2 Five 5.2 or later with Microsoft Excel to export the records and you can later migrate data from CSV file to Sharepoint.
Option 2: Build a List view from the SmartObject and use the Excel control to export the data to csv file. After that you can migrate the data to SharePoint list.