I'm trying to figure out how to put a running calculation together in Alteryx.

In the example above, we are expecting a 1% growth YoY. Data is based on our FY24 Budget so for FY25 the calculation would be 1358545.278899 * 1.01 which gets me 1372130.7316877
For FY26 the calculation needs to be 1372130.7316877 * 1.01
etc.
I'm assuming the multi-formula tool would be the one to use but I'm not sure how to write this one out. Any help would be appreciated.