How to handle empty object for ParseJSON in Power Automate
Occasionally, while building a Power Automate flow, you’ll need your ParseJSON action to accept an empty value—whether that value is an object ({}), array ([]), or string (""). By default, ParseJSON balks at these inputs. So how do we get around that limitation? In this article, I’ll explore a simple, reliable approach that lets your flow handle empty JSON values gracefully. Create Manually trigger a flow. Add Initialize variable action. Name: theEmpty. ...