You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format and basic function offering are based heavily on Power Automate and I think we should keep it that way.
However, to the purpose of this project is to have functionality used by PowerAutomateMockUp and to make it easier for others to use the same expressions in their projects, why it is a standalone project.
To not break the Power Automate version and to still offer simple functions to other users, we could add an extension NuGet, where some extra functions could be added to the Dependency Injection, such as pow() or sqrt(). This could be done by:
The format and basic function offering are based heavily on Power Automate and I think we should keep it that way.
However, to the purpose of this project is to have functionality used by PowerAutomateMockUp and to make it easier for others to use the same expressions in their projects, why it is a standalone project.
To not break the Power Automate version and to still offer simple functions to other users, we could add an extension NuGet, where some extra functions could be added to the Dependency Injection, such as
pow()
orsqrt()
. This could be done by:Then
AddExpressionEngineExtensions
could be located inDelegate.ExpressionEngine.Extensions
namespace.@pksorensen what do you think?
The text was updated successfully, but these errors were encountered: