I'm using Directus lastest version 9..
- I have created a Data Model "Article" with title and Random_order field.
- I have created a directus flow, which will update a random number into the field "Random order".
- The feature is working fine but when i saw the revision history, that revision history is not showing any details about "Random_order" value. It should show the random number 535 for field "Random Order".
So the problem is when we use Directus flow to alter the field value of any Data model, then its not getting recorded in Revision history.
Currently i'm using the "Filter" type of Directus Flow