It looks so easy! |
Do keep in mind that as I have mentioned in other posts, you cannot catch the OnHover or OnFocus events specifically, so you might be restricted on certain aspects.
It looks so easy! |
Microsoft Flow (now renamed Power Automate probably because a bunch of other stuff in the world is named "Flow") has a lot of assumptions around JSON built into it. The "Object" variable in Flow is actually only considered valid if it is valid JSON. In truth, it should be referred to as a "JSON Object" for clarity. To support this functionality it does some things behind the scenes that aren't expressly shown on-screen.
Ultimately, Flow automatically escapes out any String variable if you add it to a Flow Object variable. So you don't have to do squat. For the most part. Read on.
NOTE: You might also find useful info within the following post as well: Stupid Power Automate Tricks