Share feedback, ideas and get community help

Updated 6 months ago

Confused about System.now

At a glance

The community member is having an issue with timestamps in their database, where the timestamps are freezing after the first use of System.now. They tried to create a mini version of the timestamps, but it had the same problem. The community members in the comments explain that this is because blocks are executed at the same time, and the "Wait" block does not actually pause the flow as expected. They suggest enabling the "Pause the flow" option to address this issue.

Useful resources
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.
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