JSON to YAML

JSON to YAML

Usage

You can just paste in your JSON or open it from a file. It will be transfered to YAML.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
JSONString in JSON formatThe JSON code or a file containing JSON✔️-

Output

ResponseTypeDescription
Yaml responseStringThe YAML response from the JSON.

Power Automate Examples

Simple JSON

We use a simple JSON with four pets

Simple JSON with four pets
[
{
"Pet": "Dog",
"Identifier": "1000",
"First name": "Eats",
"Last name": "A Lot"
},
{
"Pet": "Cat",
"Identifier": "1001",
"First name": "Likes",
"Last name": "To Scratch"
},
{
"Pet": "Cat",
"Identifier": "1002",
"First name": "Furry",
"Last name": "Kitty"
},
{
"Pet": "Duck",
"Identifier": "1003",
"First name": "Dagobert",
"Last name": "Swimmy"
}
]

Picture

There are no options available in this action.

💡

Looking for the response of this example? If you scroll up you see a Output tab.

Power Apps Examples

Known Limtitations

⚠️
If you experienced other limitations please get in touch with us!