I use http to get data in json with a few long strings. The response is as below
This shows the size of the data and the received array.
There are two fields that are long strings and these are html as below
The problem I am facing is that I am unable to use this in any subsequent module such as Iterator or even parse json. When I try to map this array in subsequent modules, it doesn’t accept it.
What could be the issue ? Size ?
When you see array, use Iterator.
For more information, see Mapping with Arrays below. I also recommend doing the Make Academy.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
General
Help Center Basics
Articles & Videos
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
Thanks. I figured it out. There was this temporary issue in the browser. I just refreshed it and its working fine.
2 Likes