Skip to main content

Scripting: Filter based on two values

  • October 28, 2020
  • 1 reply
  • 10 views

Forum|alt.badge.img+14

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

Forum|alt.badge.img+14
  • Author
  • Inspiring
  • 93 replies
  • October 28, 2020

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