web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Find leading words in ...
Power Apps
Unanswered

Find leading words in a string in a calculated field in a Dataverse table

(0) ShareShare
ReportReport
Posted on by 48

I need to check book titles to determine whether they start with "The " or "A ".

It seems impossible. I can find "The" and "A", but that includes other words, such as "Theory" or "Access", which I don't want. 

Is it possible to use TrimLeft to find "The " or "A "? If not, what workarounds are available.

 

This will result in a sortable field that doesn't put all of the titles that start with "A " at the top and "The " together in latter part of the list. 

 

 

I have the same question (0)
  • AhmedSalih Profile Picture
    6,680 Moderator on at

    @gpgeorge, are you using the StartsWith( Text, StartText )?

  • gpgeorge Profile Picture
    48 on at

    I didn't see that option. I'll look again, though, thanks.

     

    The option I did see in the calculated field editor was "BeginsWith", which doesn't accept the trailing spaces.

  • gpgeorge Profile Picture
    48 on at

    This is what I can see in the Calculated Field editor. 

    gpgeorge_0-1656693557344.png

    Note that if I try to include a trailing space after The, I either get a syntax error or it is trimmed off. 

    gpgeorge_1-1656693710274.png

     

  • AhmedSalih Profile Picture
    6,680 Moderator on at

    @gpgeorge, Okey, a work around will be using a Power Automate Flow that is triggered when Dataverse record is Added, Modified, and use this expression to update the value of a Text Column in your table:

     

    Or(startsWith(variables('varString'),'The '),startsWith(variables('varString'),'A '))

     

    Note, the result of this formula is true or false. If it starts with "The " or "A ", it will give you true, else it will give you false.

     

     

    Regards,
    Ahmed
    If my reply helped you, please give a 👍. And if it has solved your issue, please consider Accept it as the Solution to help other members in the community find it more.

  • gpgeorge Profile Picture
    48 on at

    Thank you, I was resigned to a work-around. I will try this and report back on how it works out.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard