Hello everyone, I am extracting information from several websites and populating a datatable with it. It has been working fine for most websites but I ran into a problem with this website (https://www.ine.pt/xportal/xmain?xpid=INE&xpgid=ine_destaques).
I am able to extract the information I want to, and am also able to manipulate it to make sure that it's the way it is intended.
The problem comes when I try to create a new line in the datatable to insert the information.
This is my new line action,

And it's happening on loop inside a for each cycle,

The lines are being created but with some output missing,

The only row displaying the intended output is the 4th one with the arrow. Neither of the rest has the date inside the parentheses like the 4th one. I don't know why, because I am sure that the variable INEDate is working as intended since its used as the argument for the 4th column of the row, and I have used this same method for hundreds of lines before.
This is the part in question with the INEDate not showing in the concatenation with the exception of the 4th cycle of the for each, and the INEDate displaying correctly in the column where it is solo.

If anyone could help I would really appreciate it, these forums have been great to learn more of PAD