Using the indicator widget, I would like to calculate the number of days between Now() and a future date in days. It seems like a simple calculation but I have not been able to calculate this number in an Arcade expression or filter. At best I get 0.
Are you using the DateDiff function?
You can use this to find the difference between two dates and specify that you want the difference in days.
Any chance you could provide a example how that fits into the arcade window?