I have a Repeating Group (RG) that displays posts from the DummyJSON API. I want the number of rows in the RG to be controlled dynamically by an Input field (e.g., “Rows per Page”).
I’ve set up my API call in API Connector with a parameter limit. I initialized it with a number, and now I want to pass the Input’s value to this limit parameter in the RG’s data source.
Problem: When I try to set the RG’s data source as Get DummyJSON Posts's limit = Input Rows per Page's value, Bubble does not allow me to insert the dynamic input value—it only shows the static initialized number.
What I’ve tried:
Made sure the Input’s content format is Number
Initialized the API with limit = 0
Tried using workflows to refresh the RG
I want the RG to update automatically based on the Input value. How can I correctly connect an Input element to a dynamic API parameter in Bubble?