Choose an item once a collection has be chosen

In Directus, I would like to be able to select a collection, and then, once that collection is selected and “actiavted” (so-to-say), chose one or more particular entries from that selection. That would mean that the field, from where I would like to chose my entries, must be populated dynamically. Does Directus offer any such mechanisms?

2 Answers

2

There’s not a native field type for selecting any item from any collection as two dropdowns no. The closest is using the M2A builder interface with a pre-defined set of collections to choose from, but that doesn’t get to the exact UX you’re looking for.

Thank you, @rijkvanzanten !