Hello,
I am working with a Custom Connector to an API. On a GET (all) call, I get info back from the API. The info is not consistent. About 25% of items in the response have the field that I want. The other 75% of the items do not have the field that I want. That is to say that the item does not have that key at all.
For example, I want "thingId":
25%
"name": "something",
"thingId": "123",
"type": "text",
75%
"name": "something",
"type": "text",
PowerApps cuts off "thingid" and other fields like it. In Advanced Tools > Monitor, I can see a 200 code. The response has all the info, including the fields that PowerApps cuts off. If an item has the field, it appears. The other 75% of the time, the field will appear in the monitor as "No value" This is still OK, and not yet a problem.
The problem is when I set this result to a variable, the field that I want is removed. It is completely gone. Not even a null.
Does anyone have any ideas about this? Any similar stories? Fixes?
Thanks!