-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
status: needs triageA potential issue that has not been confirmed as a bug.A potential issue that has not been confirmed as a bug.
Description
Has your issue been reported?
- I have searched the existing issues and confirm it has not been reported.
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
ListView doesnt allow to use an API-CALL response in a custom function to pass it to "generate children"
Expected Behavior
The generate children should allow to use api response in a custom function
Steps to Reproduce
- create a blank project
- add a page
- add a listView widget and make an api call (using backend query)
- in generate children section, try to use a custom function that take the "Apicall response" as param
- you will see that you cannot pass the api call response as param
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT40zsnf25NPmMMA7aqNcsJV+T45JjM2beY71+traCotCLbkOpgcf/fOYkRWXdTjdGxUfU2gmWoW0+DFhvPAVsdcCzqsGd16yLoBVDrzeD+5VYSyFJWve3R5Bf1Qf1Sc56TYmxMmA7ZfLFY+wU6uBuSQfBHqQJzyCkQ8Da/LZO4=
Context
Can not transform the api response (using a custom function) to display items in listview
Visual documentation
Additional Info
When you inspect the project, this is the only error
Environment
- FlutterFlow version: 4.0
- Platform: Web
- Browser name and version: Chrome 117.0.5938.92
- Operating system and version affected: Win11Metadata
Metadata
Assignees
Labels
status: needs triageA potential issue that has not been confirmed as a bug.A potential issue that has not been confirmed as a bug.

