Insert trigger for time series collection getting errors

Have triggers enabled in other apps - all good, but today spun up a v6 instance and created a time series collection, with a simple trigger that simply does an http post.

When I had the trigger setup with include full document - get error

error issuing collMod command for UnityPricing.price_events: (InvalidOptions) option not supported on a time-series collection: changeStreamPreAndPostImages

changing the trigger to not include full document - get error

(CommandNotSupportedOnView) Namespace UnityPricing.price_events is a timeseries collection

At a bit of a loss, reviewing the docs can’t find anything that excludes time series from having a trigger - What am I missing?

Thanks

further searching reveals the answer - unsupported:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.