Tuesdays with Tadabase on a Wednesday - March 11th 2026

:watch: :smiling_face_with_sunglasses: With an extra hour of sunshine in the day, we’re bringing you a super sunny update. Shades on, let’s dive in.

:toolbox: Our engineers have made:

:high_voltage: Huge Improvements to Workflows:

We’ve made significant progress on Workflows, with a large number of improvements already taking shape. The scope of updates is extensive and the progress so far is very promising.

Some of the upcoming capabilities include:

  • Branching to create smarter conditional workflow paths
  • User Events to trigger workflows based on user activity
  • Deeper Integrations with more parts of the platform
  • Custom Code support directly within workflows
  • And much more

Here’s a sneak peek of Branching in action :eyes: :

:locked_with_key: Override Redirect Rules:

Enabling this option ensures that when a user clicks on a specific page while not yet logged in, they will be redirected to that exact page after successfully logging in.

We’ve also added safeguards to prevent endless redirect loops in cases where the requested page is not permitted for the user’s role.

:bug: Bug Fixes:

  • Fixed a record limit issue in the List Component PDF download.
  • Fixed an issue where the Equation field was not available in Number Formula.
  • Fixed an issue where filtering by a blank Connection field was not working correctly.
  • Added log ID and record ID to Task Record Logs for better tracking.
  • Fixed sorting issues in charts when using equation fields.
  • Added default group by sorting based on field option order from meta settings.
  • Fixed the Hide Columns feature for duplicate fields in filter tabs so each column can be hidden independently.
  • Fixed an issue where the connected EOS date field displayed “Jan 01, 1970” when the value was null or blank.
  • Fixed an issue with Universal Component dropdown behavior.

For a complete list of fixes, see our release notes.

:sunrise: The sun’s setting on this one, Tadabasers. Happy building, and we’ll see you next week. :hatching_chick:

1 Like

Wow, that’s a great list! But will the workflows replace the record rules on the long term?
Regards,

Martijn

Great progress! We are looking forward to going live with it.

@slimpens If that’s the case, it would be really great for us (for me, it’s truly amazing) to implement and manage everything from a centralized point.

The same issue currently exists with Pipes—we often don’t know where they are being used. If this feature also solves that problem, it would be even better.

1 Like

That redirect enhancement is excellent. I’m developing a naitive app and using pushnotifications to deeplink to a page in the webapp but this alwasy redirected to the login (when they went logged in) and the effect of the deeplink was lost. I think this is exactly what this feature now supports so I’ll retest but this sounds great thank you.