Hello,
With the API custom with a filterbyformula, I would like to collect all record, corresponding to my needs, from two differents fields.
“Conversation?filterByFormula=%7Bexpediteur%7D%20%3D%20%27${user.email}%27”
Like, in this case i would like to get all records into “expediteur” field where {user.email} corresponding. But now in my case, I would like the same but into two fields. (expediteur & destinataire) is it possible ? And how to write that ? Thanks you