Notifications
Announcements
startswith(fieldname, "HiringNumber6")
Change it to: startswith(fieldname, "HiringNumber6-")
startswith(fieldname, "HiringNumber6-")
This will pull all records like HiringNumber6-1, HiringNumber6-2, HiringNumber6-10, etc.
The startswith() function matches character-by-character, so including the hyphen captures all the variants you need.
startswith()
If you also want records with just "HiringNumber6" (no hyphen), use:
startswith(fieldname, "HiringNumber6-") or fieldname eq 'HiringNumber6'
Give it a try and let me know how it works.
Just wanted to check in and see if everything is working now. If you still need any help, feel free to let me know.
Also, if the issue is resolved, it would be great if you could mark the answer as solved so others with the same question can find it easily.
Thanks and have a great day!
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
trice602 248 Super User 2026 Season 1
David_MA 207 Super User 2026 Season 1
Power Platform 1919 101 Super User 2026 Season 1