Skip to content
github-actions[bot] edited this page Apr 21, 2026 · 11 revisions

Drop the Dict! Your Config deserves better.

ConFigTree is a browser-based tool that generates typed C# configuration classes from structured data files (Excel, JSON, TOML, YAML) for use in UiPath REFramework projects.

Use it when you want configuration that is explicit, typed, and easier to keep in sync with your REFramework project.

Drag a Config.xlsx onto configtree.cprima.net and get a typed CodedConfig class

Benefits

Typed IntelliSense autocomplete for CodedConfig in UiPath Studio

  1. It was never so easy to navigate your configuration!

Studio flags a missing config property at compile time

  1. If you keep .xlsx and CodedConfig in sync, then you will catch missing config items early!

Studio blocks publish when the project has validation errors

  1. Even your CI/CD pipeline will not publish a broken package!

Start Here

Learn More

Live Tool

screenshot of the webpage with all data safely remaining in your borwser

👉 configtree.cprima.net

Your Journey Ahead

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#eee8d5', 'primaryTextColor': '#073642', 'primaryBorderColor': '#93a1a1', 'lineColor': '#586e75', 'edgeLabelBackground': '#fdf6e3', 'secondaryColor': '#fdf6e3', 'tertiaryColor': '#eee8d5'}}}%%
journey
    title RPA Developer adopting ConFigTree
    section Discovery
        Hits Dict pain in REFramework: 2: Developer
        Finds ConFigTree: 4: Developer
    section First output
        Drops Config.xlsx: 3: Developer
        Copies CSharp class: 3: Developer
        Pastes XAML snippet: 4: Developer
    section Studio integration
        Adds .cs to Config/: 3: Developer
        First typed property in workflow: 5: Developer
    section Migration
        Uses both old and new config: 4: Developer
        Retires Config dictioanry: 5: Developer
Loading

Clone this wiki locally