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

Report
All responses (
Answers (