My workflow runs flawlessly most of the time but I noticed it stopped due to this unexpected error around not finding the module axios, when the module has been imported and ran plenty already. Could you look into this please?
Apologies for the issue, that is a really odd that it works fine the majority of the time but sometimes can't find the package that is installed.
Are you self hosted or on the cloud? You may just need to uninstall and re-install the package to ensure the caching system is able to direct the code executor to the axios dependency at code runtime
That is just so odd that is still happen sometimes
Maybe there are some factors that are causing the module to load in slower than other times, and the code starts executing before the reference to the module has been established in the code sandbox environment
Let me know if you are able to record the request-ID of a query when it occurs and I can check your org's logs on the cloud to see if we can find more details on this.