How To Use Integromat Routers & Filters [2022 Tutorial]

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

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

  • @maxvcollenburg
    @maxvcollenburg  3 года назад +2

    Any questions? Let me know! 🙂

    • @pedrobautista86
      @pedrobautista86 3 года назад

      Thanks. I need to set up my scenario (Survey123) for reports. I have two options, Add or Update records, could you help me please how to set up the filters. Thanks

  • @peterland001
    @peterland001 3 года назад

    Awesome Max, thanks for the intro - looking forward to building integrations with this tool

  • @Steffan864
    @Steffan864 2 года назад

    He Max, thanks voor je informatieve videos. Als beginner heb ik een hoop geleerd via jouw kanaal. Keep it up!

  • @whatfoodsmenu
    @whatfoodsmenu 3 года назад

    This video needs more views . Thanks

  • @DataTechniques
    @DataTechniques 2 года назад

    Thank you, very helpful

  •  9 месяцев назад

    How to use the text filter for several words?
    Like: Filter data wich contains A or B
    In my case I wann exclude filename wich contains one of the given words.

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

    Hello, thanks for your videos, really useful resources. Do you know how to converge multiple modules into one? (eg: handling multiple http responses to save it all in one google sheet)

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

      Hey Mario! Do you have an example? Not exactly sure what you're trying to do 😋

  • @natealemu
    @natealemu 3 года назад

    How would you do a filter if you only wanted the data from yesterday?
    For example only yesterdays emails or the last 7 days, etc

    • @maxvcollenburg
      @maxvcollenburg  3 года назад +1

      Hey Natnael! You could use the addDays() function to substract one day.
      Paste this into your filter:
      {{addDays(now; -1)}}
      And compare it to the date of the email 🙃

    • @natealemu
      @natealemu 3 года назад +1

      @@maxvcollenburg Thank you

    • @maxvcollenburg
      @maxvcollenburg  3 года назад

      @@natealemu you're welcome! Let me know if you've any other questions 🙃

  • @kevlaaaaar
    @kevlaaaaar 2 года назад

    Is it possible using filters to search for the word "phone" without it picking out the word "smartphone" or "headphone"

    • @maxvcollenburg
      @maxvcollenburg  2 года назад

      The simplest way is probably to check if it contains [space]phone[space], that way you don't get those other words 🙃
      Under the text functions tab you'll see a variable for a space.
      Hope that helps Kev!

  • @kevinjohnson1061
    @kevinjohnson1061 3 года назад

    Why not E? Then the condition is day of week > 5

    • @maxvcollenburg
      @maxvcollenburg  3 года назад

      Do whatever works best for you 🙃
      I have a better overview when I use day names of the week.

    • @kevinjohnson1061
      @kevinjohnson1061 3 года назад

      @@maxvcollenburg Cool, thanks for the followup. Just wanting to make sure it was a style choice and not something I was missing. Thanks!