append a data source with images

:smiley: hello hello !

here is my problem :

A table I want to fill with text but also with images

everything works fine with a repeat loop and then add row command …

but I’d like to use a "

append data source of theTable with recordsList

" command … :frowning:
and I’ve got the damn “NSImageCell’s object value must be an NSImage.”

my “recordsList” is made with records like this :

{icone:(load image (contents of "Icon")), name:(item 3 of resType), kind:(item 1 of resType), filePath:((u as alias) as text)}

if someone knows …

thanks.