Skip to content

Commit c2f120d

Browse files
authored
Update types-of-fields.md
Fixed note tagging
1 parent a7fa024 commit c2f120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/data-platform/types-of-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Use floating point numbers when you store data that represents fractions or valu
135135

136136
Big Integers (or BigInt) are large numbers with a max value of 9,223,372,036,854,775,807. It is used to store very large numbers that exceed the capabilities of Whole Number and Decimal. Some uses for this include storage of time stamp values and as unique IDs, as well as numbers larger than 100 billion.
137137

138-
[NOTE!] BigInt is currently only available for use through API. This includes column creation, data creation and data management. Maker portal support for BigInt column creation will be available soon. The ability to view and use BigInt columns within apps is a future feature.
138+
[!NOTE] BigInt is currently only available for use through API. This includes column creation, data creation and data management. Maker portal support for BigInt column creation will be available soon. The ability to view and use BigInt columns within apps is a future feature.
139139

140140

141141
<a name="BKMK_UsingCurrencyFields"></a>

0 commit comments

Comments
 (0)