Handle Null In JSON

up:: PowerAutomate
Solved: Parse JSON, accept null values to schema - Power Platform Community

If you need to allow nulls in JSON file, add null to schema:

{
"type": ["string","null"]
}