I am working on a Postman flow where the results have an array where the field names inside the array have a period in the name. Because there is a period in the name, I think Postman is thinking the object is nested. As a result, it is pulling back a null.
In the screenshot below you will see the results of the API call where I am trying to pull the value from a field name “app.abuse_limit”. It is nested inside the calc_log. The output of the results is null.