@support-octavio wrote:
Hi Olly,
Can you share if there is any error in javascript console? When runing the web SIM, press F12 and Chrome Dev tools will show up, go to Console tab and you’ll see if there’s a syntax error.
Ok it took a while but I managed to get it working!
for (var i=0;i<create_routine.length;i++)
{
$('[id$=showroutine'+ i).val(create_routine[i]);
Thank you for your help, I’ve been stumped with this one for a while!