App freezing when I live test

Hi,

When I try to to live test my app on a PC the whole tab freezes, I have to reload it for it to go away.
Please help me with this

Thanks

Link to project

Your blocks will attempt to force the loop index, i, to be zero. That’s a bad idea! What were you trying to do with the Row_number variable? I assume you wanted to find a matching row value and then display the image from that row. Did you mean to set app variable Row_number to i but accidentally swapped those?

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