I had a problem where I get a message on any product using PPOM “Some of your fields has duplicated datanames, please fix it”
I searched the web but could not find a solution but figured it out myself. So i am posting it here if anyone else has the same problem.
The problem, like the error says is duplicate datanames, but it is not obvious. I had no duplicate datanames BUT I didn’t realise that a section has to be named (Even a space section) They are considered data. So I simply named the sections, section1, section2, section3 and so on. So I guess the moral to the story is to make sure everything has an actual datanames, OH and also they need to be unique. I keep them lowercase and only underscores also.
Hope this helps someone. It solved my problem