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

  • 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
today

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
2 days 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
4 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
9 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.  

Announcement
4 years ago

Update to System IP Addresses

Due to a recent system maintenance update, we've recently updated our list of Kuali Build IP addresses.  In order to prevent any system issues, we request your team allow traffic from the respective new IP addresses. 

For a list of complete IP addresses please see this published help center article.

In addition, we recommend you have additional security in place beside allowing specific IP addresses as IP addresses can be spoofed.

Announcement
5 years ago

See you at Kuali Days 2021! March 8th - 11th

Kuali Days, our annual user conference, is an opportunity to learn all you can about how to use Build to its fullest. Our Kuali Build track is taking place from March 8th - 11th and includes over 20+ sessions with your stories, use cases, hands-on training, and ways to connect with each other.

Registration is FREE for the Kuali Build track.  Sign-up for as few or as many sessions as work with your schedule. Space for workshop sessions is limited (and filling up fast) so save your spot today!

Register Now

(And if you need more convincing, Joel, Kuali's CEO, would love to see you there ;):

Announcement
5 years ago

Updated Release Date: Build Form Controls | Early Next Week

We've been working tirelessly to cook up our latest Build concoction, Build Form Controls, which will give builders more controls over editing forms. 

Our latest creation needs a little more time to bake in the oven so we'll be unveiling Form Controls early next week instead of this one. 

We can't wait for you all to taste the power of form controls soon!