I have about 20 ids to get the recipe from and I didn't want to have 20 lines with the same code (I'll add more in the future) I wanted to shorten the code if possible
I had the idea of creating something like this (if possible) creating another loop with an array with the ids replacing the color with ${color} to be used in the other loop
I think that by the third image you can understand what I wanted to do