When two texts are the same, do show

I’m pulling the datetime via the worldtimeApi in London
image
image
When and only when the datetime in London is the same as the user’s local time I want a link to show.

Else, I want 2 other links to show.
Do I need to make the date into a value so I can compare it with = in Conditional?

Try using an input rather than the text element. You can compare the input’s values to achieve what you want.

You can disable the inputs and remove the border to make it appear as just a text element.

Thanks for the advice.
I’m trying to compare the two values and if they are within 5 seconds range, then, and only then will I display a link/text below. Otherwise, if the difference is greater than 5 seconds, then I’ll display another link.
I’m reading the documentation and testing, I’ll probably eventually figure it out, but if you know from the top of your head, that would be great.