Limit of items for an Array input

Hi Make,

I’m trying to understand if there’s any limitation of items that can be passed in an Array input in a Scenario.

Is there maybe some limitation by the number of items? Or even by the total amount of characters?

Thank you in advance,
Andrés

Welcome to the Make community!

Make uses JavaScript (programming language).

According to some sources, the maximum length of a JavaScript array is 4,294,967,295 elements.

You are more likely to run into an out of memory error before you run out of array elements.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!