List row look up issue

I have a http module set up in zapier to look up a record based on a specific column . see example

https://api.baserow.io/api/database/rows/table/361020/?filter__field_2703929__equal=nathaliac&page=1&page_size=1

I’m trying to get just 1 record, but the issue is it outputs 2 records instead…

What am I missing or doing wrong here?

@frederikdc could you please help with this automation?

Hi @ryanpprojects ,

Can you replace the parameter page_size with size

https://api.baserow.io/api/database/rows/table/361020/?filter__field_2703929__equal=nathaliac&size=1