Hi @Aram_Zadikian, this is something on the roadmap for the API. The workaround is to do the filtering on the target table where you are pushing rows to since listRows
only takes one query param. See this thread for some more detail: CodaPHP: A library to easily use Coda API - #14 by Al_Chen_Coda
Another option is to create the view in your source doc and then retrieve the rows from that view only (this API feature was just released a few days ago).