Data Table with API Call Error.

Resolved

Hi!
I'm trying to display the response data of "https://jsonplaceholder.typicode.com/posts" in the DataTable, but the following error message is displayed in the DataTable. What should I do to get rid of the error?
"Data Table Config
Data Table rows must be generated dynamically."

Procedure:
1)Define API Call(GET method with above URL,API Name is "Get Posts")
2)Select Response&Test Tab
3)Push "Test API Call" Button
4)Add JSON Path with "$[:].title","$[:].body","$",
5)Put Data Table Widget
6)Select Data Table Widget
7)Select "Backend Query"->"Add Query"->"API Call"->"Get Posts"
8)Select "Generate Dynamic Children"
9) Input "Items" for Variable Name
10) Set Value to "Get Posts Response"->JSON Path is "$"

Enviroment is below:
FlutterFlow v4.0 - Flutter 3.13.7
on Windows App

1 reply