mySQL credentials expression does not loop through all values

Hi @aljaz86, iirc credentials are only loaded once, even if you have multiple items. So to change your credentials used for each item you would need to split the data into batches of 1 and then loop through them, similar to what I have described over here:

Hope this helps! Let me know if you run into any trouble with this.

1 Like