Form input as query parameter

Hi everyone,

I’m currently facing a challenge and could use some advice on how to solve the following problem:

  1. A visitor enters a term into a search bar or input form.
  2. I want to use this input to query a REST API and display the results in a Softr list block.

The main issue is: How can I pass the form input as a query parameter to the REST API within the list block?

I have some potential solutions in mind for registered users, but I want to make this feature available to everyone, including visitors who are not logged in.

Any suggestions or ideas would be greatly appreciated!

Thanks in advance!