How could I calculate the date of when a data was made to the present date like I’d like some example or explanations on how either converting them both into numbers and possibly seeing the difference?
For Example:
When: Current User's Data's Creation Date > 30 days
Would I have to do something like; Data 1’s Creation Date:converted to number - Current Date (</>) #?
In the data source, how could I calculate both dates to see if it’s lower or greater than a specific number?
You mean difference in days for example between two date?
Don’t use :formatted as … because this become a text and not a date. Just do Date1 - Current date: format as days. By default this will be a number.
What I basically wanted was to see how old the data was, whether if it is older than 30 days it would have something on their profile or account, or if it’s new (less than 30 days) then the badge wouldn’t show up.