How to make a workflow run only a certain number of times

Hi @ihortom ,

Thank you for the fast response. I pretty much want a workflow that runs only 1000 times.

For example, I give the webhook to someone, they use it for 1000 executions and then if they try to use it again its not going to enter the workflow or send them a message that they’ve used too much.

I found this How to create counter - #2 by MutedJam in the n8n forum which seems to be what I need, but I have no clue how to actually do it.