Current RG Cell Creation Date > Current Date/Time + 1 Hr?

Hi all,

I have a data type called Jobs and what I want is when a free user is viewing this Repeating Group, if a job has been posted within the last 1 hour, it’s not clickable.

Here’s what I have:

I assumed I could do something like Current cells Job’s Creation Date > Current date/time+1 hour but after the Current date/time selector, there is no other parameters I can attach:
image

Any ideas on how I could approach this? Thank you!

Hi @trvshowell,

Sounds like you might want…

Current cell's Job's Creation Date +(hours): 1 > Current date/time

That will be true until more than an hour has passed since the creation date.

What @sudsy is saying is correct. However, there is a more general issue you are facing with the way Bubble handles their logic conditions, which is why you are only seeing logic operation options on the right side of the >. If you go to the “Versions” tab of your App Settings, you can turn on the long awaited parentheses preview option. This will allow you to use the +(hours) on either side of the logic expression as shown below:

Screenshot 2022-05-19 at 2.50.48 PM

1 Like

Just make sure you read and understand the implications. (I personally would not use experimental features in a production app. Bubble has enough quirks and idiosyncrasies. :wink:)

1 Like