Hello good afternoon.
I hope you can help me I have two lists in sharepoint, one with users and another with the accessories data, the accessories list extracts information from the user list (email, name, location) by means of a lookup of the RID column of the list of accessories to know who has that accessory.
I have a nested filter that looks for the serial number and the control number of the accessory but I can't make it also filter by name or email, I hope you can help me, the error is attached.
Formula:
Filter (Inventory, StartsWith ('Serialnumber', TextSearchBox1.Text), StartsWith (ControlNumber, TextSearchBox2.Text), StartsWith ('RID', TextSearchBox3.Text))
Regards