is there a possibility to use the getitem method in python scripts?
My concrete problem is as
follows:
I have a parameter – say
folder – as input and just want to jump into that folder:
the script:
return container.getitem(‘folder’).id
does not work! Has anyone a solution?
Thanks, Eddie.