Hello everyone,
I’m working on an appointment function in WEBCON BPS. A user registers an appointment and types in the date and time when, for example, a customer is coming. When I click Register, I want BPS to automatically create more workflows (appointments) based on this one.
My idea is: the user also enters an interval (e.g. every 7 days) and a limit (how many appointments).
Then BPS should create:
the main workflow date with e.g. 01.01.2026 (the user typed in)
the next one with 08.01.2026 (created automatically)
the next one with 15.01.2026
… and so on, all with the same data as the parent workflow, just different dates.
Is that possible in WEBCON BPS? Do you have an idea how to implement this (maybe with SQL)?
Thanks!