-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.


- It was never so easy to navigate your configuration!

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

- Even your CI/CD pipeline will not publish a broken package!
- Getting Started — generate your first typed config
-
Excel Format — understand the
.xlsxcontract - TOML Format — use TOML as an alternative input format
- XAML Snippet — paste the generated loader into UiPath Studio
- Migration (Dual Mode) — keep dictionary and typed config side by side while migrating
- REFramework Configuration — how CodedConfig fits into REFramework
- Configuration — generator settings and feature toggles
%%{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
Home · ConFigTree · GitHub · Issues · Changelog
