Skip to content

Commit 10d5c88

Browse files
committed
Styling
1 parent 8b0377d commit 10d5c88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/developer/component-framework/issues-and-workarounds.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ Here are some common issues that you might come across while using the Power App
9393

9494
***Expected Behavior***
9595

96-
```TypeScript
97-
long = dataSet.records[currentRecordId].getValue("Longitude") //based on property set in manifest"-122.3514661"
98-
```
96+
```TypeScript
97+
long = dataSet.records[currentRecordId].getValue("Longitude") //based on property set in manifest"-122.3514661"
98+
```
9999

100100
***Current Workaround***
101101

102-
```TypeScript
103-
lat = dataSet.records[currentRecordId].getValue("Address_x0020_1_x003a__x0020_Latitude")//based on the dataset column name
104-
```
102+
```TypeScript
103+
lat = dataSet.records[currentRecordId].getValue("Address_x0020_1_x003a__x0020_Latitude")//based on the dataset column name
104+
```
105105

106106
6. **Power Apps component framework Datasets SharePoint issue**
107107

0 commit comments

Comments
 (0)