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

Select lists with request data in deeply nested structures are not working #246

Open
danloa opened this issue Jan 11, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@danloa
Copy link
Contributor

danloa commented Jan 11, 2021

Steps to reproduce:

  • Create a screen and add a SelectList

  • Configure the screen as in the following capture:
    image

  • To to preview and use for Data Input the JSON structure at the end of this ticket
    Result: the Select List is not filled correctly. Itemas are added but the content and value properties are empty.

{
    "response": {
        "data": [
            {
                "id": 1,
                "data": {
                    "Codigo": "1",
                    "Nombre": "Perro",
                    "Especie": "Canis Familiaris"
                }
            },
            {
                "id": 2,
                "data": {
                    "Codigo": "2",
                    "Nombre": "Gato",
                    "Especie": "Catus"
                }
            },
            {
                "id": 3,
                "data": {
                    "Codigo": "3",
                    "Nombre": "Conejo",
                    "Especie": "Lepus"
                }
            }
        ]
    }
}

@danloa danloa added the bug Something isn't working label Jan 11, 2021
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
None yet
Development

No branches or pull requests

1 participant