Pregunta

I have used datatable in powerapps and i used search function using textinputbox.In the search function, when i am trying to set the field name it is showing error.(more info:for the field names i have used relationships such as project.name).

No hay solución correcta

Otros consejos

You can search in database using simple queries.

Set Gallery Items property with similar to that formula: Search(DatabaseName, InputText.Text, ColumnName)

Licenciado bajo: CC-BY-SA con atribución
scroll top