Debugging Your Automations
Introduction to debugging automations
Implementing error handlers correctly
502 errors
401 errors
429 errors
Server busy
Field not found
Incorrect or missing data
Missing thing
Introduction to debugging automations
Implementing error handlers correctly
502 errors
401 errors
429 errors
Server busy
Field not found
Incorrect or missing data
Missing thing
What is automation and why do you need it
Identifying processes to automate
Evaluating and choosing the right apps for your business
The importance of “critical” vs “nice-to-haves” in automation
Introduction to bubble.io
Introduction to working with virtual assistants
Identifying processes that are better automated with VAs
How to screen and hire VAs
How to capture and document processes for VAs to follow
Creating a VA process funnel
Routers and filters
Using repeaters
Creating temporary custom variables
Temporarily storing data in data stores
How to create custom arrays using the data store
Setting up two way syncing between apps
Versioning and documentation
What is an API
Types of APIs
Understanding methods (get, post, put, delete)
Understanding API documentation
Handling response data (XML, JSON, text)
Authentication with API keys
Authentication with http basic
Authentication with oauth2
Connecting to APIs using rapid API
Introduction to working with dates and times
Understanding different datetime structures
Adding time zones to datetimes
Handling time zone mismatch between apps
Working with daylight savings time
Troubleshooting datetimes
What are regular expressions
Understanding the syntax and structure of regex
Character classes and special characters
Using anchors
Using quantifiers
Matching emails
Matching phone numbers
Using groups
Secret regex cheating method