# Inserting addapting families with xyz coordinates

**URL:** https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791
**Category:** Revit
**Created:** [October 3, 2018, 3:08pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791 "2018-10-03T15:08:24Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![sabakhti](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@sabakhti](https://forum.dynamobim.com/u/sabakhti)
#### Post date: [October 3, 2018, 3:08pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/1 "2018-10-03T15:08:24Z")

</div>

Can anyone help me why this doesn’t work?  
I have three points with all xyz coordinates and want to insert an addapted family.

I can’t insert the addapted family because of the given error:  
_“Warning: AdaptiveComponent.ByPoints operation failed. The arguments have issues”_

 ![addapt%20problem](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/b/4/b4425847f99095b035ecf7f40576081ce13baef3.png)

I have tried to place the addapted family in the “Revit Adaptive component Placement” sample of Dynamo and it works over there.

Does anyone know how to fix this?

---

<div class="post-metadata">

### Author: ![josearangua](https://avatars.discourse-cdn.com/v4/letter/j/b19c9b/32.png) [@josearangua](https://forum.dynamobim.com/u/josearangua)
#### Post date: [October 3, 2018, 3:20pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/2 "2018-10-03T15:20:41Z")

</div>

I think because you have a three lists with 1 Point each, instead 1 list with 3 points.

---

<div class="post-metadata">

### Author: ![MartinSpence](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/martinspence/32/25208_2.png) [@MartinSpence](https://forum.dynamobim.com/u/MartinSpence)
#### Post date: [October 3, 2018, 7:30pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/3 "2018-10-03T19:30:14Z")

</div>

Hi @sabakhti,

The node is expecting a list of nested lists, so this might be why you are getting an error.

If you share your graph and the AC, trouble shooting will be much easier. Just a tip 🙂

---

<div class="post-metadata">

### Author: ![CVestesen](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/cvestesen/32/56704_2.png) [@CVestesen](https://forum.dynamobim.com/u/CVestesen)
#### Post date: [October 3, 2018, 7:30pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/4 "2018-10-03T19:30:46Z")

</div>

@MartinSpence maybe?

EDIT: You just answered - hah!

---

<div class="post-metadata">

### Author: ![sabakhti](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@sabakhti](https://forum.dynamobim.com/u/sabakhti)
#### Post date: [October 5, 2018, 9:20am UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/5 "2018-10-05T09:20:56Z")

</div>

Thanks it works!

---

<div class="post-metadata">

### Author: ![CVestesen](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/cvestesen/32/56704_2.png) [@CVestesen](https://forum.dynamobim.com/u/CVestesen)
#### Post date: [October 5, 2018, 8:32pm UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/6 "2018-10-05T20:32:56Z")

</div>

Please mark the post as a solution 🙂

---

<div class="post-metadata">

### Author: ![emam0073](https://avatars.discourse-cdn.com/v4/letter/e/49beb7/32.png) [@emam0073](https://forum.dynamobim.com/u/emam0073)
#### Post date: [March 18, 2024, 7:12am UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/7 "2024-03-18T07:12:31Z")

</div>

![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/0/2/02e5aee6555c2b1925a4a9f135b9d3baa068539e.png)

Could you please solve this @MartinSpence

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [March 18, 2024, 8:32am UTC](https://forum.dynamobim.com/t/inserting-addapting-families-with-xyz-coordinates/26791/8 "2024-03-18T08:32:25Z")

</div>

Wrap the list of points into another list. Read the tooltip on the points inout for more info.
