Hello, I am trying to search for a created column called "Usuario", but when adding it I get an error. How can I do that search?
Thank you very much.
AddColumns(
Search(
tbcliente;
txtbuscar_cliente.Text;
"idcliente";
"cliente";
"ruc";
"idusuario"
) As buscarclientes;
"Usuario";
LookUp(
tbusuario;
idusuario = buscarclientes[@idusuario]
).usuario
)
Solved! Go to Solution.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |