Announcements
'Type' is an unknown or unsupported function. Name isn't valid. 'Text' isn't recognized. Unknown type LibraryType.
Library = [ { Title: "The Hobbit", Author: "J. R. R. Tolkien", Genre: "Fiction" }, { Title: "Oxford English Dictionary", Author: "Oxford University", Genre: "Reference" } ]; LibraryType := Type( [ { Title: Text, Author: Text, Genre: Text } ] ); LibraryGenre( SelectedGenre: Text ): LibraryType = Filter( Library, Genre = SelectedGenre );
Yes, to use the Type() function and define custom data structures in App, you need to enable the User-defined types feature.
How to enable it:
#1.Open your app.
#2. Go to Settings > Upcoming features > Experimental (or Preview)
#3.Turn on: User-defined types
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290