-
Notifications
You must be signed in to change notification settings - Fork 0
Data Change History
Article Type: How-To / Reference Audience: Application Administrators, Developers, Compliance Officers Module: Fuuz Platform - Data Management Applies to Versions: 2024.12+
Data Change History provides comprehensive field-level audit tracking for all data modifications within Fuuz applications. When enabled on a data model, every change to every opted-in field is captured with before/after values, timestamps, user attribution, and detailed trace information identifying the source of the change (screen, flow, integration, gateway, or scheduled job). This view-only audit trail supports regulatory compliance, troubleshooting, data quality investigations, and forensic analysis. Change history is stored in live database with configurable retention periods and automatic purging, enabling organizations to balance audit requirements against storage costs and system performance.
Important: Data Change capture impacts system performance and storage. Enable it responsibly on transaction and master data models only — NOT on high-volume historical tables like tag historians, time-series data, or audit logs. Every record written to a DC-enabled model generates an additional DC record, effectively doubling write operations. Configure appropriate retention periods to manage storage costs.
- Data Change (DC) Capture: Opt-in feature at the data model level that automatically records all field modifications with before/after values and metadata.
- Retention Period: Number of days that change history records are preserved before automatic deletion, configured per data model.
- Field-Level Tracking: Granular capture of individual field changes, enabling selective inclusion/exclusion of specific fields within a data model.
- Trace Information: Metadata identifying the source of a change including screen details, data flow execution, integration process, gateway device, or scheduled job.
- Change Attribution: User identification showing who initiated the change, either through direct action or as the account under which automated processes executed.
- Before/After Comparison: Side-by-side JSON representation of field values immediately prior to and following a modification.
- Master Data: Relatively stable reference data like products, customers, locations that benefit from change tracking.
- Transaction Data: Business event records like orders, shipments, work orders where change history supports audit requirements.
- Historical Data: Time-series or accumulating datasets like tag historians or measurement logs that should NOT have DC enabled due to volume.
- Filter Panel: Record Type, Records, Changed At, Changed By filters for query refinement
- Change History Table: Tabular view of matching changes with record identifier, change description, timestamp, and user
- Change Detail Panel: Comprehensive before/after field comparison with expandable sections
- Before/After View: Side-by-side JSON documents with color-coded change indicators
- Trace And Metadata Section: Detailed source information for troubleshooting and forensic analysis
- Regulatory Compliance: Maintain required audit trails for FDA, ISO, SOX, or industry-specific regulations requiring evidence of data modifications with user attribution and timestamps.
- Quality Investigation: Investigate when and how product specifications, inspection results, or quality parameters were modified during non-conformance investigations.
- Data Integrity Forensics: Determine who changed critical financial, inventory, or production data and what the original values were.
- Troubleshooting Production Issues: Trace data anomalies back to specific changes, identify the flow or integration that made incorrect updates.
- User Training Validation: Review changes made by new users to verify correct data entry procedures and identify training gaps.
- Process Verification: Confirm that automated Data Flows and integrations are modifying data as designed by examining actual before/after values.
- Security Incident Response: Investigate unauthorized or suspicious data modifications, identify compromised accounts or processes.
- Master Data Governance: Track all modifications to critical reference data like customer records, product definitions, or bill of materials.
The Data Changes screen is available at:
/app/[tenant]/admin/data-management/data-changes



