Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 28, 2020 04:16 AM
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?
Oct 28, 2020 04:42 AM
Nevermind. I figured it out. I used the &&