i can see and press the copy button for the examples where is the paste button and where do you paste what you have copied???
Solved
Script block copy button?
Best answer by ScottWorld
Welcome to the community, @Andrew_Gold!
You paste it immediately above the examples, in the code area that starts off with this default code:
output.markdown('# Hello, world!');
let name = await input.textAsync('What is your name?');
output.text('Welcome to the scripting block, ${name}.\');
Just erase that default code, and paste your new code there.
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question. If not, please let me know what else you need help with! :slightly_smiling_face:
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
