@Anonymous ,
You have another issue somewhere as this certainly allows all items to show on a StartsWith() filter - also please post any code in Text. What you have here: -
Filter(
'TeBS Asset',
StartsWith(
'Item Serial Number',
txt_search_scr_infro_assign_asset_1.Text
) ||
StartsWith(
'Item RAM',
txt_search_scr_infra_assign_asset_l.Text
)
)
will show all of the data in 'TeBS Asset' if
- Both 'Item Serial Number' and 'Item RAM' are Text fields
- You have the Default of txt_search_scr_infra_assign_asset_1 as ""
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps