Run time error please help

this is my aia MapTheMovementTemplate.aia (3.7 KB)
i try this tutoril but when i testing showing comity.JPG
what i want to do

It means your list is empty (probably using the create empty list block) but you made an action to select the first item of the list.

Maybe the list of respondContent is empty. I'm trying to do it with the 'Do It'.

1 Like

I used a JSON list as an example.

[ 100, 500, 300, 200, 400 ]

Returned 100.

The only possible reason is that the respondContent is empty.

for me showing like this only


so how i get the ?

The responseCode is an empty list with no items!

image

According to your error:

Select list item: Attempt to get item number 1 of a list of length 0: () 
Note: You will not see another error reported for 5 econds.

This should work (updated version).


is this correct
but showing same error

Your test should be:

1 Like

Replace blocks

image

To

2 Likes

I have coded any ai app and I have run it on an emulator of it app inventer but it is, again and again, showing run time error
please help me
here is the screenshout

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.