Using KQL for JSON Operations in Flow
Published Friday, February 3, 2023

When it comes to functions for processing JSON data there is not a whole bunch of expressions available in Flow. I would have expected some function for JSONPath, but alas it is not there. So, this means lot of times you have to deal with JSON to XML and XPath gymnastics. In this post, I […]
Continue to website...