Home > Mobile >  Selecting property from nested JSON array stored within Logic App variable
Selecting property from nested JSON array stored within Logic App variable

Time:12-02

I am struggling to select a property from a JSON array that I've stored in a variable (as an array). I receive the following error:

The execution of template action 'Select' failed: The evaluation of 'query' action >'where' expression '{ "Response": "@variables('UserEvents').responseStatus.response", "trest": "" }' failed: 'The template language expression >'variables('UserEvents').responseStatus.response' cannot be evaluated because property >'responseStatus' cannot be selected. Array elements can only be selected using an > integer index. Please see enter image description here

  • Related