#Confused about System.now

1 messages · Page 1 of 1 (latest)

tough granite
#

Hi, I try to play around about System.now because i need to make timestamps users in my database but then i notice that timestamps was freeze to only first time i use System.now

So I try to make mini version of my timestamps but it have the same problem< Is it bug or i just confuse about it

Thx in advice.

charred kelp
#

No that's because blocks are executed at the same time here

#

You might think the Wait block pauses the flow exactly where it is triggered but that is not the case

#

All the blocks between each input are always computed together