Hi,
I have a form that has a depart date and a return date. I created a compose to subtracts the two values. I am trying to multiple that number by 75. However, I am having issues with creating my calculation.
mul(int(outputs('Compose')): 75)
What am I doing wrong?
Thanks!