I am struggling to create a way to have a reusable dropdown list. An example of this could be needing a product list dropdown that is used by multiple Zapier tables, so that each dropdown field is consistent and centrally managed.
The set up would be something like this:
Product Table would have a field named Product Name that will be used to populate a dropdown in a Customer Order Entry table.
My Zaps will update Customer Order Entry dropdown fields if the dropdowns are static.
The issue is that my Zaps will NOT update the Customer Order Entry dropdown fields that are generated dynamically. I’ve tried:
- Setting the value directly like I might do with a text field (this works with static list dropdowns)
- Sending that value to a sub-Zap, doing a table search on Product Table, returning the Record ID to the main Zap, and attempting to update the dropdown with the value of the Record ID.
- Trying scenario one, but with a linked field
- Trying scenario two, but with a linked field
Is this even possible?