Hi Beginner_X
Thanks for your support,
var myTextMove = myFound[k].texts[0].move(LocationOptions.AT_END, myLibraryAsset.insertionPoints[-1])
Object Dose not support "InsertionPoints".
I changed Like
var myTextMove = myFound[k].texts[0].move(LocationOptions.AT_END, myLibraryAsset.textFrames[0].insertionPoints[-1])
I works.
my layout is two columns job, when i place the library item it will place two column width,
but when the box text is single para it will adjustment in one column widh.
kindly suggest me.
Hurix