Blossom project


hey, hope someone can help, I have the exact code, at least, i thought i did , as the example video and it runs fine. I have gone over my code multiple times and still when i run it due to the iteration, it throws an error and I dont know why. i know its due to the iteration as when i comment that out everything is fine. Something similar also happened in a past project where i had the correct exact same code , there was no error but it didnt work as it was supposed to, really frustrating.

Thanks

Hi, i hope you already found the answer.
In the case you have not, i think it has something to do with the fact that you never get to insert the payload into the list_at_array.
Look at your .assing() function, there is a return statement after setting the new value that avoids your code into reaching the payload insertion.
Hope that helps.

1 Like