Content Comparison
Last updated
Was this helpful?
Last updated
Was this helpful?
The "Content Comparison" Step allows you to visually compare two pieces of HTML content and highlight the differences between them. This powerful functionality is especially useful for reviewing content changes, tracking edits, and ensuring quality control in your content workflows.
The Content Comparison step enables you to compare an original version of HTML content with a modified version, clearly visualizing additions, deletions, and changes. This is particularly valuable when you need to:
Review AI-suggested content changes
Track edits made during a content review process
Verify content updates before publishing
Maintain quality control over content versions
Perform on-page content refresh workflows with last-mile human review
Specify the original HTML content that will serve as the baseline for comparison. This field expects HTML-formatted content and can be:
A direct HTML string
The output from a previous step that generates HTML (using Liquid syntax like {{ step_1.output }}
)
HTML content retrieved from your Knowledge Base or external source
Important: This field requires HTML content, not plain text or markdown.
Specify the modified or updated HTML content that will be compared against the original. Like the original content, this field expects HTML and can be:
A direct HTML string
The output from a previous step that generates HTML (using Liquid syntax like {{ step_2.output }}
)
HTML content retrieved from your Knowledge Base or external source
Important: This field requires HTML content, not plain text or markdown.
This optional field allows you to provide context about why changes were made. Unlike the content fields above, this field accepts any text format (not HTML required). You can include:
Reasons for the content changes
Instructions that were used to generate the updated content
Notes about specific modifications made
AI prompts or guidelines that led to the changes
When provided, AirOps will summarize these change reasons in the final diff view, making it easier for reviewers to understand the context behind content updates.
When Content Comparison is the FINAL step in your workflow, the grid output provides an enhanced review experience:
Eye Icon in HTML Column: The resulting HTML column in the grid will display an eye icon (👁️) next to each row
Interactive Diff View: Clicking the eye icon opens a visual diff viewer that shows:
Original content with strikethrough formatting for removed text
New content highlighted for additions
A "Proposed Improvement" summary (based on your Update Instructions)
Accept/Reject buttons for last-mile human review
This feature is particularly powerful for on-page content refresh use cases, where you need to:
Review AI-suggested improvements to existing content
Maintain quality control before publishing updates
Ensure brand consistency and accuracy
Make final accept/reject decisions with full context
Always use HTML content for the Original and Updated Content fields
Place Content Comparison as the final step in your workflow to leverage the grid's visual diff viewer
Provide clear Update Instructions to help reviewers understand why changes were made
Use for content refresh workflows where human review of changes is critical before publishing
This step transforms content comparison from a technical process into an intuitive, visual review experience that empowers teams to confidently update and improve their content at scale.