Hi,
I’ve messed up with a recursive WF and ended up with 10s of thousands of records that shouldn’t be there. Luckily, I’ve made quite a few savepoints prior to that.
However, I can’t find a clear answer to this simple question (Bubble doc, forum, web…) : Does the savepoint save only the App “code” or does it ALSO save the data ?
In other terms, if I was to restore one of my savepoints would that wipe out my thousands of records ? (since it’s so slow and heavy in terms of performance to delete massive amounts of things I was thinking that it could save me quite a few hours)
Thanks