
Announcements
I am working on using/modifying the canned help desk app to be able to receive and manage reporting requests. The flow to send out emails is not working when a ticket is submitted and I'm receiving the following error message:
Unable to process template language expressions for action 'Apply_to_each' at line '0' and column '0': 'The template language expression 'body('Get_items')?['value']' cannot be evaluated because property 'value' cannot be selected. Property selection is not supported on values of type 'String'. Please see https://aka.ms/logicexpressions for usage details.'.
I haven't actually changed anything from the flow that came with the app, so I was just hoping someone could point me in the right direction on a solution - thank you!
Hi , @jroberthall
This error code means that the output of your "Get_items'" action do not have the [value] property. You may need to check the output of your "Get_items'" action in your flow run history.
Best Regards,
Yueyun Zhang