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 / Split Function Help us...
Power Apps
Answered

Split Function Help using comma delimiter

(0) ShareShare
ReportReport
Posted on by 1,151

Hi All

I have read the Split function documentation an tried the examples but i can't get it to work 😞

i have a Textinput with the following:

 

Default=BingMaps.GetLocationByPoint(Latitude1,Longitude1).name

 

this is hidden to be entered in to SharePoint list

But for the user i would like to show the address e.g.

70 Harvest Road, Sandwell, B67 6NH

as

70 Harvest Road,

Sandwell,

B67 6NH

In a label

I have tried
Split(Text(BingMaps.GetLocationByPoint(Latitude1,Longitude1).name, ",")) 

Split(Text(BingMaps.GetLocationByPoint(Latitude1,Longitude1).name), "[$-en-GB],")

It seems my issue is that he textinput is actually a table

Help Gratefully received 🙂
Gary

Categories:
I have the same question (0)
  • Verified answer
    KrishnaV Profile Picture
    5,023 on at

    Hi @gazzo1967 ,

     

    Try the below steps to address your issue:

    1. Create an HTML Input label on the screen (instead of the regular label)
    2. Use the below formulate to split the address and show it as a table

     

    Concat(Split(BingMaps.GetLocationByPoint(Location.Latitude,Location.Longitude).name,","),Concatenate(Text(Result),"<br>"))​


    split.png

     

    I hope this resolved your issue if you see any challenge let me know I am always happy to help.

     

    Regards,

    Krishna
    If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard