Top 10 Expert Tips for Efficient Automations in Make [Part 1]

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 56

  • @PremiumLeo
    @PremiumLeo 27 дней назад +1

    I saved this video for future reference. Some great tips in here.

    • @AaronDelz
      @AaronDelz  14 дней назад

      Awesome! Glad they helped!

  • @DimbyRakotomalala
    @DimbyRakotomalala 3 месяца назад +1

    Very useful! Thank you 🚀🚀

  • @LukaEdisherashvili-x1h
    @LukaEdisherashvili-x1h 2 месяца назад +2

    Tip 5 : HTTP module is quite slow. I'd recommend using a json parser and in value you put emptystring. It's instant error.
    Bonus tip with this error thrower : If you want if/else equivalent with filters (say you have 2 branches and one is filled with conditions, and you'd only go through 2nd branch if 1st isn't satisfied) - Use json parse : emptystring to throw an error and add error handler Commit. Only works on short scenarios or final decisions, as this stops the full scenario. Example : slack channel accepts multiple commands in the chat (10+ branches), but if neither of conditions are validated, we add a last branch (last in order) without any conditions, containing final slack of error message : ("no command found").

    • @AaronDelz
      @AaronDelz  2 месяца назад

      I agree with you about tip 5. Since this video I’ve come up with a slightly quicker method. Now I just choose the “executionId” from the general functions. But I can see yours working well too.
      Interesting about your bonus tip. I’ll have to try it out. Thanks!
      Also, this video is about a year old, I’ve come up with tweaks to some of these plus learned more tips and tricks. I’ll have to record a new updated video.

  • @albertoanez
    @albertoanez 2 месяца назад +1

    This is fire brother.

    • @AaronDelz
      @AaronDelz  2 месяца назад

      Glad to hear that!

  • @bendingreality-
    @bendingreality- Год назад +2

    Great stuff! Yes please, a video where you show the whole scenario would be very helpful

    • @AaronDelz
      @AaronDelz  Год назад +5

      Im getting several people asking about that. I’ll get to recording a video going over the whole thing.

  • @qqlife
    @qqlife 5 месяцев назад

    Very nice video

  • @MSS-zl3ty
    @MSS-zl3ty 7 месяцев назад +1

    Tip 5 is brilliant. A real time saver. Thanks!

    • @AaronDelz
      @AaronDelz  7 месяцев назад

      Yes! That’s probably the one I use the most.

  • @thestuff85
    @thestuff85 7 месяцев назад +1

    so helpful, genius stuff!

    • @AaronDelz
      @AaronDelz  7 месяцев назад

      Wonderful! Glad to hear 🙌🏼

  • @AaronFay
    @AaronFay 6 месяцев назад

    Tip about the error is smart, thanks.

    • @AaronDelz
      @AaronDelz  6 месяцев назад

      Awesome, glad to hear!

  • @cre8iongroup796
    @cre8iongroup796 8 месяцев назад +2

    Thanks for sharing about how to break and store data to test.

    • @cre8iongroup796
      @cre8iongroup796 8 месяцев назад

      Just realized that this only works for instant triggers, if it's time based that when I think you suggest using your tip number 6.

    • @AaronDelz
      @AaronDelz  8 месяцев назад

      Glad it was helpful!

    • @AaronDelz
      @AaronDelz  8 месяцев назад

      It doesn’t matter what type of trigger it is, because remember for testing, the scenario is off and when you want to run a test you click the Run Once button.

    • @cre8iongroup796
      @cre8iongroup796 8 месяцев назад

      ​@@AaronDelz Maybe the issue is that we are testing with data that is already in a google sheet. We're using a watch row module but the test data that we want to process is already in the sheet. We don't get the option to use existing processes.

  • @gavinwiener
    @gavinwiener 10 месяцев назад +1

    The renaming one/adding field I had never heard of, that's super cool

    • @AaronDelz
      @AaronDelz  8 месяцев назад

      Awesome! Glad to hear!

  • @jamesbusinessgrowth992
    @jamesbusinessgrowth992 Год назад

    these are super useful make tips. thanks.

    • @AaronDelz
      @AaronDelz  Год назад

      You’re welcome! Just wait till you get to part 2 😁

  • @nicoyou11
    @nicoyou11 Год назад

    Great job, really useful!

    • @AaronDelz
      @AaronDelz  Год назад

      Awesome, glad you found it useful

  • @chuntoon1
    @chuntoon1 Год назад

    Such great little tricks! I've been trying to find more uses for Make these days and these idea are awesome for building new routine!!!

    • @AaronDelz
      @AaronDelz  Год назад +1

      Awesome! Glad you found use in them.

  • @DaVidiot6000
    @DaVidiot6000 10 месяцев назад +1

    I’d love a walkthrough of that scenario!

    • @AaronDelz
      @AaronDelz  10 месяцев назад

      I’m getting a lot of people asking about it, I’ll move it up on my priority list 😁

  • @ThomasPacheco80
    @ThomasPacheco80 Год назад +1

    bro, great video. I like the use of forcing an error to reuse the data. I would always copy the input data, paste into postman, and resend the data through postman. Love the tip on moving the filter too. very sneaky!

    • @AaronDelz
      @AaronDelz  Год назад

      Awesome! Thanks man! Wait till you see my Tip #6, an alternative to using Postman.
      ruclips.net/video/ObJW0nZk4VU/видео.html

  • @AaronDelz
    @AaronDelz  Год назад

    Tip number 5 is my favorite and one I use all the time.

  • @patman2468
    @patman2468 8 месяцев назад +1

    great stuff

    • @AaronDelz
      @AaronDelz  8 месяцев назад

      I appreciate that. You’re welcome!

  • @gruesome24
    @gruesome24 Год назад

    Cheers buddy for the tips. Can you go through the whole scenario in detail?

  • @lexx8869
    @lexx8869 11 месяцев назад

    Hello! Could you please make a video about ClickUp? In ClickUp tasks, you can use custom fields. However, when retrieving data from a task, ClickUp provides a collection of these fields, and each custom field in this collection has its own index. The issue is that it's not possible to write the specified custom fields in a task with a single operation; you have to use the iterator twice. Then, you need to use the aggregator twice to gather the steps back and avoid triggering the next step with each field. Is there a way to use a JSON array to reduce the number of operations?

  • @skumar042
    @skumar042 7 месяцев назад

    Very good info, insightful. Many thanks Aaron for your time & effort. Much appreciated, I liked, subscribed & signed-up Make using your link. I'm certified IT Programme Manager predominantly worked in BFSI domain. Lot to learn from you! Cheers TA, Santosh from India.

    • @AaronDelz
      @AaronDelz  7 месяцев назад

      Wow, thank you very much! I’m glad I’ve been able to provide you value and hopefully a lot more to come!

  • @vhjvbhjb5280
    @vhjvbhjb5280 Год назад +1

    Hi, do you know if you can automate follow up emails to non openers in gohighlevel?

    • @AaronDelz
      @AaronDelz  Год назад

      Yes, here you go:
      ruclips.net/user/shortsAKwXss2kQDo

  • @docjoesweeney
    @docjoesweeney 7 месяцев назад +1

    Some excellent usability hacks hete

    • @AaronDelz
      @AaronDelz  7 месяцев назад

      Awesome! Glad you enjoyed them!

  • @infinix-098
    @infinix-098 Год назад

    Bro can you make automation scenario of taking blog post by rss feed and rephrase it in chatgpt and publish in wordpress

    • @AaronDelz
      @AaronDelz  Год назад

      Yea I can do something like that

  • @AaronDelz
    @AaronDelz  Год назад

    These tips start from very simple and get more advanced. There's a little bit for everyone. If you have any questions about anything in this video, let me know below.

  • @johnvincentramada9717
    @johnvincentramada9717 8 месяцев назад +1

    Men I learned a lot

    • @AaronDelz
      @AaronDelz  8 месяцев назад

      Wonderful! Awesome to hear🙌🏼

  • @Mitchellbmarketing
    @Mitchellbmarketing Год назад +1

    Letsgoo

    • @AaronDelz
      @AaronDelz  Год назад

      🙌🏼 Hope you learned something awesome 😁

  • @raoulvandine7086
    @raoulvandine7086 Год назад

    *Promo SM*

  • @dchmiller
    @dchmiller 7 месяцев назад

    Wait a sec that's not Make, that's .PHONY: