Data Exchange app for Tracker to Aggregate - how to trigger without scheduler?

It only seems to “ignore” data that has stayed the same. So in my impression, this is a bug. It actually seems to be doing this on the import/export app also.

Okay, I think this is actually working as intended then, even though it is showing STOPPED instead of COMPLETED. Our use case requires the data to be automatically pushed to the aggregate system. We do daily data review and don’t want to have to go in and trigger each exchange. I’m thinking we can just write a script to do this via the aggregateDataExchanges endpoint…

POST /api/aggregateDataExchanges/{id}/exchange

Thanks a lot for your help!