Magic Formula to Solve Complex Problems in Make/Integromat

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

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

  • @nickmcvroom
    @nickmcvroom ปีที่แล้ว +3

    The most important point here is the point you made about the order of execution when connecting to the router! Thank you!

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

    Best Explanation in its Simplest Form.
    Thank you for the Tutorial.
    Expecting More Videos From This channel.

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

    OMG super helpful!! Thank you so much, this is one of the best make tutorials I've seen!!! Do more please!!

  • @bradleylambert3284
    @bradleylambert3284 2 หลายเดือนก่อน

    Thank you for that Daniel, this was driving me crazy!

  • @retromancer8262
    @retromancer8262 7 หลายเดือนก่อน

    Thanks for this explanation. I struggled with the order of setting variables. This helped a lot.

  • @zexar2082
    @zexar2082 8 หลายเดือนก่อน

    Invisible variables were exactly my problem
    Thank you very much ♥

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

    That was very eye opening. I've been going about things all wrong. Thank you! =D

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

    Helpful thanks. Let's call this just another "MAKE tax" for doing anything that should be simple.

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

    Thanks Daniel, this is super helpful!

  • @dtlaprint
    @dtlaprint 5 หลายเดือนก่อน

    great video, super simple and easy to follow

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

    Great !! , Really good example !! Thanks

  • @angusfraser5562
    @angusfraser5562 27 วันที่ผ่านมา

    Rather than using the aggregator could you alternatively add a route at the start so that you generate the results and then the second route from the first router gets the vars and prints the sentence?

    • @danzrust
      @danzrust  27 วันที่ผ่านมา

      Sorry, I don't totally follow. The Array Agg is there to bring the number of bundles to 1 again so you print the sentence only once.

  • @delegate-cl
    @delegate-cl 2 หลายเดือนก่อน

    Hello, I have a big problem, only the json parse allows me to get 3 budles. But I need to get more, since the variables in my Json are many more.
    I don't know how to do it, I've searched everywhere.
    Please can you help me friend please

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

    DO MORE !!! THANKS

  • @jerome1354
    @jerome1354 9 วันที่ผ่านมา

    Thank you

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

    SUPER !!

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

    If I want to organize the input (maximum of 5 variables like this A;B;D;C;E), always using the same phrase (A;B;C;D;E) even if there is not the maximum number of variables (5), how can I do it? That is, I want to identify if the first element of the input is "A" if it is A, then replace the first element of the input by A, otherwise by B, otherwise by C, D or E. I want this to always do the same structure: A;B;C;D;E or B;C;D;E or A;C;D or B;C;D. Putting always in first position the elements that are first in the vocabulary.
    Thanks!!

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

      without using "sort function" :)

    • @danzrust
      @danzrust  10 หลายเดือนก่อน +1

      I am a little lost in your description - can you give me an example with real data? Either way, I think you will need to iterate through the variables, identify non blanks and then somehow aggregate (to a text or an array).

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

      I want to organise the variables of an input (action=A;C;D;E;B) always in the same position, that is to say an ouput that is always ordered in the following structure: A;B;C;D;E, independently that there are 2,3,4 or 5 elements in the "action", I want it to order it always in the same way. In this case I am putting an alphabetical order but I would like to order it by a specific sequence. I know that there is a "sort" function that sorts in alphabetical order but I would like to know if there is another way to do it.
      Thanks

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

      @@MarioFoyes There must be a way but I'd need to see a scenario with real data and modules. You will probably still need to use sort function but only after you add some prefix to the sorted data (like 01-, 02-, 03-) just for the sake of sorting. Once the data is sorted you can strip away the temporary prefixes by doing something like last(split({your data});-))

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

      Thank you so much for your help. You have a new subscriber ! :) @@danzrust

  • @Леонид-с5з
    @Леонид-с5з 4 หลายเดือนก่อน

    6:48
    10:31
    12:22

  • @jordonschwann2107
    @jordonschwann2107 7 หลายเดือนก่อน

    Bussin