I'm trying to loop on a list of ID's in order to execute the same query with its different values.
I was thinking about using IScript to create this loop using C#, but I don't have access to the variables that are passed when using .WithVariable()
.
Is there any way to perform this action?