1
votes

I am writing a logic app. My schema looks like below. enter image description here

i am able to select the dynamic content at each step. I am have 4 "for each" operations for the 4 arrays.

However when i test through postman , i get the error at " for each " step. "InvalidTemplate. Unable to process template language expressions for action 'For_each_items' at line '1' and column '1710': 'The template language expression 'triggerBody()?['Data']?['Orders_items']' cannot be evaluated because property 'Data' cannot be selected. Property selection is not supported on values of type 'String'. Please see https://aka.ms/logicexpressions for usage details.'"

1

1 Answers

1
votes

I think when you use postman to test, you need to select the body type as json:

enter image description here