var e = entry()
var libclients =libByName ('Aus');
var entries = libclients.entries('1');
var entry = entries[0];
var l = entries.length;
for(var j =0;j<l; j++){
//message(l);
var a =entries[j].field('1')
e.set('felt',a);
}
message(a);
Try to use like solutions, but fount something. If i delete any entry from LibByName lib,field with choose items stays, the didn't delete.
They(single choice variants) adds up but didn't delete.
Reads some post where Bill write, solution. But I think, there not about this problem.
He says: We can create single-choice-list, but without any items, and every time when entry created, assign it to the field to which I add points, thus clearing it and filling it again with the script.
I try but nothing changes.
I decided to use links.
Slightly complicated the structure so that the records did not link to the library, where there are only a few records. I hope it works.
Thanks for the tip, it really hits the target)