Issue: Shared parameters written to Area elements via the Revit API (through Dynamo) show correctly in element properties but do not display in area schedules or area tags until a manual user interaction (clicking into a schedule cell) is performed.
Steps to reproduce:
-
Create a shared parameter (Number type) bound to the Areas category
-
Add it to an Area Schedule and an Area Tag family
-
Write a value to the parameter via Dynamo using either
Element.SetParameterByNameorLookupParameter().Set()with a native API transaction -
Check the schedule column and tag — both show blank
-
Open element properties — value is correctly written
-
Click into the schedule cell and press Enter — value appears
Expected behavior: Parameter value written via API should display in schedules and tags without requiring manual user interaction.
Environment:
-
Revit 2026.4
-
Model hosted on BIM360/ACC
-
Dynamo 3.6.1