Add Fields to Schedule

Hi,

I am trying to create a new schedule, on the below image you can see I am trying to use the SchedulableFields node, followed by 2 code blocks - I keep getting this error about the index - Any idea’s on why I am seeing this?

1 Like

@m.hoper9DMVY ,

call it this way you need different variables

Thank you @Draxl_Andreas - Much appreciated - I have made the amendment but still getting the same error

It’s your list levels, try to flatten the SchedulableFields list one time then get the indices. Also, you don’t need different variable names as long as the index is different.

2 Likes

The alternative could also be to use x[1] before the node with all the indices to only get the first list of Fields.

Thank you, this has solved this issue.