Hi @chandan988, you would need to store the counter value somewhere (for example a database or static workflow data). When your workflow runs, it could then read the old value and add 1 to it, then apply your conditions using IF or Switch nodes. Depending on the value you can then save the new result or reset the counter back to 1 as you have described.