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 Apps
Answered

Text analyst

(0) ShareShare
ReportReport
Posted on by

I'm trying to create an app and I'm facing the following problem.
I first scan a QR code, from which I get information separated by punctuation marks:
Title1,Information1;Title2,Information2;Title3,Information3;
With this information I want to fill in several information boxes in which the title is already (coincides in both). In other words, I want you to fill in the Title1 box with the Information1.
Could you help me with this problem of how to analyze a complete text?
Thank you

Categories:
I have the same question (0)
  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Jebelsan ,

    Do you want to fill in information to corresponding textinput controls by using a long text?

    If so, I've made a similar test for your reference:

    1)insert a lable named Label1

    set it Text: 

    "Title1,Information1;Title2,Information2;Title3,Information3;"

    2)insert 3 lables named  Label2, Label3, Label4

    insert 3 textinputs named textinput1,textinput2,textinput3

    Set Lable2's Text: "Title1"

    Set textinput1's Default: 

    Replace(LookUp(Split(Label1.Text,";"),Label2.Text in Result,Result),1,7,"")

    Set Lable3's Text: "Title2"

    Set textinput2's Default: 

    Replace(LookUp(Split(Label1.Text,";"),Label3.Text in Result,Result),1,7,"")

    Set Lable4's Text: "Title3"

    Set textinput3's Default: 

    Replace(LookUp(Split(Label1.Text,";"),Label4.Text in Result,Result),1,7,"")

     

    Then, the corresponding textinput controls will be filled in corresponding information.913.PNG

     

     

    Best regards,

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 977

#2
Valantis Profile Picture

Valantis 664

#3
11manish Profile Picture

11manish 530

Last 30 days Overall leaderboard