Hey guys, I know this is stupid but I'm not sure how to make a test to see the results
How does the Sub (math function) work ? Por example Sub (A, B) is then solved like A - B Or B - A ? I was trying to search Microsoft Flow Math Function Syntax but couldn't find anything
Thanks!
Solved! Go to Solution.
Hi @Anonymous,
If sub(A, B) is configured, the result is A minus the value of B(A - B).
You could test your results like this, configure a Compose, then edit the sub() function in Expression and output the result.
Note that the type of the parameter needs to be Integer or Float.
Like:
For more information on the usage of WDL function, you could refer to this link:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Take a try.
Best Regards,
Barry
Hi @Anonymous,
If sub(A, B) is configured, the result is A minus the value of B(A - B).
You could test your results like this, configure a Compose, then edit the sub() function in Expression and output the result.
Note that the type of the parameter needs to be Integer or Float.
Like:
For more information on the usage of WDL function, you could refer to this link:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference
Take a try.
Best Regards,
Barry
User | Count |
---|---|
25 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
22 |