Can't install Orchid Package - Revit 2021 Dynamo 2.6.1. - to create shared parameters

Hi, I have a problem with installing the Orchid Package for Dynamo.

Here is my version of Dynamo:

And here the files in Orchid Github folder.

I’ve tried to install each of them (and Samples as well), but none of the installation files was working for Dynamo 2.6.1.

Is it possible to install Orchid Package in Revit 2021 for Dynamo 2.6.1.? What am I doing wrong?

I am trying to create shared parameters for Door family. Dynamo Component for creating shared parameters didn’t work.

Here a some screenshots:

DYN_shared_param.dyn (35.8 KB)

Thank you for your help in advance!

Hi Alena,

Erik Falck Jørgensen doesn’t post on here anymore, but if you post to Github he will try and help you out :slight_smile:

Best of luck :slight_smile:

Mark

1 Like

You are missing two inputs in the final node, Parameter.CreateSharedParameter. Because of this it is in a function state (light grey name band with dark text) instead of a normal state (dark grey name with light text), and will not execute. Add those inputs and you should be fine.

1 Like