I have a workflow that is calling an external API and receiving an XML response. I’m trying to figure out how I extract certain fields from the XML response and save each of them as a variable. You can see the XML response is just a big blob of text. The values I need are inside the tags <Zip5>, <City> and <State>. I’ve been playing around with various Formulas but can’t figure out the right one to use. Any suggestions please?