Hi Community,
I have a table ORDER of n orders with the {fields} : order-id, product, quantity, delivery-date
Airtable
SHOP - Airtable
Explore the "SHOP" base on Airtable.
I am trying to use a script ...
Hi!
I am trying to extract a filtered view from a specific field (list of document = to the user ID) and have this user from a search bar Search() or Find () a document tag .
AND(
Search(‘Search Term’, {doc-tag}),
({company-id}=‘User company-id’)
)
I...
Hi @JonathanBowen
Wow, thanks for the article! a perfect script - worked on my side :slightly_smiling_face:
record.getCellValue(‘Name’) works fine with a text field, however when ‘Name’ is a lookup field, their is no-more distinction on the fields ...
Hi Erin thanks for you reply.
Well I am trying to filter a document list (view) with the user company ID and then have that user search a document tag. It seems that at a first login as nothing has been typed (yet) in the search bar, the query is not...