I think they were just asking for improvement suggestions.
I could give one - rename your Edit Fields node be more indicative of its function. This makes it easier for others (and future you by the way) to understand the goal and the need for this node without having to open and read the config.
Thanks! I was just wondering if I really needed to use a loop.(cause i learned avoid loop..)
I’ll make sure to apply the suggestion you mentioned as well.
You can just remove the Loop Over Items node entirely, n8n by design will automatically iterate because the Set node outputs 3 items, as a result the Insert Row node will be executed 3 times, and so on..