Error with populating List

0
So here is the problem that I have been having this Issue, I have this Microflow that populates a list by extracting specific values out of the apikey http://api.thingspeak.com/channels/{1}/feeds/{2}.json as shown below and returns the list back so that we could output it in our page. So whenever we try to run my page we come across this Error and console Message: However after closing the error and examining the list it appears to be all correctly inputted and shows the values correctly so I was wondering if there is a way to make the loop more efficient and also to stop the error message from popping out.      
asked
2 answers
0

The error in the console might also occurs due to “not updating security of the newly created Entity”

answered
0

Hi,

Have you checked the access rules of your Top object ?

answered