Skip to main content
Solved

Methods supported in Unroll Function

  • March 11, 2025
  • 7 replies
  • 21 views

Does the unroll function support any other methods than split() ?

Please give me your examples 🙂

Best answer by Jon Rust

Its not so much a "method" that it supports, but rather that you need to supply it an array. Each member of the array is then used to spawn a new event.

7 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • Answer
  • March 11, 2025

Its not so much a "method" that it supports, but rather that you need to supply it an array. Each member of the array is then used to spawn a new event.


  • Author
  • Employee
  • March 11, 2025

Im curious if theres another JavaScript method other than split() you could use in the "Source field expression".


Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

You can supply any JS there that results in an array. That could be a field that is an array, or it could be a method calling a field that results in an array (like split())


  • Author
  • Employee
  • March 11, 2025

Can you think of another method other than split? I was hoping to get an example, with the data structure.


Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

I think were going about this from the wrong angle. What does your data look like, and what are you trying to do with it?


  • Author
  • Employee
  • March 11, 2025

Im just curious – searching for information.


  • Participating Frequently
  • March 11, 2025

i see what you did there
😉