Hey @Omotoke_Okeyemi this is similar to this thread - you can't use require in apps, so if you want to use axios you'd need to pull it from somewhere like here and then use the name the library generates when you import it.
I'd be curious to know why you need to use axios specifically! REST queries are definitely recommended, and if those don't work for some reason then the fetch API is accessible in apps. I might be missing something, but i'd probably suggest rewriting your script with a combination of JS and awaited REST query triggers ![]()