
Announcements
Hi
I got an error message like below, and when I checked it, the output of Amount was replaced with $.
I've never seen this error before, how do I fix it?
- Error message
Unable to process template language expressions in action 'Update_a_row_11' inputs at line '0' and column '0': 'The template language expression 'outputs('Compose_sub_and_add_for_G._Current_finished_goods')?['$']' cannot be evaluated because property '$' cannot be selected. Property selection is not supported on values of type 'Float'. Please see https://aka.ms/logicexpressions for usage details.'.
Hi @HJK
I am not sure why it is coming as dynamic content.
The error occurs becuase you are property selection of float value which is not possible.
so instead of that dynamic content, try this expression
outputs('Compose_sub_and_add_for_G._Current_finished_goods')