Use GetMail activity with the property ‘OnlyUnreadMessages’ checked.
In your sequence check if the mailMessage.Body.Contains(“keyskills”)
Then you can split you substring the body after ‘keyskills:’ index and then split the output using ‘,’
The result will be your array of skills.
thanks bro but now i want to store the array data into single variable separated by comma. i tried with String join method here but fail help please.r u on hangout bro?