AND filterbyformula does not filter
bring up all records instead. Anyone have any ideas?
let step_count_records = await log.selectRecordsAsync({
filterByFormula: `AND((
{Email} ="` + email + `"),
({Action} = "` + status + `"),
)`,
});
