Automate workflow

How can I automatically start the process for a new record entered into an app? For example, I want to automatically assign all big projects to User A, without manually assigning and confirming the “start” of the process. 

Hello Natalie!

There is an API that would update the status of a single (or multiple) record(s). Just to let you know that the max number of records that can be updated is 100. There are other limitations that you might need to know so be sure to check the site below:

 Update Status - kintone developer network
 https://developer.kintone.io/hc/en-us/articles/213149747

Also, you might already know, but FYI, in order to automatically assign users to a specific user field, this can’t be done with the default features in kintone so you must utilize the API in order to do so.

I hope this helps your question!

Thank you, Yuzo, this helps!