Hello people,
I’m really new to all this, so this might be a stupid question.
I want to retrieve AirTable data from my table, filtered by two variables (problem, severity). Based on these two values, the code should give back individual help offerings. But it seems that I can only filter by one variable using “filterbyformula”. Using two it gives back that the request is invalid. Is my syntax just wrong or is it even possible to filter by two variables?
data = {
"filterByFormula": uf"problem = '{mood}'", f"severity = '{severity}'"],
"fields": l"help"]
}
thank you so much!