4
Read data from directus_system collections in flows
Source: directus/directus#24052 · opened by @Borty97
Summary Add the option to read data from system_collections on the flows Basic Example Trigger actions according to system collections in Directus, like revisions, activity, etc. For example, do something with data and delta values from a revision (like create a new item in a collection, send emails with changes, etc) Motivation Automate flows and use the system collections to be the trigger to do something great Detailed Design Just read data from other collections. Should be great Requirements List Must Have: • Read data from directus_collection Drawbacks I think it's easy to implement, and no great costs will occur Alternatives Make an API request with a webhook action in flows, but can not use the token to make the call, because session is not started there. We should login, save the token and then make the request Adoption Strategy It will not affect. It's just an improve and will not affect to collections, database or anything Unresolved Question…
No pledges yet. Be the first to back this.
Comments
Similar requests
Import and export option for flows
82 votes · 0 comments
Insufficient documentation about blocking and non-blocking flows
3 votes · 0 comments
Add Sorting for Manually Triggered Flows
3 votes · 0 comments
Enhancing Directus Flows: Versioning, Archiving, and Improved Manageability
28 votes · 0 comments
Restrict "Show Hidden Collections" to Admin Users
25 votes · 0 comments
No comments yet.