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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Answered

Show picture

(0) ShareShare
ReportReport
Posted on by 82

Hello,
I would need help. If I enter text into TextInput, which will be the letter E at the 30th position, then the image on page 1 will be displayed

 

I have this on my scanner app..
If(Mid(Last(Self.Barcodes).Value; 30; 1) = "E";Navigate(Screen3)

I need the same for text input

 

Thanks

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    153,472 Most Valuable Professional on at

    @gabkis ,

    You should just need to replace

    Last(Self.Barcodes).Value

    with your Text Input

     

    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

  • gabkis Profile Picture
    82 on at
    Hello,
    Doesnt work
    If(Mid(Last(TextInput1).Value; 30; 1) = "E";Navigate(Screen2)
     
    gabkis_0-1709286276096.png

     

  • Verified answer
    WarrenBelz Profile Picture
    153,472 Most Valuable Professional on at

    @gabkis ,

    Try

    If(
     Mid(TextInput1.Text; 30; 1) = "E";
     Navigate(Screen2)
    )

     

    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

  • gabkis Profile Picture
    82 on at

    Working thanks 🙂

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard