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 / "("is taking as closed...
Power Apps
Answered

"("is taking as closed bracket rather than text in find function.

(0) ShareShare
ReportReport
Posted on by 59

Hi,
I have the formula in my power apps in text lable as 

Mid("nara radh (Z8888)", 1, Find("(", "n radh (Z8888)" - 2))
here power apps is taking "(" in Find function as closed bracket ,it is taking as text here.
please do help me in this

Thanks in Advance.
Categories:
I have the same question (0)
  • Verified answer
    Daniel Bocklandt Profile Picture
    5,151 Super User 2026 Season 1 on at

    Hello @Radhika123 ,

     

    can you try this?

    Mid("nara radh (Z8888)", 1, Find("(", "n radh (Z8888)") - 2)

     

    let me know if it worked.

     

     

  • rzuber Profile Picture
    552 Moderator on at

    Your syntax isn't correct.

    Mid("nara radh (Z8888)", 1, Find("(", "n radh (Z8888)") - 2)

    would at least give us the proper syntax.

     

    This returns a text of: nara r

     

    Why does it return nara r?

    Find("(", "n radh (Z8888)")

    returns a position of 8 because the "(" is in the 8th position in the text.

     

    When you add - 2, the 8 becomes 6.

     

    Now your formula becomes

    Mid("nara radh (Z8888)", 1, 6)

    and returns nara r because you told it to start at 1 and return 6 characters.

  • Daniel Bocklandt Profile Picture
    5,151 Super User 2026 Season 1 on at

    hey @rzuber

     

    nice work. I think the goal would be here to keep it dynamic. Hardcoding it wouldn't make any sense here since then you could simply write "nara r". This would have the same effect but use less resources. 

    The text strings will probably be replaced with a datasource or a text controll. 

     

    Keep up the great work. 

     

  • Radhika123 Profile Picture
    59 on at

    Hi @rzuber 
    Thanks for the reply.
    Apologies , like you said the formula is incorrect it's like
    Mid("n radh (Z8888)", 1, Find("(", "n radh (Z8888") - 2)

    Actually i need to get "n radh" from that text.

  • Daniel Bocklandt Profile Picture
    5,151 Super User 2026 Season 1 on at

    This should do the trick. 

    Mid("n radh (Z8888)", 1, Find("(", "n radh (Z8888)") - 2)

     

     

  • Radhika123 Profile Picture
    59 on at

    Hi @DBO_DV 
    It worked , Thanks.

     

  • rzuber Profile Picture
    552 Moderator on at

    @DBO_DV The OP asked for "help", so I explained how the functions work, hoping they would be able to figure that out for themselves.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard