Stream ๐Ÿš€


Stream is a new return type of Query All Records that is used exclusively with For Each Loops. Stream retrieves database records in a memory-friendly way to be used in your For Each Loop. This new feature is especially useful when using large datasets that would normally require recursive function stacks.

Other
2 replies