Hi everyone,
I’m currently trying to set up a search bar feature on my platform and I’m stuck.
What I want to achieve:
Users can type keywords into a search bar (which is an input), click a “Search” button, and then be redirected to a results page displaying a Repeating Group (RG) with posts containing those same keywords.
For example:
If a user types “painful periods”, the results page should display posts that contain “painful periods” in their content.
Here’s how I set it up:
-
Input field for keywords
-
“Search” button
-
Workflow redirects to a results page
-
The results page has a Repeating Group
-
The RG data source uses
Do a search for -
I’m using
Get data from page URLto pass the search term
The problem:
In preview mode, nothing appears in the Repeating Group. No results at all.
I’m attaching screenshots of:
-
The “Search” button workflow
-
The results page
-
The Repeating Group settings
-
The
search_queryconfiguration -
The
Get data from page URLsetup -
workflow when a post is create
I suspect the issue is coming from how I configured the search_query or the Get data from page URL, but I can’t figure out what’s wrong.
If anyone could help or point me in the right direction, I’d really appreciate it ![]()
Let me know if you need more details about my database structure.
Thanks in advance!





