Cloud project questions

Hello guys :slight_smile: I wanted to ask you some questions about the Cloud project thing :smiley: What are the benefits of it? I have one project saved to cloud, but i use it on different machines. Each time I need to make any adjustments, it says it is locked for editing. I thought that Cloud Project means, that if I lets say edit the project on machine “A”, the changes will be applied for all the machines on the project, but it doesnt. How to remove the project from cloud? Make it local, that it wouldnt lock everytime I need to make adjustments on different machines? Thanks for the info guys :slight_smile:

@Povilas_Jonikas,

You will have to disable Enable Auto-Save from settings.

Make sure you are backing up your code in code repository.

1 Like

It was already disabled.

Could you guide me on how to achieve that?

Hi @Povilas_Jonikas

by using a version control system like Git. Integrate it to manage your workflows, track changes, and collaborate effectively. Regular commits and pushes to a repository (e.g., GitHub, GitLab) will keep your code safe.

Happy Automation!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.