I have this "CEP" collection that stores a lot of data
Data from this collection is being shown in a gallery.
I would like this data from either the collection or the Gallery to be sent to a sharepoint or excel. How do I do?
Collect(CEP;
{Data: Data.Text;
Agencia:Agencia.Text;
Pesquisador: Pesquisador.Text;
Registro:TextInput1.Text});;
Reset(TextInput1);;If(ValorAnterior <> TextInput1.Text;
UpdateContext({ContagemMudancas: ContagemMudancas + 1});
Set(ValorAnterior; TextInput1.Text)
)

Report
All responses (
Answers (