# AdaptiveComponent.ByPoints can not work

**URL:** https://forum.dynamobim.com/t/adaptivecomponent-bypoints-can-not-work/27884
**Category:** Revit
**Tags:** dynamo
**Created:** [October 31, 2018, 9:54am UTC](https://forum.dynamobim.com/t/adaptivecomponent-bypoints-can-not-work/27884 "2018-10-31T09:54:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ssean7240](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@ssean7240](https://forum.dynamobim.com/u/ssean7240)
#### Post date: [October 31, 2018, 9:54am UTC](https://forum.dynamobim.com/t/adaptivecomponent-bypoints-can-not-work/27884/1 "2018-10-31T09:54:38Z")

</div>

In my program.I want to place the imported handrails along the line.  
But the AdaptiveComponent.ByPoints node always appears “The arguments have issues”.  
Can someone help me with this problem? Thanks~

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/a/9a219efd81135179dae1160ce91d9b04f4e6559e.png)  
 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/c/b/cb4c89c37280068902e473020ceb95ad0e6d9fe9.png)

---

<div class="post-metadata">

### Author: ![lkichenin](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/lkichenin/32/96679_2.png) [@lkichenin](https://forum.dynamobim.com/u/lkichenin)
#### Post date: [October 31, 2018, 10:07am UTC](https://forum.dynamobim.com/t/adaptivecomponent-bypoints-can-not-work/27884/2 "2018-10-31T10:07:06Z")

</div>

You need to divide your list into sublists. The length of the sublists is the number of adaptative points in your family (in your case for handrails it will be two I guess).

Here’s a way to proceed.

 ![AC_List](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/b/9b3093d1c4a3e373b595b88fc2c47c667e5e14c8.png)
