how to separate host and domain in email?
i found a json response like this [“example@example.com”] .
how to separate host and domain to put into variables in postman?
how to separate host and domain in email?
i found a json response like this [“example@example.com”] .
how to separate host and domain to put into variables in postman?
You should be able to use split function to get this possible. Example for the same for reference: