|
自 2021 年 1 月起,傳統文件類型將不再可用。您可以轉換傳統檔案或下載 PDF。進一步瞭解

Quarterly Financial Statement Roll Forwards Very Time Consuming

已回覆
0

評論

2 條評論

  • Mike Davis

    Hi Eric,

    Thanks for the question. Happy to help here.

    Task 1: Bulk Renaming Financial Statement Files
    The Workiva AI button is not designed for file renaming — but there are two solid options.
     
    Option A — Bulk Replace (Built-in Feature)
    Workiva's Bulk Replace (Find & Replace) allows you to find and replace text across Documents, Spreadsheets, and Presentations in a single click. You can include or exclude links and formulas. This would let you replace "Q2-26" with "Q3-26" across content within files.
    Important caveat: Bulk Replace works on content inside files — it does not rename the file names themselves in Home.
     
    Option B — Workiva Platform API
    To programmatically rename the actual file names across hundreds of spreadsheets, the Workiva Platform API (GET /files + PATCH endpoint) can retrieve file metadata and update names in bulk. This can be automated via Chains (Workiva's no-code automation workflow builder) or via scripting. This is the recommended approach for bulk file renaming at scale.

    Task 2: Copying Columns Between Spreadsheets

    This is also achievable — here are your options.
     
    Option A — Chains + "Write Sheet Data" Command
    Workiva Chains support a Write Sheet Data and Overwrite Sheet Data command, which can write CSV data into a specific region of a spreadsheet sheet. This can be set up to copy column data from one spreadsheet/sheet to another programmatically across hundreds of files — and can be scheduled to run automatically each quarter.
     
    Option B — Workiva Spreadsheets API
    The Spreadsheets Sheet Data Guide enables reading cell data and writing values programmatically across multiple ranges in a single request. This is ideal for complex multi-spreadsheet column transfer workflows.
     
    Option C — Excel Sync (for specific scenarios)
    If columns A-B come from one source and C-D from another, Workiva supports syncing multiple Excel files into one Workiva spreadsheet using multiple syncs.
    Note: There is currently no native Workiva connector command to copy a full sheet with formatting, formulas, and locked cells intact — but a workaround exists via an HTTP POST API call. 
    What about Workiva AI?
    Workiva AI is not designed for file renaming or bulk data movement. It's built for things like intelligent analysis, disclosure generation, and insights — not operational automation tasks like these.

    Recommended Next Step
    Both use cases would benefit from a Data Management Practice (DMP) scoping conversation to design the right Chains/API solution. We suggest you connect with your CSM to request a DMS/DMP engagement.
     
    Let me know if you have any follow-ups for me or need anything else. Cheers!
    0
  • Eric Sanchez

    Are all of these solutions built into the platform or do I have to pay for additional services?

    0

請登入寫評論。