Create an Input Sheet with a Submit Button in Google Sheets to add Data to a Log: Apps Script Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ธ.ค. 2024

ความคิดเห็น • 11

  • @publiusii4246
    @publiusii4246 ปีที่แล้ว +2

    Great tutorial. I learned about GAS less than an hour ago and was able to fallow along and adapt the contents to accomplish my goal. Thanks so much

    • @yagisanatode
      @yagisanatode  ปีที่แล้ว

      That's awesome to hear. You can do a lot with GAS to automate your worklife.

  • @YABEEful
    @YABEEful ปีที่แล้ว +1

    you just made my day.. my life..! You are a genius..!! 🙏🙏

  • @temyraverdana6421
    @temyraverdana6421 2 ปีที่แล้ว +1

    Thanks, a very basic but useful video. I like it.
    See you next

  • @terrycoldewey3703
    @terrycoldewey3703 2 ปีที่แล้ว +1

    Awesome...thank you for this video!! Can you tell me how to get the data to auto sort by date when I input new data?

  • @RadcliffeBromfield
    @RadcliffeBromfield 2 ปีที่แล้ว +1

    Great Job, is this for a single user or can multiple users use the form to submit at the same time and run the script?

    • @yagisanatode
      @yagisanatode  2 ปีที่แล้ว

      This would be an ideal approach for a sheet shared with a smaller group of editors. As we move through the series you will see how we expand on this approach and build it into a sidebar app in part 5 where we can better hander a larger editor size. You can check out the playlist here: th-cam.com/play/PLSDEbLgMgqvrwnVekQKlrx1Zyi1tUFsyY.html

  • @emmadkareem5247
    @emmadkareem5247 ปีที่แล้ว

    Nice tutorial. To me, the icon is far from pretty! Thank you.

  • @brahsharing4u
    @brahsharing4u ปีที่แล้ว

    Thank you for this tutorial. I have followed each step. The code is working, unfortunately I received ([Ljava Lang.Object;@476dc382] in the destination sheet. The code after "@" changes in each submit.
    Thank you in advance.

    • @yagisanatode
      @yagisanatode  ปีที่แล้ว

      It's difficult to stay with the error information provided. Try and look at the line number recorded in the error to see if something odd is there.