Add Shared parameter to Parameter Group "Other" - Revit 2024

Hi All,

I was using my script to add shared parameter without any issue in Revit 2022. however, in Revit 2024 I have an issue as the API has been changed and I can’t add any shared parameter to “Other” anymore.

I tried to add the parameters to different group “PG_General” and it works fine as below.

but when I trying to Add these to “Invalid” it gives me this error.

I read that Autodesk changed the builtin parameter group for 2024 onwards
https://forums.autodesk.com/t5/revit-api-forum/revit-2024-other-parameter-group/td-p/12086226
https://thebuildingcoder.typepad.com/blog/2023/11/journal-magic-adjacent-rooms-and-room-boundary.html#5

Is there any specific node should I use to select “other” as a group type?

Thanks

This might help you out a bit!

1 Like

Thanks @rajeshjamariya16 it’s very helpful.

I will try to find the replacement of “Other” Parameter group.

OR I believe this actually what you’re looking for.

Hi @Mahmoud.ElNahas.PT

I don’t have the orchid package, but instead "INVALID" try an empty string ""

Hi @c.poupin I tried it with as " " or “” but the same error.

it strange as the archi-lab.net package can still extract it as “Invalid” but I can’t find a way to translate it as per the new 2024 enumerations

@Mahmoud.ElNahas.PT

I suggest you create an issue in the GitHub repo