Magic Formula to Solve Complex Problems in Make/Integromat

Поділитися
Вставка
  • Опубліковано 27 гру 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 9 місяців тому

    Invisible variables were exactly my problem
    Thank you very much ♥

  • @timjeffries79
    @timjeffries79 Рік тому

    Thanks Daniel, this is super helpful!

  • @cheaptube4918
    @cheaptube4918 2 роки тому +1

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

  • @dtlaprint
    @dtlaprint 5 місяців тому

    great video, super simple and easy to follow

  • @aulasimple
    @aulasimple 11 місяців тому

    Great !! , Really good example !! Thanks

  • @angusfraser5562
    @angusfraser5562 Місяць тому

    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  Місяць тому

      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.

  • @7null
    @7null Рік тому +2

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

  • @jerome1354
    @jerome1354 26 днів тому

    Thank you

  • @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

  • @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з 5 місяців тому

    6:48
    10:31
    12:22

  • @jordonschwann2107
    @jordonschwann2107 7 місяців тому

    Bussin