Hello,
I have a flow used to register chemicals in a lab. The user submits an MS Form to capture details of the chemical and create a List entry. Part of the flow sends an HTTP request to an online database to fetch chemical details (name, hazards etc) based on a unique chemical number. Sometimes this information is available, sometimes not, but I have built the flow to handle when it cannot find any information.
However, I have found the flow failing when trying to Parse the response of the HTTP request with the error message:
"Required properties are missing from object: bonds."
The screenshot below is the schema of the Parse step:
And the output of the failed Parse step is:
I'm confused as the error message suggests the required property "bonds" is missing, but according to the output the "bonds" property is populated?
If anyone can help my understand where I am going wrong or misunderstanding I would be grateful!
Thanks