Is it necessary to explicitly save after create? If so, what’s the difference between new and create? I notice in a previous app I saved the wrong collection but the created collection is saved anyway.
Is it necessary to explicitly save after create? If so, what’s the difference between
Share
No you don’t need to save after Create. Create does both “new” and “save” for you.