How to use the filter condition of one model to another model

Hey Geeta,

You can make use of 2 action sequences to get what you’re looking for.

  1. A Event Triggered Action Sequence called “On Page Load” that runs on page load to run the “Update Total Records Agg”.
  2. A reuseable Action Sequencesequence called “Update Total Records Agg” that contains the Action to update the conditions and query.
    Then you’d simply setup Model Action on query for you table details model to call the “Update Total Records Agg” Action Sequence.

Clear as mud?