[Question form the form] The most complex automation workflow

What was the most complex automation workflow you built?

“Complex” can have different interpretations.

  • The # of steps involved.
  • The # of different apps involved.
  • The number of data points involved.
  • The amount of logic involved. (e.g. If/Else)
  • The amount of custom code (low-code) or API requests involved.

There have been many solutions that I refer to as a “system of automations” which work together in a specific order and have dependencies across the configured automations.

Generally those involve webhooks/APIs and low-code (JavaScript).

Ultimately, it’s just data being translated and transferred.