Getting the error; Please use a numerically indexed array.

Options
qb
qb Member
edited September 2023 in ? Transforming data

I've created a 'for each' loop to change the format of my timestamp. However, when I run it, I receive the error message 'Please use a numerically indexed array.'

Does anyone know what I'm doing wrong?

https://www.loom.com/share/3eedaf9c07b045cea31aca66ca7dcb8f?sid=c76a692d-8260-433e-9813-a28d5eaa7a8d

Answers

  • arturosanz
    arturosanz Member ✭✭
    Options

    GetRecordFrom function returns only one record, so the first loop expeditions makes no sense. The second loop is ok. The third loop might be problematic because you configured the add on to return the data as self instead of as sessions. Next time show the debugger tab too, to see the specific step it stopped in the function stack.