- Purpose: Selects the data model to query for changes
- Selection: Dropdown list showing all data models with DC capture enabled
- Required: Must be selected before any changes will display
- Availability: Only models with active DC capture appear in this list
- Purpose: Filters to specific record(s) within the selected data model
- Selection Method: Search by record ID or data model label field (e.g., serial number, order number, product code)
- Multiple Selection: Can select multiple records to view their changes together
- Leave Empty: If no records selected, shows changes across all records in the data model (within time range)
Relative date picker offering preset time ranges:
| Time Range Option | Description |
|---|---|
| This Minute | Current 60-second window |
| This Hour | Current hour |
| Today | Midnight to current time |
| This Week | Sunday through current time |
| This Month | First of month through current time |
| This Year | January 1 through current time |
| Yesterday | Full previous day |
| Previous Minute | The 60 seconds before current minute |
| Previous Hour | The hour before current hour |
| Previous Day | Same as Yesterday |
| Previous Week | Full previous Sunday-Saturday week |
| Previous Month | Full previous calendar month |
| Custom | Specify exact start and end dates/times |
Query Limits: How far back you can query is limited by the data model's configured retention period. Attempting to query beyond the retention period will return no results as those records have been automatically purged.
- Purpose: Filters changes to those made by specific users
- User Selection: Dropdown or search of all users in the system
- System Changes: Can filter to system-initiated changes (scheduled jobs, automated processes)
- Multiple Users: Can select multiple users to see combined changes
Tabular display of all changes matching the current filters:
| Column | Description |
|---|---|
| Record | Record identifier (ID or label field value) |
| Change | Summary description (e.g., "Updated 2 fields") — this count is always accurate |
| Changed At | Timestamp of modification (date and time) |
| Changed By | User who made the change, or "System" for scheduled/automated jobs |
Click any row to display detailed change information in the Change Detail Panel.
Right-side panel displaying comprehensive change details when a row is selected:
- Record: Full record identifier with hyperlink to view record details
- Changed By: User attribution with hyperlink to user profile
- Change: Change description
- Changed At: Full timestamp with date and time
- Toggle On: Displays all fields in the data model with their before/after values
- Toggle Off (Default): Displays only fields that actually changed
- Use Case: Turn on to see complete record state at time of change; keep off for quick identification of what changed
Side-by-side JSON document display showing field values before and after the change:
- Left Panel (Before): Field values immediately prior to modification, with red background highlighting on changed fields
- Right Panel (After): Field values following modification, with green background highlighting on changed fields
- Color Coding: Red indicates removed/changed values, green indicates added/new values
- Expandable Fields: Click individual fields to expand and view detailed values
- Rich Text Tracking: Rich text fields display with full formatting preserved in change history
- Complex Data: Nested objects and arrays displayed as JSON structures for detailed inspection
- Boolean Values: Displayed as true/false
- Null Values: Empty or undefined fields shown explicitly
Expandable section at top of comparison view:
- Click to expand and view complete before/after JSON documents
- Useful for copying data for external analysis or record reconstruction
- Includes all fields regardless of "Show All Fields" toggle state
Expandable section below the Before/After view providing detailed source information for troubleshooting and forensic analysis:
Identifies where the change originated within Fuuz:
Trace Information:
- High-level categorization of change source (Saved Transform, Screen Update, Integration, etc.)
Data Flow (if change originated from Data Flow):
- Version Number: Specific version of Data Flow that executed
- Name: Data Flow name with hyperlink to flow definition
- Data Flow Type: Classification of flow (Transform, Integration, Scheduled, etc.)
Data Flow Node (specific node within flow):
- Name: Node identifier within the flow
- Type: Node type (Update, Insert, Transform, etc.)
Screen (if change originated from user screen interaction):
- URL: Complete screen path with hyperlink to open screen
- Version Number: Specific version of screen definition active at time of change
- Name: Screen name
- Screen Element: Specific UI component user interacted with (button, form field, action)
Edge Gateway (if change originated from an IoT device or Edge Gateway):
- Name: Gateway instance name
- Device Label: Specific device identification
- Edge Gateway Name: Gateway configuration name
- Device Driver: Driver type processing device data
- Device Name: Physical or logical device name
- Topic Name: MQTT or messaging topic if applicable
Additional contextual information:
Metadata Information:
- General metadata about the change transaction
Package Installation (if change related to package deployment):
- Name: Package installation identifier
- Package Version: Specific package version
- Package Name: Package name
Note: Troubleshooting Value — Trace And Metadata information is critical for debugging. When investigating production issues, this section tells you exactly which flow version, screen version, or gateway configuration made a change, enabling precise problem isolation.
Data Change capture is configured at the data model level by developers:
- Open the Schema & GraphQL designer (or App Designer) and go to Data Models
- Select data model to enable DC capture
- Enable "Data Change Capture" checkbox
- Configure retention period (in days)
- Select specific fields to include (default: all fields)
- Deploy schema changes
- Default Behavior: When DC capture enabled, all fields in model are included
- Selective Inclusion: Developers can choose specific fields to track
- Use Case: Exclude large BLOB fields, computed fields, or non-critical metadata to reduce storage
- Per-Field Control: Each field has individual enable/disable toggle
- No Technical Restrictions: DC capture can be enabled on any data model
- System Models: Can enable DC on Fuuz system models if needed
- Custom Models: Can enable DC on all customer-created data models
- Unit: Days
- Typical Value: 90 days for most transaction data
- Per-Model Setting: Each data model can have different retention period
-
Example Values:
- Work Orders: 90 days
- Inventory: 7-10 years (2555-3650 days) for long-term audit
- Product Master: 20 years (7300 days) for regulatory compliance
- Quality Records: 7 years (2555 days) for FDA requirements
- Enforcement: Automatic — system purges expired records without manual intervention
- Deletion Type: Hard delete — records are permanently removed
- No Archive: Records are not archived; they are deleted
- Schedule: Purge operations run on system maintenance schedule
- Storage Cost: Long retention periods increase storage requirements and potentially platform edition costs
- Edition Impact: Very large DC datasets may require upgrading to higher platform edition for additional storage
- Multiple Applications: Storage compounds across all applications in enterprise
- Best Practice: Set retention periods as short as possible while meeting audit/compliance requirements
Important: Do not enable DC capture on everything forever. Configure retention periods responsibly based on actual business and regulatory requirements. Excessive DC capture can lead to storage costs and system performance degradation.
- Double Write: Every write to DC-enabled model generates two database writes (one for data, one for change history)
- Transaction Overhead: Additional transaction processing time for DC record creation
- High-Volume Impact: Enabling DC on high-volume collections can cause noticeable performance degradation
DO NOT enable DC capture on:
- Tag Historians: Time-series sensor data with high write frequency
- Measurement Logs: Continuous data collection from devices
- Event Logs: System event tracking tables
- Audit Logs: Tables already serving historical tracking purpose
- Session Data: Temporary or ephemeral data
- Cache Tables: Performance optimization tables
Rationale: These tables already capture historical data or have extremely high write volumes. Enabling DC would be redundant and would unnecessarily inflate storage while degrading write performance.
Enable DC capture on:
- Transaction Data: Orders, shipments, work orders, production runs
- Master Data: Products, customers, suppliers, BOMs, locations
- Inventory: Stock levels, serial number tracking, lot management
- Quality Records: Inspections, non-conformances, corrective actions
- Configuration Data: Equipment settings, process parameters
- Live Database: Change history queries execute against live operational database
- Filtering Required: Always apply appropriate filters (Record Type, time range) to limit result set
- No Special Optimization: No need for advanced query strategies beyond normal filtering
- High-Volume Caution: Querying DC history on very high-volume models without filters may be slow
- Changes made through screens show the logged-in user who performed the action
- User attribution is pulled from authentication session
- Triggered Flows: Changes show the user who triggered the flow (e.g., clicked button that launched flow)
- Scheduled Jobs: Changes show "System" as the user since no human initiated the action
- Trace Details: Trace And Metadata section provides complete flow/integration details regardless of user attribution
- User-Linked Keys: API keys are linked to specific user accounts
- Attribution: Changes made via API show the user account associated with the API key
- Best Practice: Create dedicated service accounts for API integrations rather than using personal user accounts
Critical: Always require individual user authentication. Avoid shared credentials or generic login accounts. Using shared accounts results in DC records showing generic users like "admin" or "operator" rather than the actual person who made the change, severely limiting audit and troubleshooting capabilities.
- Universal Export: All data in Fuuz can be exported including change history
- Formats: Excel, CSV, JSON
- Content: Exports include before/after values, timestamps, user attribution, and trace information
- Access: Use standard Export Data functionality in Data Management menu
- API Explorer: Build custom GraphQL queries to retrieve specific DC records
- Screen Designer: Create custom screens displaying change history with filters and visualizations
- Compliance Reports: Build screens summarizing changes by user, time period, or data model for compliance reviews
- Dashboard Integration: Incorporate change metrics into dashboards (e.g., changes per day, most active users)
- Single View Limitation: Change Detail Panel displays one change at a time
- Multi-Tab Workaround: Open multiple browser tabs to compare changes across different records simultaneously
- Export for Analysis: Export change history to spreadsheet for side-by-side comparison of multiple records
- Not Available in UI: Cannot filter to show only changes to specific fields (e.g., "show me only Gross Weight changes")
- Workaround: Use API Explorer to write custom GraphQL queries filtering on specific field changes
- Screen Builder Option: Create custom screens with field-specific change filters for frequently-needed queries
- Issue: Data model does not appear in Record Type dropdown • Cause: DC capture not enabled for that model • Fix: Contact developer to enable DC capture in data model configuration; remember to configure retention period and select fields
- Issue: No changes showing for date range • Cause: Query exceeds retention period, or no changes in that timeframe • Fix: Verify retention period hasn't expired for selected timeframe; try broader date range; confirm records were actually modified during selected period
- Issue: Changed By shows generic user like "admin" • Cause: Shared credentials or generic accounts being used • Fix: Enforce individual user authentication; discontinue use of shared login accounts; create individual user accounts for all personnel
- Issue: Cannot see who triggered Data Flow change • Cause: Looking at wrong section • Fix: Check Trace And Metadata section for Data Flow details including flow name, version, and trigger context; Changed By shows either triggering user or "System" for scheduled jobs
- Issue: Some fields missing from Before/After view • Cause: "Show All Fields" toggle is off • Fix: Enable "Show All Fields" toggle to display all fields; or fields may not be included in DC capture configuration
- Issue: Rich text formatting not showing in change history • Cause: Viewing raw JSON • Fix: Rich text IS tracked with full formatting; expand the field to see formatted content; or use JSON Document view for complete raw data
- Issue: Query is very slow • Cause: Querying high-volume model without sufficient filters • Fix: Apply more restrictive filters; specify records, shorter time range, or specific user; consider if DC should even be enabled on this high-volume model
- Issue: Need to compare changes across multiple records • Cause: UI only shows one change at a time • Fix: Open multiple browser tabs with different changes selected; or export change history to Excel for side-by-side comparison
- Issue: Cannot filter to specific field changes • Cause: UI doesn't support field-specific filtering • Fix: Use API Explorer to write custom GraphQL query filtering on specific field names; or build custom screen with field-specific filters
- Issue: Storage costs increasing dramatically • Cause: DC enabled on too many models or overly long retention periods • Fix: Audit which models have DC enabled; disable on non-critical or high-volume historical tables; reduce retention periods where possible; prioritize transaction and master data only
- Issue: System performance degraded after enabling DC • Cause: DC enabled on high-volume collection • Fix: Disable DC on the high-volume model; every write generates two database operations; assess if audit requirements truly justify performance impact
- Issue: Screen URL in trace section returns 404 • Cause: Screen version has changed or been deleted since change occurred • Fix: Version number in trace shows which screen version was active; screen may have been updated or removed; contact developers if historical screen version needed for investigation
- Issue: Complex nested data difficult to read in Before/After view • Cause: Complex JSON structures • Fix: Expand individual fields for detailed view; use JSON Document toggle to see complete formatted JSON; or export to external JSON viewer/editor
| Version | Date | Editor | Description |
|---|---|---|---|
| 1.0 | 2024-12-26 | Fuuz Documentation Team | Initial Release |
- API-Tree-Browser
- Custom-Fields
- Data-Management-Overview
- Export-Data
- Setting-TTL-on-a-Data-Model-Table
Source: support.fuuz.com
Getting Started (14)
- Access Field Level Help within the Fuuz Platform
- Field-Level Help
- Fuuz Platform 101: Low/No-Code Technology in Manufacturing
- Fuuz Platform Architecture
- Getting to Know the Fuuz Platform
- Logging into Fuuz – Cloud Access
- Manage what displays in Field Level Help throughout Fuuz
- Recovering Your Fuuz Account
- Sharing A Page
- Switching Between Apps in Fuuz
- Switching between Fuuz Environments (Build, QA, Production)
- Trouble Logging Into Fuuz
- Unique Email Plus Addressing
- Welcome To Industry Accelerators!
Training Guides (52)
Applications
- Brand and Configure Your Application
- Create an Application
- Deactivate (Retire) an Application
- Find Pages Beyond the Left Menu
- Install a Fuuz Package
- Navigate the Application Designer
- Retire an Application
Access & Users
- Approve Access Requests
- Approve Application Access Requests
- Configure the Internal Password Policy
- Create a Role
- Create an API Key
- Deactivate and Reactivate a User
- Grant Permissions with Policies
- Investigate Login Activity
- Invite a User to an Application
- Manage App Users
- Request Access to an Application
- Switch Applications, Roles, and Environments
- Understand Developer Access
- Understand Web Access
- Use the User Menu (Profile, Theme, and More)
Data Models & Schema
- Add a Custom Field
- Create a Data Model
- Create a Sequence
- Design Model Fields in the Schema Designer
- Relate Two Data Models
Screens
Weather Lookup Series — guided 3-part build
- Part 1 · Build the Screen (Beginner)
- Part 2 · Store the Readings (Intermediate)
- Part 3 · Watched Locations & Scheduled Capture (Advanced)
Data Flows & Integrations
- Call an External API with a Flow
- Connect to External Systems
- Create a Data Flow
- Create a Notification Channel
- Create a Webhook
- Save Queries, Scripts, and Data Mappings
- Schedule a Data Flow
- Use the Script Editor
Data, Reporting & Monitoring
- Browse Data with Data Explorer
- Build a Document (Report or Label)
- Check Component References
- Create Configuration Records (Modules, Units, Calendars, and More)
- Explore the GraphQL API
- Export Data
- Import Data into an Application
- Investigate Application Logs
- Save an Export Configuration
- Trace a Data Change
Enterprise & Organizations
Platform Concepts & Architecture (10)
- Bridging the Red and Blue Data Divide - How Fuuz Became the First Industrial Platform to Merge Operational and Business Intelligence
- Claude AI Skills for the Fuuz Platform
- Cool Things we built with Fuuz Episode 1 12.5.2025 (Public)
- Differences between MES and ERP from an ERP Consultant Eric Kimberling
- Fuuz can be your "Connected Worker Platform"
- Listen and Learn what MES is and what makes it unique
- Manufacturers struggle with Build versus Buy for their MES and what are the Core 4 Elements
- Stock Price Application
- Why All Manufacturers Build their MES System Part 1
- Why All Manufacturers Build their MES System Part 2
Screens & Application Design (17)
- Application Designer Guide
- Array Input
- Combobox
- Dynamic Field Configurations
- Fuuz Deployment Methodologies
- Fuuz Form Detail Screen Specification
- Historical Data Table Screen Design Standard
- JSON
- JSON Form Fields in Action Steps
- JSON Schema Inputs
- Master Data Table Screen Design Standard
- Mobile Screen Design Standard
- Screen Context Container
- Screen Generation (AI) Flow Template V1.5.1
- Setup Data Table Screen Design Standard
- Table Column Conditional Formatting
- Transform Data in a Column
Data Models & Schema (8)
Data Flows & Scripting (51)
Designing Flows
- Data Flow Design Standards
- Data Flow Logs
- Debugging and Testing our Fuuz Data Flows
- Flow Schedules
- Fuuz Data Flows enable DataOps at Scale, ETL, iPaaS and more
- How to Create APIs Using Data Flows in Fuuz
- How To General E-Commerce Integrations using Data Flows in Fuuz iPaaS
- How to Setup a daily file import using Fuuz Data Flows
- Managing Large Datasets in Fuuz: Data Flow Engine Performance Optimization
- The Power of Data Flows - Unlocking Industrial Intelligence with Fuuz
- Using Fuuz with FTP integrations and Data Flows iPaaS
Data Flow Nodes
- Data Flow Nodes Reference
- Debugging & Context Nodes
- Flow Control Nodes
- Fuuz Platform Nodes
- IIoT & Gateway Nodes
- Integration Nodes
- Notification Nodes
- Source & Trigger Nodes
- Transform Nodes
JSONata Reference
- Aggregation Functions
- Array Functions
- Boolean Functions
- Boolean Operators
- Comparison Operators
- Composition
- Construction
- Constructs
- Custom Fuuz Only JSONata Library
- Date Time Functions
- Date Time Processing
- Expressions
- Fuuz Bindings: $predicateFilter
- Higher Order Functions
- Jsonata Tutorial
- Numeric Functions
- Numeric Operators
- Object Functions
- Other Operators
- Path Operators
- Predicate Expressions
- Processing Model
- Regex
- Simple Queries
- Slow Transform Performance: JSONata vs JavaScript Optimization Guide
- Sorting Grouping and Aggregation
- String Functions
Scripting
Integrations & Connectors (30)
General & iPaaS
- API Keys
- Cloud Connectors - Complete Reference Guide
- Connecting a CRM with your ERP using Fuuz
- Connecting a Vending Machine to your ERP system using Fuuz
- Creating a Scheduled Integration & Sending a CSV File in an Email
- Debug a NetSuite SOAP API integration
- Fuuz Connections help you integrate your Systems and Devices
- Fuuz has lists of Connectors and Drivers you can use
- Fuuz has pre-built integration Connectors
- How to create a check an ODBC connection with another system
- How to Create a RESTful API Using the Fuuz Platform
- How to create a simple Integration and Store data in Fuuz
- How To Design or Configure Policies and Policy Groups for my App in Fuuz
- How to Integrate Fuuz with another product or another API
- How to Integrate with an HR system like ADP using Fuuz iPaaS
- How to use API Explorer and GraphQL to Query Data in Fuuz for Beginners
- How you Integrate your ERP with your MES
- Industry 3 and Industry 4 differences in ERP and MES Integrations
- Integrated Carrier Package
- Make REST-Based Calls With An API Key
- Policy Groups
- System connectivity validation - testing a connection when your 3rd party moves its hosting
- Using Fuuz as an iPaaS to Connect - to an API, Collect - Data from the API, Store - that data in Fuuz tables
Plex
- How to connect using Plex UX datasources from Fuuz iPaaS
- How to integrate with Plex Classic using Fuuz iPaaS
- How to Setup and Connect to Plex APIs
EDI
IIoT & Edge Gateway (18)
- Edge Connections: Complete Industrial Integration Reference
- Edge Gateway Flows
- Edge Gateway Installation Step-by-Step
- Edge to Cloud Infrastructure
- Gateway Deployment & Architecture
- Gateway System Requirements
- How IIoT fits into the Industrial Data "Stack"
Physical Device Connectors
- Connecting To Kepware OPCUA Server
- Fanuc Robot Connectivity using Edge Gateway
- HMI Template Standard - ISA-101 Compliant
- How to connect OPC/UA simulator to the Edge Gateway
- Modbus TCP
- MQTT
- Omron PLC/HMI NX102 Connectivity with Edge Gateway
Edge Data Connectors
Reporting, Documents & Dashboards (8)
- Building a Non-Conformance Report (NCR) Application in Fuuz
- Create responsive structured dashboard layouts using the Grid Container and Grid Cell components
- How to add visualizations (charts and graphs) to reports in Fuuz for Beginners
- How to build real-time reports in Fuuz from scratch for Beginners
- How to modify existing reports in Fuuz for Beginners
- Non-Conformance Report Accelerator
- Printing Documents
- Printing Documents From Fuuz
Administration & Access Control (27)
- Access Control
- Access Requests
- Access Requests: Overview
- Access Type Overview
- Access Types
- Add Users to Fuuz Apps
- App Admin Access
- App Management
- App Users
- Applications (Tenants)
- Authentication Events
- Change a User's Access Type
- Configurations
- Create Users and Set Access Type
- Enterprise Admin Overview
- Enterprise Users
- Enterprise Users vs Access Requests
- How To Login to your Fuuz Enterprise - Non Single Sign On
- How To Login to your Fuuz Enterprise - Single Sign On
- Identity Providers
- Notifications
- Notifications
- Organizations
- Roles
- Settings
- Switching my active Role within Fuuz
- Troubleshooting User Login Errors Due to Identity Provider Misconfiguration
Data Management (8)
Accelerators, Templates & Packages (8)
- Create a Quality Batch Golden Record Analysis Tool in Fuuz
- Fuuz Developer 101 Bootcamp - 2026 Schedule & Enrollment
- Fuuz Developer 101 Bootcamp - Program Overview
- Fuuz Industry Accelerators - Installation & Best Practices
- Fuuz Industry Accelerators - Overview
- How-To: Managing Green/Blue Deployments with Fuuz Package Management Zero-Downtime
- Model Agnostic Scheduling System APS
- Setting up In-House Fuuz
Design Standards (1)
How-To Guides (8)
- Connecting to Fuuz from a remote system to execute a Fuuz API
- Connecting to Fuuz from a remote system to execute a Fuuz API - Extended Features Part 2
- Data Mapping
- Document your Application using Atlassian Confluence and our Pre-Built App
- Fuuz Platform Capabilities
- How to add multiple data records to the Fuuz database with a single API call
- How to on Best Practices for Designing Flows in Fuuz
- Using the Transformation Explorer
FAQ & Troubleshooting (1)
Release Notes (117)
2026
- 2026.1 (January 2026)
- 2026.2 (February 2026)
- 2026.3 (March 2026)
- 2026.4 (April 2026)
- 2026.5 (May 2026)
- 2026.6 (June 2026)
2025
- 2025.1 (January 2025)
- 2025.10 (October 2025)
- 2025.11 (November 2025)
- 2025.12 (December 2025)
- 2025.2 (February 2025)
- 2025.4 (April 2025)
- 2025.5 (May 2025)
- 2025.6 (June 2025)
- 2025.7 (July 2025)
- 2025.8 (August 2025)
- 2025.9 (September 2025)
2024
- 2024.1 (January 2024)
- 2024.10 (October 2024)
- 2024.11 (November 2024)
- 2024.12 (December 2024)
- 2024.2 (February 2024)
- 2024.3 (March 2024)
- 2024.4 (April 2024)
- 2024.5 (May 2024)
- 2024.6 (June 2024)
- 2024.7 (July 2024)
- 2024.8 (August 2024)
- 2024.9 (September 2024)
2023
- 2023.5 (May 2023)
- 2023.1 (January 2023)
- 2023.10 (October 2023)
- 2023.11 (November 2023)
- 2023.12 (December 2023)
- 2023.2 (February 2023)
- 2023.3 (March 2023)
- 2023.4 (April 2023)
- 2023.6 (June 2023)
- 2023.7 (July 2023)
- 2023.8 (August 2023)
- 2023.9 (September 2023)
2022
- 2022 Q1 Fuuz Package Updates (03/11/2022)
- 2022 Q1 Fuuz Release Notes v3.87.0 (03/17/2022)
- 2022 Q1 MFGx Release Notes v3.78.0 (01/06/2022)
- 2022 Q1 MFGx Release Notes v3.79.0 (01/13/2022)
- 2022 Q1 MFGx Release Notes v3.80.0 (01/20/2022)
- 2022 Q1 MFGx Release Notes v3.81.0 (01/27/2022)
- 2022 Q1 MFGx Release Notes v3.82.0 (02/03/2022)
- 2022 Q1 MFGx Release Notes v3.83.0 (02/10/2022)
- 2022 Q1 MFGx Release Notes v3.85.0 (02/28/2022)
- 2022 Q2 Fuuz Release Notes v3.90.0 (04/14/2022)
- 2022 Q2 Fuuz Release Notes v3.91.0 (04/21/2022)
- 2022 Q2 Fuuz Release Notes v3.92.0 (04/28/2022)
- 2022 Q2 Fuuz Release Notes v3.93.0 (05/06/2022)
- 2022 Q2 Fuuz Release Notes v3.94.0 - v3.97.0 (June 13, 2022)
- 2022 Q2 Fuuz Release Notes v3.98.0 (06/16/2022)
- 2022 Q2 Fuuz Release Notes v3.99.0 (06/30/2022)
- 2022 Q3 Fuuz Release Notes v3.100.0 🎉 (07/06/2022)
- 2022 Q3 Fuuz Release Notes v3.101.0 (07/21/2022)
- 2022 Q3 Fuuz Release Notes v3.102.0 (08/11/2022)
- 2022 Q3 Fuuz Release Notes v3.103.0 (08/18/2022)
- 2022 Q4 Fuuz Release Notes v3.107.0 - v3.109.0 (10/27/2022)
2021
- 2021 Q1 MFGx Release Notes v3.29.0 (1/7/2021)
- 2021 Q1 MFGx Release Notes v3.30.0 (1/14/2021)
- 2021 Q1 MFGx Release Notes v3.34.0 (2/4/2021)
- 2021 Q1 MFGx Release Notes v3.37.0 (2/26/2021)
- 2021 Q1 MFGx Release Notes v3.38.0 (3/5/2021)
- 2021 Q1 MFGx Release Notes v3.40.0 (3/25/2021)
- 2021 Q1 MFGx.io Release Notes v3.32.0 (1/21/2021)
- 2021 Q1 MFGx.io Release Notes v3.33.0 (1/28/2021)
- 2021 Q2 MFGx Release Notes v3.41.0 (4/1/2021)
- 2021 Q2 MFGx Release Notes v3.42.0 (4/8/2021)
- 2021 Q2 MFGx Release Notes v3.43.0 (4/16/2021)
- 2021 Q2 MFGx Release Notes v3.44.0 (4/22/2021)
- 2021 Q2 MFGx Release Notes v3.45.0 (4/29/2021)
- 2021 Q2 MFGx Release Notes v3.47.0 (5/13/2021)
- 2021 Q2 MFGx Release Notes v3.48.0 (5/20/2021)
- 2021 Q2 MFGx Release Notes v3.48.0 (5/27/2021)
- 2021 Q2 MFGx Release Notes v3.50.0 (6/03/2021)
- 2021 Q2 MFGx Release Notes v3.51.0 (6/10/2021)
- 2021 Q2 MFGx Release Notes v3.52.0 (6/17/2021)
- 2021 Q2 MFGx Release Notes v3.54.0 (6/28/2021)
- 2021 Q3 Fuuz Release Notes v3.58.0 (7/22/2021)
- 2021 Q3 MFGx Release Notes v3.55.0 (7/1/2021)
- 2021 Q3 MFGx Release Notes v3.60.0 (8/5/2021)
- 2021 Q3 MFGx Release Notes v3.61.0 (8/17/2021)
- 2021 Q3 MFGx Release Notes v3.62.0 (8/19/2021)
- 2021 Q4 MFGx Release Notes v3.68.0 (10/8/2021)
- 2021 Q4 MFGx Release Notes v3.69.0 (10/14/2021)
- 2021 Q4 MFGx Release Notes v3.70.0 (10/21/2021)
- 2021 Q4 MFGx Release Notes v3.71.0 (10/28/2021)
- 2021 Q4 MFGx Release Notes v3.72.0 (11/04/2021)
- 2021 Q4 MFGx Release Notes v3.73.0 (11/11/2021)
- 2021 Q4 MFGx Release Notes v3.74.0 (11/19/2021)
- 2021 Q4 MFGx Release Notes v3.75.0 (12/02/2021)
- 2021 Q4 MFGx Release Notes v3.76.0 (12/09/2021)
- 2021 Q4 MFGx Release Notes v3.77.0: The Holiday Update (12/16/2021)
2020
- 2020 Q2 MFGx Release Notes v2.32.0 (4/9/2020)
- 2020 Q2 MFGx Release Notes v2.33.0 (4/16/2020)
- 2020 Q2 MFGx Release Notes v2.35.0 (4/30/2020)
- 2020 Q2 MFGx Release Notes v3.5.0 (6/18/2020)
- 2020 Q2 MFGx Release Notes v3.6.0 (6/25/2020)
- 2020 Q2 MFGx.io Release Notes v2.32.0 (4/9/2020)
- 2020 Q3 MFGx Release Notes v3.10.0 (7/23/2020)
- 2020 Q3 MFGx Release Notes v3.11.0 (7/30/2020)
- 2020 Q3 MFGx Release Notes v3.13.0 (8/13/2020)
- 2020 Q3 MFGx Release Notes v3.17.0 (9/21/2020)
- 2020 Q3 MFGx Release Notes v3.7.0 (7/6/2020)
- 2020 Q3 MFGx Release Notes v3.8.0 (7/9/2020)
- 2020 Q4 MFGx Release Notes v3.20.0 (10/13/2020)
- 2020 Q4 MFGx Release Notes v3.21.0 (10/15/2020)
- 2020 Q4 MFGx Release Notes v3.22.1 (10/22/2020)
- 2020 Q4 MFGx Release Notes v3.23.0 (11/5/2020)
- 2020 Q4 MFGx Release Notes v3.24.0 (11/12/2020)
- 2020 Q4 MFGx Release Notes v3.26.0 (12/3/2020)
- 2020 Q4 MFGx Release Notes v3.27.0 (12/10/2020)
- 2020 Q4 MFGx Release Notes v3.28.0 (12/17/2020)