in Education by
Issue : Unable to multiply in Power Automate. Error Message : Unable to process template language expressions in action 'Sales_with_Delta' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'. Expression used for multiplication : mul(int(outputs('Compose')),float(variables('delta'))) Flow Configuration Question: Can you please help with mul expression ? I want to multiply 'Sales' with 'delta' inside 'Sales with Delta' variable Please note I cannot change the variables declared as 'Compose' or 'Object' JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You need to be specific when you're referring to a property in an object, try this ... mul(int(outputs('Compose')['Sales']),float(variables('delta'))) Worked for me ... ... you may just need to work through the .00001 decimal part of the result that you may not want there.

Related questions

0 votes
    At upper half power frequency, the expression for power (P2) is? (a) I^2maxR (b) (I^2maxR)/2 (c) ( ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression for lower half power frequency is? (a) (-R+√(x^2+4LC))/4πL (b) (-R-√(x^2+4LC)) ... theory Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression for upper half power frequency is? (a) (R+√(x^2+4LC))/4πL (b) (R-√(x^2+4LC))/ ... theory Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression of apparent power (Papp) is? (a) VmIm (b) VmIeff (c) VeffIeff (d) VeffIm I have been ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression of reactive power (Pr) is? (a) VeffImsinθ (b) VmImsinθ (c) VeffIeffsinθ (d) VmIeffsinθ This ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression of true power (Ptrue) is? (a) Pasinθ (b) Pacosθ (c) Patanθ (d) Pasecθ I have been ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    The expression of power (P1) at lower half power frequency is? (a) (I^2maxR)/8 (b) (I^2maxR)/4 (c ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 19, 2021 in Education by JackTerrance
0 votes
    In a delta connected system, the expression of power (P) is? (a) VLILcosφ W (b) √3 VLILcosφ W (c) ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 17, 2021 in Education by JackTerrance
0 votes
    The expression of input power of a series equalizer is? (a) Vmax^2/Ro (b) Vmax^2/2Ro (c) Vmax^2/3Ro ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    Write the output: def multiply(a,b): r=a*b print(a,”*”,b,”=”,r) multiply(5,5) Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Create a program that will successfully take in two mixed numbers and add, subtract, divide, and multiply them. In Python! Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    Create a program that will successfully take in two mixed numbers and add, subtract, divide, and multiply them. Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    Create a program that will successfully take in two mixed numbers and add, subtract, divide, and multiply them. Please help!!!!!!!!!! Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    Create a program that will successfully take in two mixed numbers and add, subtract, divide, and multiply them. Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    Slide Rule allowed the operator to multiply, divide and calculate square and cube roots by moving the rods ... constructed boards. Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
...