Hi I am passing an email which is a time function like below
email = ${__time(MMddyy)}_${__time(HMS)}@yopmail.com
The value of this functi
Instead of the entire email, you can store the timestamp value in a variable and then use this timestamp variable to create email anywhere you want. This way you will can have same email every where.