Filter rows from dataset

Hi,

My dataset has multiple columns on which I would like to apply a filter. The value for the filter on the columns comes as a URL parameter. As an example: my.api.mockaroo.com/users.json?gender=Male&key=<my key>
It should return only the rows of the dataset that match this parameter.

Any idea how I can apply filtering to the returned results?

@robbert.teriele link is not working

It is not supposed to work, just showing how I want my URL to look like, and take the parameter ‘gender’