I need to count active user in last month automatically without any user interaction
Use a scheduled workflow
For what purpose?
For my web app, I need to bill the agency or company for the total number of active users at the end of every month. The amount charged will be based on the total active users within that agency. For example, I want to charge $2 per active user.
So, for this, I have created a new table where I want to automatically update the total active users at the end of every month. Additionally, I need to implement a mechanism to calculate and update this information automatically.
Well then, as @Johnny already mentioned, just run a recursive API workflow once a month to do this.
In that recursive API workflow, users won’t need to click on any button? it runs automatically. There’s no need for user interaction to trigger the scheduled workflow.?
Correct. the only interaction is when you kick off the recursive workflow.
can you please help what should be in workflow thing and in start date i need to run that backend workflow on 1st date of month
That’s not a recursive workflow. That screenshot is a recurring workflow. This is a recursive workflow
This topic was automatically closed after 70 days. New replies are no longer allowed.