I am very close! I need a little more input then I think we can figure this out.
If you look at the picture, I am assigning a SetText property to a field on our website. I am setting a value to the SetText property of " Project.Variables.GeneratedDescriptions.Item("Description", Random(1000)) " , which is an entry from my table GeneratedDescriptions.
This generates blank text. The key lies in the Row Index (I have Random(1000)). If I remove the Random function and add an integer, it will work fine and populate the field as I need to.
How can I randomize the Row Index value in this case??
Thanks you to everyone for your time and support.