Good afternoon guys. I am trying to generate a flow in which I get the data from a gallery (which joins two databases) to an existing excel table. I was able to generate a collection from the table, start using the JSON format. But I'm not very familiar with power automate.
in the onselect function of a button I have:
Clear(listaprueba);;ForAll(Gallery8_1.AllItems;Collect(listaprueba;
{ Punto:ThisRecord.Value;
largo:ThisRecord.mcubicos.Largo;
alto:ThisRecord.mcubicos.Alto;
ancho:ThisRecord.mcubicos.Ancho;
diametro:ThisRecord.maislacion.DIAMETRO;
M3DINFIF:If(ThisRecord.mcubicos.Dificultad=false;Value(ThisRecord.mcubicos.M3;"en-US");0);
M3CONFIF:If(ThisRecord.mcubicos.Dificultad=true;Value(ThisRecord.mcubicos.M3;"en-US");0)
}));;exportaraexcel.Run(JSON(listaprueba))
and the flow I'm trying to do:
and when using the output for some column like for example "plant", it fills the column with all the data.
I don't know how to fill the existing table, or if I'm taking the wrong path
I really appreciate your time. Many of your contributions helped me get started in powerapps.
Greetings!

Report
All responses (
Answers (