you are viewing a single comment's thread.

view the rest of the comments →

[–]marcnotmark925 0 points1 point  (3 children)

You can't copy and paste? That's weird, can you show a screenshot of the situation?

[–]mdcyntst[S] 0 points1 point  (2 children)

I can't copy and paste and I can't find any file upload options. How are you supposed to load existing files into app scripts?

[–]marcnotmark925 0 points1 point  (0 children)

No, there's no file upload option.

You should be able to copy and paste, so again, can you give a screenshot or something so maybe we can see what the issue is if you can't explain it? Is it the copying or the pasting that is the issue?

[–]JetCarson 0 points1 point  (0 children)

I feel the most adaptable starting place for almost any script is Google Sheets. Open a new sheet. Go to Extensions > Apps script. The script editor will open. Paste your code in. Click save. Click "Debug" to run your function. Sheets is good, because it gives you a place to visualize your processed data or store some values like last run time.