Search
Search DataFlow Support Help and Support.

August 2023

Release notes highlight new features and improvements made to ONESOURCE DataFlow.

What's New

  • Template Version column (Classic Requests):
    • Added a new
      Template Version
      column for the
      Classic Requests
      tab.
  • Template insights:
    Template Insights
    now displays warnings for errors to be fixed before using the template:
    • Single Cell Tables and DCRanges
    • External links
  • API V2
    API endpoints have been combined under GET /request/{id}. To use each endpoint, send a different Accept header as shown in the following table.
    Endpoint
    Description
    Accept header
    GET /request/{id}
    Gets the Request details
    application/json
    GET /request/{id}/open
    Gets Request loader
    application/msexcel
    GET /request/{id}/dfwebfile
    Gets Web Request file
    text/html
    GET /request/{id}/dfwebhtml
    Gets Web Request HTML
    text/plain
    Application/msexcel will also accept query parameter
    readOnly
    as true or false to define if the loader will be downloaded as read-only mode.
    Additionally, Platform endpoints have been combined under GET platform/request/{id}. To use each endpoint, send a different Accept header as shown in the following table.
    Endpoint
    Description
    Accept header
    GET platform/request/{id}
    Gets the Request details
    application/json
    GET platform/request/{id}/loader
    Gets Request loader
    application/msexcel
    GET platform/request/{id}/{templateId}/dfwebfile
    Gets Web Request file
    text/html
    GET platform/request/{id}/{templateId}/dfwebhtml
    Gets Web Request HTML
    text/plain
    Text/html, text/plain, and application/msexcel Accept headers requires query parameter
    templateId
    for Data Collection Template ID. Application/msexcel will also accept query parameter
    readOnly
    as true or false to define if the loader will be downloaded as Read-only mode.

Closed issues

  • An issue causing Recalculation completion not to show in Request history has been fixed.
  • EXTDCGetList is now honoring Request deletion from Request properties.
  • Email with Request import results is now functioning properly.
  • Code and Assigned to dropdowns lists are now being properly generated.
  • Save and load data locally is now implemented. This lets you temporarily save data locally and reload. data regardless of any template change.
  • Request opened through API V2 is now being checked in after saving and close.