Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid deep keys number parsing #1852

Closed
baptisteArno opened this issue Oct 21, 2024 · 0 comments
Closed

Invalid deep keys number parsing #1852

baptisteArno opened this issue Oct 21, 2024 · 0 comments
Labels
Bug 🐛 Something isn't working

Comments

@baptisteArno
Copy link
Owner

Sample Return from the API:
{
"statusCode": 200,
"data": {
"75001": {
"zipcode": "75001",
"cities": [
"PARIS-01",
"PARIS-1ER-ARRONDISSEMENT"
]
}
}
}

Save in Variables:
data.75001.cities
as "cities"

Result: Nothing saves in "cities"

@baptisteArno baptisteArno added the Bug 🐛 Something isn't working label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Something isn't working
Projects
Status: Deployed 🎉
Development

No branches or pull requests

1 participant