Code Step Empty on Long Blog Post Template

Any ideas what should be in the code step for the long blog post template? Step 1 and 2 run fine, but step 3 is empty. Here is a screen shot

Hey there, not sure what you intend to do with this, but the code step is to utilize Javascript (node.js) and output. You have to provide the code in the empty box. If this is what you intend, I had a post with details on how it works and can paste it back. Let me know!

I updated the template, and here is the code

export const code = async (params) => {
    return { ...JSON.parse(params.chatgpt), num: Math.floor(Math.random() * 100000) };
};

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.