# Input Objects' Type on CustomNodes

**URL:** https://forum.dynamobim.com/t/input-objects-type-on-customnodes/24147
**Category:** DesignScript
**Tags:** dynamo
**Created:** [July 25, 2018, 9:09pm UTC](https://forum.dynamobim.com/t/input-objects-type-on-customnodes/24147 "2018-07-25T21:09:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ricardoperucci](https://avatars.discourse-cdn.com/v4/letter/r/ee7513/32.png) [@ricardoperucci](https://forum.dynamobim.com/u/ricardoperucci)
#### Post date: [July 25, 2018, 9:09pm UTC](https://forum.dynamobim.com/t/input-objects-type-on-customnodes/24147/1 "2018-07-25T21:09:27Z")

</div>

Hello,  
I need to create a custom node that one of its inputs is an intance object that has been created by a class in a python script. Does anyone know what should I write on the input node for it to work?

Thank you!

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/7/3/734f7fb1c6bf87f6cfb36fe06bfe645d82b7e7d9.png)

---

<div class="post-metadata">

### Author: ![Alban\_de\_Chasteigner](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/alban_de_chasteigner/32/39650_2.png) [@Alban\_de\_Chasteigner](https://forum.dynamobim.com/u/Alban_de_Chasteigner)
#### Post date: [July 25, 2018, 9:19pm UTC](https://forum.dynamobim.com/t/input-objects-type-on-customnodes/24147/2 "2018-07-25T21:19:38Z")

</div>

Did you try ChapasDesenho : var[]…[] ?

---

<div class="post-metadata">

### Author: ![ricardoperucci](https://avatars.discourse-cdn.com/v4/letter/r/ee7513/32.png) [@ricardoperucci](https://forum.dynamobim.com/u/ricardoperucci)
#### Post date: [July 25, 2018, 9:39pm UTC](https://forum.dynamobim.com/t/input-objects-type-on-customnodes/24147/3 "2018-07-25T21:39:37Z")

</div>

I’ve tried it but did not work… I tried also using var[], because my input needs to be a list, but still not working…  
Thank you!
