I have the following structure for the data variable called ```global_settings1````
I`m trying to retrieve the value: global_settings1.fields.goal_per_day_min.integerValue
. But it appears to not pass any value. For debugging, I wanted to show the value in an alert box, assigning the dialog title to: data.global_settings1.fields.goal_per_day_min.integerValue
.
I used ENCODE_JSON to check the values in the data variable: ENCODE_JSON(data.global_settings1)
I get the values for the data variable as shown below.
Any hints of what I might be missing?