Hi All,
I have a table that is being updated by a Dataflow project from a SQL database. Every 5 minutes the data is updated to CDS and almost all fields will be updated since they have countdown timers for service tickets.
I made additional fields in CDS as booleans and calculated based on the data from other fields.

My flow is using the CDS trigger When a record is updated and set to filter to only monitor the specific calculated boolean field I created.

The boolean fields update as expected as data changes in the table, however flow is not triggering, I have zero runs.
Does the flow CDS connecter see the calculated CDS fields as a change?