Aug 14, 2023 03:27 PM - edited Aug 14, 2023 03:51 PM
Hello,
Here is a picture of my interface. I have a filter element which is linked to the list element. I would like the filter element to apply to the linked option when creating a new record in the list element so that the user can select/filter which options they want to add as a new record in the list element. For example, I want the list of materials to be filtered by the supplier in the filter element so that when creating the new record in the list element, only the options for a single supplier (specified in the filter element) are shown. Although there are finite options and I could create a separate interface for each option (the supplier in the filter element), I would like to avoid doing so and having a more dynamic (1 page) interface).
I need to attach/sync these linked record permissions to the filter element i.e. the user needs to be able to control the linked record permissions through the filter element.
Thanks in advance for any suggestions!
Aug 14, 2023 07:31 PM
Look into interface forms & conditional fields, this may help you do what you need.
https://community.airtable.com/t5/announcements/new-features-in-interface-forms/ba-p/156181
Aug 16, 2023 11:51 AM
Thanks @corb1 that's useful info and shows that others are having the same issue as I am.