Revit, Dynamo and Orchid version
Revit: 2020.2
Dynamo: 2.3.0
Orchid: 230.0.3.7682
The issue
Hello,
I'm trying to add multiple parameters to a list of family documents.
I managed to make it work with only one list of parameters (names, groups, types, etc.) by using levels (@L1 in this case).

(So this works!)
Now I wonder if it's possible to do this with not just one simple list of parameters, but with an individual list of parameters for each family document. (See below)

So basicly what I want to do is, add all parameters in List 0 to Document 1, all in List 1 to Document 2, etc. as shown in the image above. (Obviously the lenghts of the sublists of the inputs are the same.)
I want to do this workflow with the nodes SharedParameter.Add and Parameter.Add.
Is something like this possible and if yes, how can I achieve it?
(I've already tried a few combinations of list levels and lacing, but I can't get it working.)
And if not do you think this function could be added?
Thanks in advance,
domil96
Revit, Dynamo and Orchid version
Revit: 2020.2
Dynamo: 2.3.0
Orchid: 230.0.3.7682
The issue
Hello,
I'm trying to add multiple parameters to a list of family documents.
I managed to make it work with only one list of parameters (names, groups, types, etc.) by using levels (@L1 in this case).

(So this works!)
Now I wonder if it's possible to do this with not just one simple list of parameters, but with an individual list of parameters for each family document. (See below)
So basicly what I want to do is, add all parameters in List 0 to Document 1, all in List 1 to Document 2, etc. as shown in the image above. (Obviously the lenghts of the sublists of the inputs are the same.)
I want to do this workflow with the nodes SharedParameter.Add and Parameter.Add.
Is something like this possible and if yes, how can I achieve it?
(I've already tried a few combinations of list levels and lacing, but I can't get it working.)
And if not do you think this function could be added?
Thanks in advance,
domil96