How to use the app "Smart Calc"?

We are trying to calculate the average of two numbers using the app “Smart Calc”. It seems to work, but how do we get the result into a variable?

The Flow card provides a tag with the result. You can add a Set variable card from the Logic category and insert the tag there.

Thanks for the information.

FYI - You can achieve the same with the standard Logic card ‘Calculate [variable] as [text/formula]’. You need to place the formula between {{ }}:

You can of course replace the values 10 and 20 with your num1 and num2 variables.

This is more easy. Thanks!