Afternoon all
I've got a Flow where I'm trying to subtract the value from a field called 'Qty' in one list from a value in a field called 'Test qty' in a different as shown below:
However expression isn't subtracting the values. This is the output from the tests I've run:
Where am I going wrong? All help appreciated!
Solved! Go to Solution.
Hi @Sutekh666,
Can you remove the single quotation mark characters around the Qty and Test qty variables in your expression?
It will think you are trying to subtract strings instead of integer or float values. using the sub function for strings is not supported. This should work:
sub(0,20)
Hi @Sutekh666,
Can you remove the single quotation mark characters around the Qty and Test qty variables in your expression?
It will think you are trying to subtract strings instead of integer or float values. using the sub function for strings is not supported. This should work:
sub(0,20)
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
13 | |
7 | |
4 | |
4 | |
4 |
User | Count |
---|---|
11 | |
8 | |
6 | |
5 | |
4 |