Is there a way to use filterbyformula to filter with two options from the same column?
I have successfully retrieved all my records and now I want to be able to filter by 2 values from the same column.
This is what I have so far filterByFormula: AND( {ID} = {Extension}, {Type} = 'Type A'). I want to also include Type C in this filter so it shows both Type A and Type C. I cannot find the documentation to do this.
Please advise. Thank you.