REST-API return results based on forms search box values

I am just starting with Retools and I am trying to build a form where users can enter values for example "movie title" contains or is equal to "Alien" as an example into a search box on a form.

This would pull all related information e.g. "Release year" into a table.

API Source = https://api.themoviedb.org/3/movie/popular?api_key=xxxxxx/

Any pointers would be great :wink:

Have you read any of the docs?
https://docs.retool.com/docs/quickstart

Yep although I was using the wrong base URL from movieDB which did not help:
Using the below details helped me resolve part of this question:

The Movie Database API (themoviedb.org)

https://docs.retool.com/docs/api-requests

Just need to see if I can add more than just the "movie title" into the API Query... more reading me thinks

Hey @spawn-ian! Do you have any remaining questions I can help with? :slight_smile: