Search code examples
javascriptvue.jsdirectusheadless-cmsdirectus-flows

Directus | Flows are not updating the Revision while creating a collection


I'm using Directus lastest version 9..

  1. I have created a Data Model "Article" with title and Random_order field.

enter image description here

enter image description here

  1. I have created a directus flow, which will update a random number into the field "Random order".

enter image description here

enter image description here

enter image description here

  1. 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".

enter image description here

enter image description here

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


Solution

  • I have raised an issue (https://github.com/directus/directus/issues/17677). Directus Team has fixed this issue and its working fine in latest directus version 9.26.