Announcements
Hi!
I'm still learning, so please be gentle... I'm trying to have the current selected item label disappear when creating a new record. I've tried like 10 different things to no avail. Any assistance is much appreciated! Thank you!
Hello, @apettit, In the Visible property of the Label, use this: Form1.Mode<>FormMode.New
Replace Form1 with your EditForm Control Name.
If my reply helped you, please give a 👍 If it solved your issue, please give a 👍 & accept it as the Solution to help other community members find it more.
Visit my Blog: ahmedsalih.blog
Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos
Microsoft Business Application MVP
@AhmedSalih That worked.. new problem, if you don't mind?
The search bar is only letting me search First Name "Title" and if I type a user's Last Name it won't populate. What I have written is: Search([@'LTS and Student Teachers'], SearchInput1.Text, "Title"). Also, the warning is telling me that "Delegation Warning. The "Search" part of this formula might not work correctly on large data sets", which they might get to be. Is there a better way to write it? Thank you!
@apettit, Search function is only delegable with Dataverse.
Understood. Is there a better way to do it?
@apettit, Are you using SharePoint.
Yes, this is based off a SharePoint list.
@apettit, then you can use the ClearCollect and the Filter function to filter out a subset of the data that you need to Search in. Then use the Search function with your collection.
I ended up using this and got it to work! Thank you for your support!Filter([@'LTS and Student Teachers'],StartsWith('Title', SearchInput1.Text) ||StartsWith('Last Name', SearchInput1.Text))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 402 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 296 Most Valuable Professional