Hi All,
I'm having problems with creating a Powerapps Gallary that is using the search function while having my data from a Dataverse view.
It works fine if I just type the Dataverse table, but when I try and add the view I only get errors. 😞
Code example for the gallary items:
Search('DB NAME (Views)'.'VIEW NAME',TextSearchBox1.Text,"TABLE COLUMN NAME","TABLE COLUMN NAME")
Does anyone know if it's even possible to have a Gallery with search function and Dataverse view as the source? 🙂
Thanks in advance 🙂
Solved! Go to Solution.
Search(
Filter(
'DB NAME','DB NAME (Views)'.'VIEW NAME'
),TextSearchBox1.Text,"TABLE COLUMN NAME","TABLE COLUMN NAME"
)
Search(
Filter(
'DB NAME','DB NAME (Views)'.'VIEW NAME'
),TextSearchBox1.Text,"TABLE COLUMN NAME","TABLE COLUMN NAME"
)
User | Count |
---|---|
256 | |
111 | |
95 | |
48 | |
40 |