How to count the mentions of words one the page

Hello @dems ,

Try to store it as a string counter.Length.ToString

And if your are using a For Each Row loop, then
the assign should be something like that:
TableData(yourRowVariableDefinedInForEachRowLoop)(“yourColumnName”) = counter.Length.ToString

If there is a specific error, please share it.
Thank you!

Best regards,
Marius