Problem
When working with complex structures, lists, aggregates, or data actions, developers often need to reuse a full variable path. Today, this usually requires manually navigating the data tree and rewriting the reference.
How this suggestion can help
A simple “Copy Full Reference” option would improve productivity and reduce typing mistakes, especially in large Reactive applications with complex data models.
Implementation example
Right-click on any variable, attribute, or structure field and select:
Copy Full Reference
Example output:
GetRequestById.List.Current.Request.Approver.Name
This could work inside Assigns, Expressions, Conditions, Client Actions, and Server Actions.