PM on Call: Split Strings and Access Array Indexes

This version of #PMonCall covers a more advanced Microsoft Flow concept, but one that a customer ran into and I figured it would be worth sharing with a broader audience. Problem In this scenario, our customer has a comma delimited string and they need to parse this string and access specific indexes within the array. For example we may have a string like “a,b,c,d” and … Continue reading PM on Call: Split Strings and Access Array Indexes

PM on Call: Parsing JSON Email Attachments

Welcome to a new feature on my blog called “PM on Call”. So why this feature? I am a big fan of Gary Vaynerchuk and he has a saying “Document, don’t create”.  The idea being is that people can surcome to paralysis by analysis by always trying to think of clever ways to create good content. But, what better way to create good content, than … Continue reading PM on Call: Parsing JSON Email Attachments