In 2025.4, we are introducing ability to create transactions in Dynamics 365 Finance & Operations, enhanced recording controls, better parameterization, and user-experience upgrades.
Ignore calls during recording
To improve clarity in recorded flows and reduce noise in sequences, Performance now provides an option to ignore certain call types when starting a recording.
In the Recording popup, you can now exclude categories such as:
-
.js -
.css -
Script-based calls
-
Other static or irrelevant XHR calls
This ensures your flow contains only the API traffic that matters for validation and replay.
Enhanced support for Finance & Operations (F&O)
Automatic transaction creation
Performance will now automatically add transactions for Dynamics 365 F&O flows to ensure that usage of Performance for performance test results in real transactions created in the system with expected state changes.
To avoid the risk of duplicate transaction errors, Performance automatically adjusts transaction values in the recorded data when needed.
Auto-tokenization for dynamic values
Dynamics 365 F&O often returns identifiers and values that change between runs. Performance now automatically:
-
Detects dynamic response values
-
Applies auto-tokenization, converting them into variables
-
Inserts these variables into the recorded flow for reliable replay
-
Ensures transactions are created with stable, parameterized values
This provides consistent reusability and limits the need for manual cleanup after recording Dynamics 365 F&O scenarios.
Improved handling for table-based responses
When a response contains table-like structures, Performance now supports using filters to correctly identify values that should be tokenized or included in transactions.
This minimizes incorrect matches and ensures high-quality recordings for complex F&O payloads.
Fix: Actual Response Body in JSON rendering
We have fixed an issue where Actual Response body values written into data items were not rendered correctly as JSON.
Response bodies now display with accurate formatting across all data item views.
Duplicate Step creation
To support faster authoring and editing, Performance now includes a Create Duplicate option for steps.
Available via:
-
Right-click context menu: Create Duplicate
-
Keyboard shortcuts: Ctrl + C and Ctrl + V
The duplicated step includes all properties from the original, allowing quick iteration during flow design.