improved

September 11, 2023

We have released minor bug fixes and UI improvements. Additionally, we have introduced a more flexible approach to table limitations.

Release Details

In the latest release, we have introduced a more flexible approach to table limitations.

Previously, we had a strict limit of 100 rows and 30 columns for tables.

Now, tables can have a total of 3000 cells.

While the maximum column limit remains at 30, the number of available rows depends on the number of specified columns. For example:

  • If a table has 30 columns, the maximum available rows are 100.
  • If a table has 10 columns, the maximum available rows are 300.
  • If the result of the division is not an integer, we round up to the nearest whole number (e.g., 3000/26 = 116).

These updates aim to provide more flexibility in working with tables.


Automatically Provide Decline Reasons when using Change Status Action in Automation Builder.

With this update, when you choose the Change Status Action and select the final status as "Rejected" in the Automation Builder, you will now have the option to provide Decline Reason(s).

This enhancement aligns the behavior with that of the "Change Status" action, providing users with increased flexibility and control when managing application outcomes.