FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests