-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Issue tracker is ONLY used for reporting bugs. New feature suggestions and questions should be discussed on Community or submitted through our user feedback form.
Your issue may already be reported! Please search in the issue tracker before creating one.
Please thumbs up this issue if you have also experienced it. You may also add more information if there is something relevant that was not mentioned. However, please refrain from comments that are not constructive, like "I have this problem too", etc.
Expected behavior (required)
Send request as an Array.
Current behavior (required)
Even when the List option is set to True it still sends it as an single value and not as a list/array.
To Reproduce (required)
- Version of FlutterFlow used: 3.0
- Platform: Web
- Browser name and version: Chrome Latest Version
- Operating system and version: Desktop
There is a bug when trying to submit an API POST request using x-www-form-urlencoded and trying to submit a variable as an array. Whether "Is List" option is set to True or not that request is still submitted as a value not an array as intended. Pictures below.


