Array functions in Make.com - Slice

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 2

  • @ChandrikaShenoy-n2g
    @ChandrikaShenoy-n2g 11 месяцев назад +1

    How can I use the slice command to get data in batches? For example say I have a repeater that runs on an array and returns bundles in batches of 6. How can I use the slice command to retrieve each batch?

    • @BeyondAutomationWithAlex
      @BeyondAutomationWithAlex  10 месяцев назад

      You need to use a repeater value to calculate the slice "size" For example Repeater set with initial value 0, then you can use slice(array;repeater.value;repeater.value+6)