Hi,
My Send Mail action fails because output of Format numbers cant be processed, message error:
Unable to process template language expressions in action 'SendVerificationRequest_2' inputs at line '1' and column '2803': 'The template language expression 'body('TotalOver8')?['body']' cannot be evaluated because property 'body' cannot be selected. Property selection is not supported on values of type 'String'. Please see https://aka.ms/logicexpressions for usage details.'.
Here is my TotalOver8 number format flow step:
Any ideas what might be the issue? It seems to be working just fine on friday.
Solved! Go to Solution.
@Anonymous Try removing the dynamic content, instead enter a custom expression with the following value:
outputs('TotalOver8')?['body']
@Anonymous When using the format number activity, you should be using the 'outputs' command to get the number. See the example below:
@Anonymous What is the code you see when you hover over the item? Have you tried removing it and re-selecting it from the dynamic content window?
@Anonymous Try removing the dynamic content, instead enter a custom expression with the following value:
outputs('TotalOver8')?['body']
That did the job! Thanks!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
27 | |
22 | |
15 | |
13 |
User | Count |
---|---|
140 | |
42 | |
42 | |
35 | |
30 |