Share feedback, ideas and get community help

Updated 3 months ago

Confused about System.now

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.
Attachment
image.png
B
S
6 comments
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
Add a reply
Sign up and join the conversation on Discord