Omni v3 ios automation

Hi all,
I want to get into scripting but have no idea where to start??
Any tips, examples would be appreciated…
Thanks

The Omni Automation site has tons of resources, including step-by-step tutorials.

1 Like

Check on Udemy there are various courses in computer language. Another resource is swift (apple apps language) which you can access through playgrounds for free in the app store.

Once you learn to code, you can use OmniOutliner to outline the code you’re working on and eventually, you can run it with the built-in automation capability. Basically, it helps you verify if you have an error in your code depending on the set parameters for which you have instructed the code behavior.

Hopefully, the above explanation is right and will suffice—I am a beginner too.