FlexiData help & documentation
Install, configure, and run FlexiData — the Revit add-in that automates bulk parameter work across thousands of elements.
Last updated: 21 May 2026
Overview
FlexiData is a two-part toolchain by Base Point Labs for automating Revit parameter work.
FlexiData Configurator
A standalone Windows application where you assemble a pipeline of parameter functions, save it as a .fdc file, and share it with your team.
FlexiData Executor
A Revit add-in that loads a .fdc configuration and applies it to the active model, the current view, or just your selection.
Configurations live in version control. Templates are reusable across projects.
System requirements
- Operating system
- Windows 10 or Windows 11 (64-bit)
- Autodesk Revit
- 2021, 2022, 2023, 2024, 2025, 2026
- .NET runtime
- .NET Framework 4.8 (Revit 2021–2024) or .NET 8 (Revit 2025–2026) — installed automatically with Revit
- Disk space
- ~ 50 MB free
- Internet
- Required only for licence activation and (optional) update checks
- Languages
- English and German — UI and documentation
Installation & activation
FlexiData ships through the Autodesk App Store. The first 14 days are a fully functional free trial — no credit card required.
- 1Download the installer from the Autodesk App Store listing.
- 2Close every running instance of Revit, then run the installer. FlexiData is registered for every supported Revit version found on the machine.
- 3Start Revit. You will see a new BasePointLabs ribbon tab containing the FlexiData Executor button. The first 14 days run as a full-feature trial.
- 4When you are ready to keep using FlexiData, purchase a licence key on basepointlabs.io. Paste the key into the activation panel inside Revit.
- 5On first launch Revit may show a one-time "Untrusted Publisher" prompt because FlexiData binaries are not yet code-signed. Choose Always Load and the warning will not reappear.
To uninstall: open Windows "Apps & features", locate FlexiData, and click Uninstall. The ribbon button is removed the next time you start Revit.
How it works
A typical pipeline takes three steps.
- 01
Author your configuration
Open the Configurator, drag functions into a sequence, and set each function's filters, the parameters it reads from, the parameters it writes to, and any Smart-Tag templates. Save as a .fdc — a plain JSON file you can commit to a project repo or store on the network.
- 02
Run it inside Revit
Click FlexiData Executor on the BasePointLabs ribbon tab. Browse to a .fdc, choose the scope (whole model, active view, current selection), and press Run. The dockable pane shows per-element status as the run proceeds.
- 03
Review the report
Every run produces an execution summary: element counts by status, time taken, and which functions touched which elements. Busy or locked elements are exported to CSV so you can fix them and re-run.
18 functions
Every function can be filtered by category, family, type, workset, parameter value, or view — so each run only touches the elements that actually need the change.
Smart Tags
Insert placeholders that resolve at run time. Combine them inside any text function — for example, prefix every door's mark with {Level_Name}- and FlexiData fills in the correct level per element. No formulas, no shared parameters.
Per-element status reporting
The Executor pane tracks each element with one of the following statuses as the run proceeds. Any non-success status is exported to CSV so you can fix and re-run.
- SuccessValue written successfully.
- FailedA Revit API error occurred — see the row's message column.
- SkippedFiltered out by your function's scope or filter rules.
- LockedOwned or borrowed by another user in a workshared model.
- In-GroupInside a model group — Revit forbids per-instance edits.
- In-AssemblyInside an assembly — protected from external edits.
- PinnedPinned elements are skipped unless the function explicitly overrides this.
Troubleshooting & FAQ
Where do I download FlexiData?
What Revit versions are supported?
Does it work offline?
Does FlexiData send my model data anywhere?
Can I run FlexiData on linked Revit files?
Why does Revit show an "Untrusted Publisher" prompt the first time I launch FlexiData?
What happens to my licence if I cancel?
Where are the log files?
Is FlexiData GDPR-compliant?
Support & contact
Email us with your Revit version and a short description of the issue. We answer every message — most within one business day. If you can, attach the latest log files (path above) so we can reproduce the issue quickly.
