Hey guys!
I’m kinda in a hurry so this might be brief.
How do I make it so that Current User> Date field is more than an hour ago?
I really can’t get the hang of conditionals with date fields…
Thanks!
You can’t compare a user data type to a date data type, so its not possible to construct a dynamic expression Current User> Date
1 Like
I don’t know how to do a work around for something that is not possible to do.
I also don’t really know what it is that you are trying to do.
I guess you are trying to find when a date field on a user data type is greater than current date time less one hour.
So if you have a date field you labeled as ‘user-date’ on your user data type
current user user-date > current date/time+hours -1
1 Like
That’s exactly it, thanks!