Hello,
I am currently building a flow, where I need to help myself with some "flags" and I like to use numbers to see the status.
Now when I am doing the "month countdown" my flow runs each week and if the value is still not 0 it should continue to substract until the value is 0 each week.
So, I am trying to achieve this by having Initializing Variable which is equal to some value from SharePoint, let's say 4. And then I need to write a formula that would do something like sub(@{variables('HelpVariable1')},1), but I am not really sure if I am getting the syntax right. I did not fully understand it yet and any guide, how to write formulas would be really useful.
Thanks in advance.