Hi,
I would like a help!
I have a screen that saves various data in a list "MastrizPlanejamentoList", according to code below:
Patch (
MatrizPlanejamentoList,
{
TÃtulo: TextInput1_3.Text,
DescricaoDetalhada: TextInput1_4.Text,
Tema: TextTema.Text,
QuestaoFiscal: Gallery4_1.Selected.TÃtulo
}
)
This same screen has two nested galleries, Gallery6 nested with Gallery4_1, Gallery4_1 allows selection through CheckBox.
I would like the information selecteds to be saved to the "MatrizPlanejamentoList" by replicating the items already being saved in the code above along with the information from Gallery4_1 and Gallery6, always on different rows.
