I have a flow as below. The same system works fine in my other flow. everything is the same, but when I try the same thing on different sites and different flows, I get this error. What am I doing wrong?
Hi @emreserperjp,
It looks like you have the body twice in your expression.
Try either:
body('Send_Http_Request')?['d']?['results']
Or try:
outputs('Send_Http_Request')?['body']?['d']?['results']
User | Count |
---|---|
93 | |
44 | |
21 | |
17 | |
16 |
User | Count |
---|---|
137 | |
50 | |
42 | |
39 | |
29 |