Hello community, I have a problem with parsing JSON file, which is stored on OneDrive for Business. I have created a flow with Compose base64ToString(triggerBody()? function to decode json file.
However the .json file contains some null values and Compose gives me back an error message that values must be string not null. How can I solve this problem? All .json files, which will send to OneDrive from OCR app will contain some null values.
Thanks a lot for your advice.