Kuali Announcements logo
Back to Homepage Subscribe to Updates

Announcements

Find all documentation at https://kuali.zendesk.com or click on 'Back to Homepage' above

Labels

  • All Posts
  • Fix
  • New Feature
  • Improvement
  • Announcement
  • Release Updates

Jump to Month

  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
Powered by

Create yours, for free!

Announcement
6 days ago

Streamlined UI Updates Are Now Live

Our new user interface updates are now live - see the original announcement for a detailed overview of what’s changed.  These improvements are designed to streamline your experience and give you more flexibility when working in forms and products.

Summary of Improvements

  • Full header access within apps and products
    Navigate more easily without losing key controls.
  • Collapsible left navigation
    Hide or expand the menu to focus on your work.
  • Improved mobile experience
    Move between Dashboard, Documents, Form, Workflow, and Publish with a simplified mobile layout.
  • Cleaner document design
    A more user-friendly, polished experience for completing forms.

If you encounter any issues or have any additional feedback feel free to reach out anytime at support@kuali.co.

Announcement
2 weeks ago

Coming Soon: Streamlined UI updates - Arriving May 18, 2026

Our new user interface updates launch on May 18, 2026. See the original announcement for a detailed overview of what’s changing and how to preview and prepare for the update.

These improvements are designed to streamline your experience and give you more flexibility when working in forms and products.

Summary of Improvements

  • Full header access within apps and products
    Navigate more easily without losing key controls.
  • Collapsible left navigation
    Hide or expand the menu to focus on your work.
  • Improved mobile experience
    Move between Dashboard, Documents, Form, Workflow, and Publish with a simplified mobile layout.
  • Cleaner document design
    A more user-friendly, polished experience for completing forms.

If you haven’t previewed the new UI yet, administrators can still enable it in the Form tab to see what’s coming and prepare accordingly.

We’re excited for you to start using the updated experience, and we’d love your continued feedback—reach out anytime at support@kuali.co.

Announcement
a month ago

UPDATE: Updates to How Table Gadget Data is Returned Via API (now scheduled for May 10, 2026)

Based on customer feedback, we’re postponing the update to how Table gadget data is formatted in API JSON responses to May 10, 2026 to allow additional time for local testing and validation. Please refer to the original announcement  for full details.

If you’d like to preview this change in your SBX environment using your production data, we can perform a one-time clone from PRD to SBX. This allows you to validate the updates and make any necessary integration changes ahead of release.

To request a data clone, please submit a support ticket by Monday, April 20 so we can coordinate in time for testing.

Announcement
a month ago

UPDATE: Updates to How Table Gadget Data is Returned Via API (now scheduled for April 19, 2026)

We’re postponing updates to how Table gadget data is formatted in API JSON responses (see the original announcement for details). To allow additional time to assess the impact on local API integrations that use Kuali table data, this update will now be applied on April 19, 2026 (previously scheduled for April 5, 2026).

If you have any questions or concerns, please feel free to submit a support ticket for assistance.

Announcement
a month ago

Coming Soon: Updates to How Table Gadget Data is Returned Via API

We wanted to make you aware of forthcoming changes to how our Table gadget data is formatted in JSON when returned via the API. If you have existing API integrations that use Kuali table data, we’ve included examples of the updated format below so you can make any necessary updates to ensure your integrations remain unaffected.  These examples include pulling table data from a form document and also pulling table gadget info from the form template. This change is scheduled for deployment on April 5th, 2026 - if you have any questions or concerns, please feel free to submit a support ticket for assistance.

Table Data Example - pulling table data from a document within the App/Form

Current format:

[
  {
    "P3kl9oBsD": 15,
    "zwMPxAgQJ": 70,
    "_rowId": "vOfNps-oKK"
    "_isFooter": true
  },
  {
    "Vg4GSidVc0": "6",
    "UA9HWQj0ZK": "",
    "UNRgEnge7z": "7",
    "pUCZcvnG24": "8"
    "_rowId": "B8vj6XWz9m"
  },
  {
    "Vg4GSidVc0": "9",
    "UA9HWQj0ZK": "",
    "UNRgEnge7z": "10",
    "pUCZcvnG24": "11"
    "_rowId": "_uintwu6RF"
  }
]

Updated format (coming 4/5/26):

{
  "data": [
    {
      "data": {
        "Vg4GSidVc0": "6",
        "UA9HWQj0ZK": "",
        "UNRgEnge7z": "7",
        "pUCZcvnG24": "8"
      },
      "id": "B8vj6XWz9m"
    },
    {
      "data": {
        "Vg4GSidVc0": "9",
        "UA9HWQj0ZK": "",
        "UNRgEnge7z": "10",
        "pUCZcvnG24": "11"
      },
      "id": "_uintwu6RF"
    }
  ],
  "footer": {
    "P3kl9oBsD": {
      "sum": 15
    },
    "zwMPxAgQJ": {
      "product": 70
    }
  }
}

Table Data Example - pulling table gadget configuration info from the App/Form template

