Closed yejinmo closed 1 year ago
Hello there,
1 + 1
is not a valid expression, to add two numbers it should be add(1, 1)
.
The expression language is taken from Power Automate, so you can look here for more documentation :) https://learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Description
No matter how the expression is written, it will output as it is
Reproduction Steps
Using
Visual Studio 2022
createASP.NET Core Web
/.Net 6.0
and installDelegate.ExpressionEngine 4.1.2
Code :
Expected behavior
Actual behavior
Configuration
Other information
The
.csproj
is :