Hello, i have a excel file in which i have some columns like company name, and email address. In the email address column i have multiple emails separated by “,” and i want to get the row value (currentrow(“emailAddress”).tostring and then from that i want to get one by one email. Anyone can help please.
Assign activity
arrEmails = currentrow(“emailAddress”).tostring.Split(","c)
1 Like
Thanks @ppr
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.