check_field_references
Find all fields referencing a given field in branching logic or calculations to prevent broken projects before renaming or removing a field.
Instructions
Find every field that references a given field in branching logic or calculations.
Run this before removing or renaming a field to avoid breaking the project. Returns all fields whose branching_logic or calculated formula reference field_name.
Args: field_name: Variable name to search for.
Returns: JSON object with a list of referencing fields, or a confirmation that no references exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |