I have two select fields in Notion, "Reqs Status" and "Figma Status". I want to create a formula that says if the content of both of these fields is "Ready" that the formula field should display "Ready for Development." I tried the following:
if (prop("Reqs Status") == "Ready" and prop("Figma Status") =="Ready", "Ready for Development")
However, Notion says: "Too few arguments in function if"