Release Notes

March 17, 2020

What's New

  • Admin Roles: Admins can create custom permissions profiles and assign them to admins, to granularly control what parts of the admin console each person can view or edit. All current admins default to the Super Admin role. See the support article for more detail.

  • Custom Emails to New Users: When provisioning new users in the admin console, admins can control and customize the emails that get sent to new users.

Bug Fixes

  • Lookup Formula Changes and Improvements: We will now only throw an error for a legitimate circular reference. For example, if in cell C1 you had the formula “VLOOKUP(3, A1:B4, 2)” and B1 = C1. Previously, this formula would have an error because B1 is referencing C1 and C1 is referencing B1 (through the range A1:B4). Now we will not throw an error because C1 is actually not depending on the value of B1. Formulas this affects include: VLOOKUP, HLOOKUP, LOOKUP, IF, IFERROR, IFNA, SUMIF, SUMIFS, COUNTIF, COUNTIFS, AVERAGEIF, AVERAGEIFS.