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 &&