I have a data type of Task with a ton of task entries.
I’d like to be able to copy all task entries into a separate instance called UserTasks whenever a new user signs up.
Is it possible to create many things at once?
I have a data type of Task with a ton of task entries.
I’d like to be able to copy all task entries into a separate instance called UserTasks whenever a new user signs up.
Is it possible to create many things at once?
Backend api work flow.
Api work flow on the list