Command auto regist difference uses by contain random email

Hello,
I have a question for case: when i create new user on register form/add user form but email is unique. Before run this test case again i have to edit email field by new value. It’s seem not good. So how can i add command allow auto generate email random on katalon recoder or not?

Hi,

if you don’t have to check e-mail box for meesages you can use JavaScript to generate random data, something like:
someRandomData@someAnotherRandomData.randomDataAgain
if, of course, page have proper validation for e-mail input.