How do i customize a dropdown interface

How do i populate a dropdown with another collection without adding any relation

1 Answer

1

You can manually enter all the values from one collection as options into the dropdown.
You could automate that process by creating a flow that runs each time there is a change to a given collection to update/generate these options or you could do it properly and just use relations as that is the whole point of linking to data across tables :wink:

How do i setup trigger in flow . i have a field with interface dropdown and when i load create form page that dropdown has options loaded from another collection . i don't want to create a relation with that collection