You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes User may need an event to reoccur a limited or unlimited amount of times. For now a temporary solution is literary to copypaste said event desired amount o times in your scenario.
Describe the solution you'd like
Adding a variable to implement "repeat count" field with standard value of 1 (0 for infinite repetition). Though, extensive use of it may cause some database managing difficulty it will give more streamlined experience for the User.
Describe alternatives you've considered
None considered.
Additional context
None given.
The text was updated successfully, but these errors were encountered:
Events are repeatable by default. The repetition is infinite that is true and can't be controlled easily but if you need a recurring event you can just have one without the need of copy pasting.
"Message received" event that is scheduled to run after 1 message
Is your feature request related to a problem? Please describe.
Sometimes User may need an event to reoccur a limited or unlimited amount of times. For now a temporary solution is literary to copypaste said event desired amount o times in your scenario.
Describe the solution you'd like
Adding a variable to implement "repeat count" field with standard value of 1 (0 for infinite repetition). Though, extensive use of it may cause some database managing difficulty it will give more streamlined experience for the User.
Describe alternatives you've considered
None considered.
Additional context
None given.
The text was updated successfully, but these errors were encountered: