woops, sorry.... so something like:
if isinstance(Field,list): blala elif isinstance(Field,str): blala else:blabla thanks, Mart :) On Jul 4, 11:15 am, mart <[email protected]> wrote: > Can dal guess field type even if not explicit? > > I.e. if I have a Field like Field('myString') but a script ends up > inserting something that looks like a list, how can I have a default > check? > > something like:

