Filter('Motor Data Stage 1',StartsWith('MOTOR NAME',TextInput1.Text))
Filter('Motor Data Stage 1',StartsWith(Title2,TextInput1.Text))
I am using this filter option in Text Input box. Motor Data Stage 1 - name of the table in Sharepoint where data is stored.
MOTOR NAME or Title2 is the variable which is to be searched depending on the input in TextInput1.
Error displayed : this rule creates a circular reference between properties which is not allowed powerapps.
Both the above formula are returning error.