Yes I meant LoadComplete, and no the GUID generator is static and has to be predefined. I want the application to just pick a random GUID every time a user runs the script.
Use Case:
We have a message app that when a message is sent, it stores a GUID to that message in the DB. The API call requires me to assign a random GUID, if i dont or i assign a guid that already exists I get a PK duplication error.
the GUID generator allows me to predefined my GUIDS, yes i can do that but i have to rebuild that text file, or CSV file every time I press the run button.
I hope this makes sense? I just want to say, right here, use a random guid with this character length, idc how or what the guids are.