Hi, I’m wondering if there’s a way to populate the selection list for a (eg) multi-select dropdown field from an external api?
I can see it’s possible to manually bulk add options, but ideally I’d like to source/populate it via an external api so any new options get automatically updated (so client-side, I’m thinking)
Yes, here’s an example of how you can use logic to populate the options of a dropdown from an external service https://docs.feathery.io/platform/build-forms/logic/advanced/examples/api-connectors/dynamic-dropdown-options
1 Like