There is no range function in Make.
Do not trust AI suggestions with it comes to Make, as they are not trained on using the Make platform. If you Google it, looks like range()
is a Python function instead.
If you want to do “chunking” — processing an array of items in batches, see A Better Solution for "How to group bundles in X amount of bundles" (Chunking Arrays)
Alternatively, use this module, How to send multiple inline keyboard buttons in a single Telegram Bot message (in multiple rows) with dynamic data? - #5 by samliew
Hope this helps! Let me know if there are any further questions or issues.
— @samliew