learn-onyx icon indicating copy to clipboard operation
learn-onyx copied to clipboard

Clarify function structure instructions

Open WaygoneWilco opened this issue 7 years ago • 0 comments

I ran into the problem of creating functions that dealt with collections, since the example uses a collection for testing. It was lost on me that onyx automatically breaks the input into single item segments, so I wrote my functions to try to map over that collection. Ironically, this actually returned a collection of things, so the future Onyx functions were able to actually map, but this broke the test.

WaygoneWilco avatar Jan 16 '18 18:01 WaygoneWilco