Compare current time with variable

Actions & Logic

Friends, give me a hint. How can I implement such a function? I need to display an inscription in the application at a certain time of day. I created two variables in AppState: openTime and closeTime DataType - DateTime. The data is inserted into these variables from Date/Time Picker. And they look like openTime: 8/27/2024 11:00:00:00 AM and closeTime: 8/27/2024 11:00:00:00 PM.

How can I compare the Current Time between these variables without using custom code?

Thanks

What have you tried so far?

I'm trying to use the condition share, but I get an error

if I try to format the variable by time only, there is no option to select data comparison

Did you check FlutterFlow's Documentation for this topic?
No