I got a gallery which connected sharepoint datasource called "PO Database"
I added to the gallery a text label "Title1_542" which is a look up from an SQL table (working fine)
I would like to filter the "PO database" using this lookup field by a text input field called "TextInput2"
Filter('PO Database', Title1_542.Text = TextInput2.Text)
It gives me a circular reference error.
Please could you advise how I could do it?
Thank you
Filter('PO Database', Title1_542.Text = TextInput2.Text)
It gives me a circular reference error.