Hi,
I am having error while running a simple ForEach. I was a following a video that was two years back, and the function may have changed within the program.
Thanks in advance!
Regards,
Rebacca
Hi,
I am having error while running a simple ForEach. I was a following a video that was two years back, and the function may have changed within the program.
Thanks in advance!
Regards,
Rebacca
@rebacca.gh, hi and welcome to the forum. Make sure Variable1 is declared if it is then.
You need to change the scope of variable1, this is how you do it, change that scope to make the variable available in the forEach as well.