Revit Dynamo. Export shared parameters from family to Json

Dynamo is a script that exports shared parameters from a family to Json

  1. Program Logic:  The script automatically exports shared parameters of a family to a Json table. Initially, you select the desired family in the project. Using Python code, the script extracts the shared parameters and their values from the family. In the next step, it records the selected parameters and values into a pre-prepared table while simultaneously creating a new sheet.
  1. Requirements: This script is designed for Revit version 2022 and Dynamo version 2.1.0.7. The algorithm processes only shared parameters found in Revit families.
  2. Application Instructions: Create a folder where the script will save the Json text file.

1. In the “STRING” field, specify the name of the text file.

2. Specify the “File Path” with the path to the folder containing the text file.

3. Click “SELECT” and choose the desired family in the project.

4. Click “RUN,” and the script will perform the export of shared parameters to Json.