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?