Open Vidushi-Gupta opened 1 year ago
I was able to reproduce this. In my test, it happens when the first value is null
Number of users in 6m: 2401. Estimated reach percentage: 5%
Stat | Values |
---|---|
Reach | 120 |
Effort (months) | 0.5 |
checked on 15 Aug 2023, still reproducible. But keeping the priority as Low considering this looks like a rare use case.
Is there an existing issue for this?
Description
If values in a google sheet column start with
null
, the API returns null values for all the rowsFor example: The values of a column start with
null
in the column 'Medium' The API returns the following:The expected response should be:
[ { "Medium": "", "rowIndex": 0 }, { "Medium": "direct", "rowIndex": 1 }, { "Medium": "direct_mail", "rowIndex": 2 }, { "Medium": "display", "rowIndex": 3 },
Steps To Reproduce
null
Fetch Many
operation, fetch the values of the columnPublic Sample App
No response
Issue video log
No response
Version
Cloud - v1.8.16-SNAPSHOT