Hi Guys!
I have a collectio below built. I have a gallery called "Gallery3" and in this gallery line have two "TextInput": one "TextInput" called "AprovadorTXT" set with "ThisItem.AprovadorTXT" and another one called "StatusTXT" set with ThisItem.StatusTXT (the same name in my collection.
My problem is: when I click in the button where the collectios below is set in the "On select" property, the datas don't be in the same gallery line. Appears information in the textinput "AprovadorTXT" in one line and the information "StatusTXT" in the line below in the Gallery instead of appears in the same line in these text input.
After this I would like to add another button to send theses two fields information to Sharepoint columns called the same name of these two textinput "AprovadorTXT"and "StatusTXT". Ho formula can I use? Patch and collect?
Collect(
col_gallery;
{AprovadorTXT: Campo_texto_A.Text};
{StatusTXT: Campo_texto_B.Text}
);;
Reset(Campo_texto_A);;
Reset(Campo_texto_B)