A newbie here so grateful for any tips..

- Creating a simple flow that should add days (years) to a specific date field
- The Tenor = decimal and will be the number of years added, so 1 year, 1,5 years, 2 years etc...
- I attempted to add a second step, where the flow will calculate the Tenor*365 = the total amount of days added
- I am using compose as variables won´t allow me in the for each so I am hoping for a simple: Due Date = Contract Date + number of days that is the resulting number from the Tenor*365
I am stuck at the final calculation as I believe this is a float, but I want to achieve the date calculation as:
addDays(outputs('Compose_contract_date'),outputs('Compose_Tenor_in_days'))
Add Days Contract Date + Resulting number of days (Tenor in days)
- The red part is where I am stuck. If adding a simple number then the formula is OK and I can see that I am halfway there, however, I want the value of the red as a number (float? as it can be decimal) and achieve the Contract Date + days resulting in the Tenor*365
- Am I correct in adding 365 and not 364? as reading some articles about leap and non-leap years
Thank you