Notion Variables Explained (Formulas 2.0)

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

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

  • @adamchatko
    @adamchatko 11 หลายเดือนก่อน +1

    That's really well explained and easy to follow even for someone with no Notion experience whatsoever, so great job!

    • @OptiOppNotion
      @OptiOppNotion  11 หลายเดือนก่อน

      We’re glad it was helpful!

    • @evazivanovic
      @evazivanovic 11 หลายเดือนก่อน

      Thanks Adam! Glad you think so!

  • @crazy88svids
    @crazy88svids 28 วันที่ผ่านมา +1

    Thanks, clear and well explained.

  • @catzerk399
    @catzerk399 11 หลายเดือนก่อน +1

    This was both efficient and excellent. I learned so much in this brief video! Thank you so, so much for your excellent tutorials!

    • @OptiOppNotion
      @OptiOppNotion  11 หลายเดือนก่อน +1

      You’re very welcome!

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

    Hi Eva!!! So nice that your tutorials are going to be my copilot on formulas 😁😁

    • @OptiOppNotion
      @OptiOppNotion  11 หลายเดือนก่อน +1

      Love to hear it! Anything in particular you would like us to cover?

    • @evazivanovic
      @evazivanovic 11 หลายเดือนก่อน

      Hey Sergio! You’re on! 🎉
      As Ben already mentioned, we’d love to hear more about what you’d like to see in our videos.

  • @matiassamo
    @matiassamo 10 หลายเดือนก่อน

    Thanks. The syntax is a bit quirky, this helped me out! My brain doesn't really like the expression needs to be wrapped inside the lets() :D

    • @matiassamo
      @matiassamo 10 หลายเดือนก่อน

      Do you store copies of formulas elsewhere, like GitHub repos? As setups become more advanced I get increasingly worried of someone accidentally messing up or deleting important formulas.

    • @OptiOppNotion
      @OptiOppNotion  10 หลายเดือนก่อน

      We're glad you found the video helpful!

  • @reznpezn94
    @reznpezn94 11 หลายเดือนก่อน +1

    This is so helpful! :)

    • @OptiOppNotion
      @OptiOppNotion  11 หลายเดือนก่อน

      Glad you think so!

    • @evazivanovic
      @evazivanovic 11 หลายเดือนก่อน +1

      Thanks Tereza!

  • @christianmagill3829
    @christianmagill3829 11 หลายเดือนก่อน +1

    Testing variables and defining styles in variables are great ideas. Seems like there's no real reason to ever use let over lets.

    • @OptiOppNotion
      @OptiOppNotion  11 หลายเดือนก่อน +1

      Exactly! Variables result in less code and the ability to make fast changes, such as quickly changing the style

    • @evazivanovic
      @evazivanovic 11 หลายเดือนก่อน

      You’re right. I’ve used let very rarely since the new Formulas came out.
      The thing is if you’re writing a simple, one-line expression it doesn’t make sense to use variables because you just complicate your life for no reason.
      So for a one-liner I don’t use variables, but as soon as I have 2 lines of code, I use variables.