Suppose I have an entity that contains an integer field with some value x.
I would like to have a workflow that creates x records of some other entity, where each newly created record has a date field that progresses by 1 month. Is this possible? Thanks!