I'm trying to import excel data into power apps. I already made the connection from excel to power apps. Below is the code.
Patch(CadastrarEquipamento;Defaults(CadastrarEquipamento);{
ID: Max(CadastrarEquipamento;ID)+1;
Local: "Copa";
Equipamento: "Ar condicionado";
Codigo: "sdffdsf"
})
the Max command does not work.
what is the correct way to import data from excel to power apps?

Report
All responses (
Answers (