I’m creating an App using Zapier CLI. I’m trying to use the fetch function but it says it’s not defined.
const res = await fetch('http://example.com/');
Error:
Executing creates.new_article.operation.perform with bundle fetch is not defined
I want to encode an image to base64 using this example.
Appreciate your help.