Hello All,
I am attempting to build a fairly complex employee feedback flow. One of the things I need to do is to grab customer comments from a column in my sharepoint list labeled "CustomerComment", iterate through the returned string to search for key:value pairs, and send out a customized e-mail with specific knowledgebase articles based on the key:value pairs matched.
Any recommendations or links to references that might get me started in the right direction?