which type of data can we store in a variable if we set its data Type to "Text" ?
Hi there,
Please take time to read the documentation, where is properly explained the platform data types:https://success.outsystems.com/documentation/11/reference/outsystems_language/data/data_types/
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/data_types/available_data_types/
Find them here and their related documentation.
Hope it helps.
Hi Bilal,
We can store string or sequence of characters in a text data type. we represent string in double inverted comma.
For example: " My Name is rahul.", "123xyz" etc.
Hope this help
Thanks
Hi Muhammad Bilal,
We can store Integer, Decimal, Boolean, Currency, Phone Number, Email, Entity Identifier(Integer), Entity Identifier(Text)
Thanks,
Ramesh