Filter API Results in Repeating group

Hi, I was able to populate a repeating group with results of en OMDb API Call, using the API as type: Data and to set this as the repeating group datasource

I have a url query parameter called title. To search for title. Above the Repeating group I have an input field to put in a title. When I push the button I want to refresh the data in the Repeating Group by showing only the results with matching title.

How should I do this? I am not able to bind the value of the input field to the API Query Parameter. Should I change my API to type = Action?

Thanks for help?

Hey @FJP,

In your API connector, your title parameter should have a checkbox labeled Private. If you uncheck that, you will then be able to dynamically set its value using the input field above your repeating group.

1 Like