willian.eti.br
Todos os artigos
How rewrite an array of objects in AppGyver
Foto por Pankaj Patel · Unsplash · Unsplash License
appgyver

How rewrite an array of objects in AppGyver

Willian Silva··1 min de leitura

Check here if you need to rewrite an array of objects in AppGyver APP using formula.

First of all you will need read the array of objects using MAP funcition, inside formula.

Then use this fórmula:

MAP<index , value>(data.especialidadeList, {"value": STRING(value.id), "label": value.especialidade })

Tags

appgyver