How to separate host and domain in email ? (json response)

how to separate host and domain in email?

i found a json response like this [“[email protected]”] .

how to separate host and domain to put into variables in postman?

Hi @supply-engineer-6412,

You should be able to use split function to get this possible. Example for the same for reference: