Forum Replies Created

  • mahesh-chavan1997

    Member
    September 2, 2024 at 6:22 am in reply to: Parse error: “limit” in function

    limit error usually occurs when you try to create a list greater than 2 Billion items or object with size greater than 2GB.

    As you said you are loading and processing the data you can divide the data into chunks and then process it. It might help.