May 2026
Get the latest updates for ONESOURCE DataFlow.
What's new
Delete requests APP endpoint
A new endpoint allows deletion of DataFlow requests. Users need to have request delete permissions and the request can't be checked out or in a system status.
- Method: DELETE
- URL path: /requests/{id}
- Description: Deletes a DataFlow Request when Id is provided.
GroupBy formula support for DataFlow
DataFlow requests now support the Excel-native
GROUPBY
formula, letting users aggregate and summarize data directly in templates without custom post-processing logic.Closed issues
- Documents attached to a request are now linked directly to the Request ID. This ensures documents remain accessible on theDocumentstab even after any of the request's properties are updated.
- An issue where destination requests could receive incorrect jurisdiction details when rolling forward multiple requests simultaneously has been resolved.
- Notes on requests in a read-only or completed state could in some instances be deleted. The delete option is now correctly turned off in these cases.
- Bulk Document Deletion via Web Request: When deleting multiple documents while working on a request through Web UI, only the last selected document could be removed in certain cases. All selected documents are now able to be deleted as expected.