FeatureFuel
2

Pass selected items to a flow in a detail item page

Source: directus/directus#24971 · opened by @Borty97
Summary Pass the selected items (related) in the item page to a flow, so you can only act on these ones ![image]( Basic Example The selected items could be passed to the flow in the trigger object. I've seen that the trigger.query is empty. Maybe it could be passed in the body section too: Motivation Update the items selected in the M2X relation when you trigger the flow, so you can do anything in the directus flow like changing item status (delivered, returned, etc) or anything you need Detailed Design Currently, when selecting items in a detail page of a collection with an M2M relationship, the primary keys (PKs) of the selected items are not easily accessible. This limitation affects scenarios where bulk actions, advanced filtering, or custom workflows require knowing which related items are currently selected. This PR introduces a way to pass the PKs of the selected items, ensuring better usability and extensibility for Directus users. Requirements List Mus…

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