How do I set conditions? I want to check run duration if less than 1 s to be true .
Hi @Panupol_Sonnuam, you’d need to store the time before the node execution and than calculate the difference after the respective node execution. For example:
This example returns the duration as seconds:
You can then check this value in your IF node.
Hope this helps!
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.