Analyze & compatibility

Why the trigger appears first in Analyze

Users read workflow previews as a sequence. Showing the trigger first makes the Analyze list feel like a real execution path rather than a detached summary plus a list of unrelated actions.

4 min readUpdated Apr 3, 2026triggeranalyzeux
Quick answer
In shortThe trigger is shown as the first workflow row because users expect execution order, not a separate metadata card.
Most likely causeWhen trigger metadata sits in one card and the action list starts with the first non-trigger action, the page implies that the workflow begins at step two. That is a subtle UX mismatch, but it matters when users are validating source order or looking for the root of a branch.
What to do nextCompare the affected step in Analyze, apply the fix, and then re-export or re-run analysis.

The old split view created a false step one

When trigger metadata sits in one card and the action list starts with the first non-trigger action, the page implies that the workflow begins at step two. That is a subtle UX mismatch, but it matters when users are validating source order or looking for the root of a branch.

Putting the trigger at the top of the same list makes the numbering and the mental model agree.

Execution order is more useful than category order here

Analyze is a validation view, not just an inventory view. Grouping by connector can be useful later, but the primary list should answer: what happens first, what happens next, and where does the workflow branch or wait?

That is why the trigger row belongs at the top even though it is also represented in summary metadata.

  • Better alignment with how users read source workflows
  • Clearer step numbering
  • Less ambiguity when debugging conversion notes

Related articles

Keep reading the next most relevant guides for this workflow pattern.