Flow Trigger Based on Specific State Transitions in Change Request

ThanigaivelS363
Tera Contributor

I am working on a flow that should trigger only when the State field of a Change Request transitions between the following values:

New

Scheduled

Implement

Review

 

To achieve this, I set the flow trigger to Record Created or Updated and configured it as follows:

 

State is New

State changes to Scheduled

State changes to Implement

State changes to Review

 

Run Trigger: For every update, Only if not currently running, For every unique change

 

However, I am encountering an issue:

The flow gets triggered on updates to other fields on the form (e.g., Description), which is not my requirement.

Requirement:

The flow should trigger only when the State field changes, and not on updates to other fields.

Is there a way to configure the flow or add conditions to ensure it only triggers on State field changes?