Forum Discussion
prokhorovd
Aug 15, 2024Copper Contributor
Logic Apps - Tracked properties for HTTP action`s INPUTS not working
Can someone help me and tell me why tracked properties for HTTP action`s INPUTS not working
I get an error:
TrackedPropertiesEvaluationFailed
Failed to evaluate the tracked properties for action 'HTTP_2'. Error details: 'The template function 'inputs' is not defined or not valid.'.
In case for OUTPUTS everything works
In case for OUTPUTS everything works
My tracked properties are
@{outputs('HTTP_2')?['statusCode']}
@{inputs('HTTP_2')?['uri']}
@{outputs('HTTP_2')?['statusCode']}
@{inputs('HTTP_2')?['uri']}
The documentation says that input is supported.
https://learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data?tabs=consumption
https://learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data?tabs=consumption
No RepliesBe the first to reply