Help

Re: Scripting: Filter based on two values

380 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Rose_Haft1
8 - Airtable Astronomer
8 - Airtable Astronomer

Hi there - This is working but I would like to filter by two things - the client as well as the session:

let f_thisclient = result2.records.filter(f_record =>
(f_record.getCellValueAsString(“Client_Email”) ==v_this_client_string )
);

Is it possible?

1 Reply 1
Rose_Haft1
8 - Airtable Astronomer
8 - Airtable Astronomer

Nevermind. I figured it out. I used the &&