Magic Formula to Solve Complex Problems in Make/Integromat

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024
  • The video shows how to solve complex problems in Make by using Set and Get Variables module along with a smart use of Router.
    You can get the sample data on my website here: tinyurl.com/2g...
    Is this video too easy for you? Try this one: • Advanced Concepts in M...
    #make #makeitwithmake #integromat #ipaas #automation

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

  • @bradleylambert3284
    @bradleylambert3284 7 дней назад

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

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

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

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

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

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

    Invisible variables were exactly my problem
    Thank you very much ♥

  • @delegate-cl
    @delegate-cl 15 дней назад

    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

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

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

  • @dtlaprint
    @dtlaprint 3 месяца назад

    great video, super simple and easy to follow

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

    Great !! , Really good example !! Thanks

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

    Thanks Daniel, this is super helpful!

  • @7null
    @7null Год назад +2

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

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

    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 8 месяцев назад

      without using "sort function" :)

    • @danzrust
      @danzrust  8 месяцев назад +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 8 месяцев назад

      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  8 месяцев назад

      @@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 8 месяцев назад

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

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

    DO MORE !!! THANKS

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

    SUPER !!

  • @Леонид-с5з
    @Леонид-с5з 3 месяца назад

    6:48
    10:31
    12:22

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

    Bussin