Need help with logic of creating a coundown

I’m creating a free trial countdown for my app. I set this countdown with the following logic:

However, on preview the countdown is displaying the days in decimal points.

I MIGHT have to use ‘rounded to’ operator but when I do that and I click ‘more’, I’m only seeing a limited data source types and just element types. Any help is appreciated!

Just type the number of decimal places you want to round to.

Hi thanks for replying. If I just wanted whole numbers (7, 6, 5…), should this be rounded to 0 in my case?

That’s correct, yes… round to 0 if you only want integers (whole numbers).

thanks so much for the help!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.