Please note the following:

  • Repeaters default to "allowAdditionalRows" to on while Tables defaults to off.
  • Repeaters start without a default row, and that's assumed to be 1. Tables start with an explicit default rows of 2
  • Conditional visibility fields (when pointing at gadgets within the same table), previously had keys like `data..*.` but will change to be `data..data.*.data.

Current format:

{
  "childrenTemplate": [
    {
      "formKey": "N6TZ976AN6",
      "id": "a5FD9TgPi",
      "label": "Field for Calculation (product)",
      "type": "Number"
    },
    {
      "formKey": "G89eMQD5YY",
      "id": "kbo16yrfs",
      "label": "Secondary field for Calculate (sum)",
      "type": "Number"
    }
  ],
  "details": {
    "allowAdditionalRows": {
      "enabled": true
    },
    "calculationFooter": {
      "columns": {
        "a5FD9TgPi": "product",
        "kbo16yrfs": "sum"
      },
      "enabled": true
    },
    "defaultRowCount": 2
  },
  "formKey": "w1PDUvSuwW",
  "id": "259Kcut0r",
  "label": "TABLE-INATOR",
  "type": "Table"
}

Updated format (coming 4/5/26):

{
  "childrenTemplate": [
    {
      "formKey": "N6TZ976AN6",
      "id": "a5FD9TgPi",
      "label": "Field for Calculation (product)",
      "type": "Number"
    },
    {
      "formKey": "G89eMQD5YY",
      "id": "kbo16yrfs",
      "label": "Secondary field for Calculate (sum)",
      "type": "Number"
    }
  ],
  "details": {
    "calculationFooter": {
      "enabled": true,
      "fields": [
        {
          "calcFunction": "product",
          "id": "a5FD9TgPi"
        },
        {
          "calcFunction": "sum",
          "id": "kbo16yrfs"
        }
      ]
    }
  },
  "formKey": "w1PDUvSuwW",
  "id": "259Kcut0r",
  "label": "TABLE-INATOR",
  "type": "Table"
}
Announcement
6 months ago

Join us for Kuali Days 2026!

Kuali Days 2026 – April 26-28 | Philadelphia, PA 🔔

The wait is over. Registration and the full schedule for Kuali Days 2026 is now live!! Join us in Philadelphia for three days of connection, discovery, and hands-on learning with the Kuali community. This year’s conference features brand-new Demo Tracks where you can see upcoming Kuali features in action, plus an expanded Tech Track for deeper dives into integrations and automation.
 
Don’t miss the Kuali Certified Pre-Conference Workshop, now offering three progressive certification levels - Essentials, Expert, and Architect so you can build your skills and earn official credentials tailored to your experience.

From new product reveals and live demos to the always-popular Karaoke Night and Opening Reception, Kuali Days is where innovation meets community.
 
Seats are filling fast - register now to secure your spot and early hotel rates 🎉

Announcement
11 months ago

New Internationalization Options in Kuali

The Kuali Platform products now have support for English, Spanish and French in the non-form building, end-user facing parts of the platform including:

  • Home and Space screens
  • Document List
  • Action List
  • My Documents
  • Notifications that send from the system
  • Runtime read and edit form, including workflow history and export to PDF
  • Groups

This also includes support for multiple number formats, date formats, time formats, and multiple currencies reflecting the local language.

How Does it Work?

  • The vast majority of end-users will not notice a difference or need to change the language setting as they are US English speaking.
  • Customers who have their browser language set to Spanish or French will automatically start seeing UX in Spanish or French.
  • Customers who have their browser locale set to something different than English (United States) will start seeing numbers, dates and times displayed in the formats of their selected locale.
  • A new menu option will appear on the Home Screen in User Settings which will allow end-users to manually select a different language:
    Language option in User Setting
  • The Currency gadget now has the Change currency setting to support multiple currencies: US dollars, Canadian dollars, Chilean peso, Euros and the British Pound.  As well as an option to limit the number of decimals allowed in the entry.

Change currency setting in Currency gadget
Currency dropdown in Change currency setting

This feature was released Wednesday (June 25th). More information can be found in the Internationalization in Kuali article

Announcement
a year ago

Coming Soon: Workflow Tracker Move and Redesign

We will soon release a new feature which includes a rebuild of the current workflow status tool to slide in from the side of the screen so that users can view all workflow details while simultaneously reviewing the connected document. It will be accessible via the 'Workflow Status' option in the document header menu options.

This feature is scheduled for release next Monday (August 5th) and you will start seeing the below prompt alerting you of the change:

More information about the Workflow Status can be found in the How Do I See Where a Submission is in the Workflow Process (Workflow Status)? article.


Announcement
2 years ago

Upcoming Dashboard UI Update

The dashboard is getting a refresh! This upcoming dashboard makeover includes an update to the look and feel of Spaces* and a change to the search function. 


You'll see this exciting change tomorrow along with a detailed announcement on the changes! 🤩

*Spaces is an Enterprise license feature 

Announcement
4 years ago

Update Allow List to Include Approved IP Addresses

On Monday, July 8th, we will be performing system infrastructure updates that will have an impact on Kuali Build IP addresses for integrations.

As a result, please validate your Allow List currently contains these respective IP addresses.

We will be closely monitoring our infrastructure throughout the update and have built-in contingency plans to adjust traffic routing if any unexpected issues arise.

This system maintenance update will be applied on the morning of Monday, July 12th.