Find out what's new in our latest release, axiom.ai v4.4
# New run status overlay
For users with multiple running bots, or those that run via API or schedule, it can be difficult to keep track of what is running and what isn't.
To help with this, we have introduced a new sidebar button that shows a summary of all running bots, as well as the status of the last three completed runs. This is available in the builder and on the dashboard.
# Enhanced step recommendations
Previously, Beginner Snippets were available to give a quick entry point for some common actions, but these always showed no matter the current status of the axiom.
We've altered this section so that it will now show 'Recommended' steps depending on the context of your automation. This should mean less time searching the step list!
# New keyboard shortcuts
Two new shortcuts have been added:
- When using the scraper, Ctrl-n will add a new column
- When in the builder, '+' will open the step finder
# Live system status available in sidebar
The current live system status is now displayed in the extension on the sidebar.
- Green: all is well
- Orange: degraded performance
- Red: system is down
# Inline JSON validation added
For steps that allow JSON input (currently "Trigger Webhook"), live JSON validation has been added.
Now if there's a syntax error in your JSON, you can see the issue before running your axiom, which should speed debugging.
# Refresh preview button added
Previews automatically refresh on certain events in the builder, but in some cases (for example, if data is manually altered in a Google Sheet) the preview would not refresh.
To cover these cases, a manual refresh button has been added to the preview header. Enjoy!
# Local storage now available to save in cloud
Most of the time, sessions are possible to recreate using only a session cookie. However, a few sites also require a local storage value in order for a login session to be properly recreated.
This option has now been added. If cookie storage alone is not sufficient to recreate your session, you can try turning this on and see if it helps.
# Minor fixes
- Notifications on run ending now accept multiple email addresses
- Fixed a bug caused by inner text selectors being too long and causing a hang
- Schedules no longer have to be re-enabled if runtime expires; they will automatically start working once the account is updated
- Bugfix on the number option in conditional check, which only evaluated 1 digit numbers correctly
- Added explicit Copy / Move item into step kebab menu to make the option more clear to users
- Improved description of the "First Cell" option in the "Write to a Google Sheet" step
- When writing to a Google Sheet the default option is now to append data instead of clear it
- Re-allowed changing the run time of a schedule if the schedule date is in the past