BTT confuses month with minute in date code

Have a Key Sequence trigger to type the current date in any application in the format YYYYMMdd (four digit year, two digit month, two digit day of the month).

Action is Paste text (BTT)@dateformat:YYYYMMdd(BTT)

Trigger runs as expected but randomly starts returning the current two digit minute instead of the two digit month, i.e. four digit year, two digit minute, two digit day of the month.

Restarting BTT restores the expected behavior but it returns randomly several times per day.

Macbook Pro M2, Tahoe 26.2, BTT 6.011

I could only imagine you have a second trigger that pastes and uses (BTT)@dateformat:YYYYmmdd(BTT) instead (lowercase mm).
Maybe check the "Recently Used" section in BTT to see what exactly triggers when this happens.

BTT passes the provided format directly to the system and pastes what the system returns.