In my Kintone app, I use the Advanced Lookup Plug-in along with a drop-down field to search for customer product brands. The app that holds this brand database is used by many other apps, such as production orders and loading forms. Since there are thousands of entries, the Advanced Lookup Plug-in and drop-down are used across many apps.
However, every time a new brand is added, I need to manually update the drop-down list in multiple apps, which is very time-consuming.
Is there a way to update drop-down options across multiple apps at once?
Hello @Master_Over_Sun
Are the options in these drop-down lists the same across multiple apps? If so, the most effective way to manage them using native features would likely be to create a separate database app and use a lookup field to reference it.
The best way to handle this is to replace those dropdowns with a lookup field that pulls brand names directly from your main brand database, this way, any updates happen automatically across all connected apps. If you still need to use dropdowns, you could use the Kintone REST API along with a simple script or automation tool to bulk update them in one go, saving you tons of time and effort.