I have a table block built using an airtable Table. Some of the fields in the Table are linked records to other tables.
When I add a record or edit an existing record in the table block, I want to be able to restrict the choices available to the user on this linked record field. I can use the dropdown option in the action windows but it shows all the existing values in that field. I want to be able to use a view or a logic to pick up a valid list of values for this field. The basic requirement is a dynamic “list of values (LOV)” based on a lookup table different from the table in the table block (typically it’ll be the linked table for that field) and the values in the LOV restricted based on certain conditions.
Hi @BB-Bacuti currently, you can have separate List blocks with different visibilities, each connected to a separate view. You can then map the linked record with limited selection to an action button dropdown field and show only the limited selection on each block.
Thanks. This is a step in the direction, but not fully there. I need to be able to provide a custom filter for what values are acceptable in a field based on the values in some other fields and tables