Integromat Text Functions [2022 Tutorial]

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

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

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

    You are a time saver!

  • @eboyd53
    @eboyd53 2 ปีที่แล้ว

    You gave me an idea for using this to create a form letter with replacement values. 💯

    • @maxvcollenburg
      @maxvcollenburg  2 ปีที่แล้ว

      Awesome! Happy to hear it gave you some inspiration 😄

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

    Hey Max, thank you so much for your tutorials. For future tutorials: could you please explain what you are trying to achieve and show a demo at the beginning of the video and then go to the steps. Thanks

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Good idea! Thanks for the feedback 🤗

  • @luiz_carlos
    @luiz_carlos 2 ปีที่แล้ว

    Dude, this video helped me a lot. I was trying to integrate Gmail with splitwise and was having a hard time. I managed to create the integration thanks to you.

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

      Hey Luiz! Happy to hear it helped you so much! 😄

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

    Thank you alot, with this video, I was able to generate a custom reference/invoice number according to customer information and date🎉🎉🎉🎉🎉

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

      Whohooo, nice! Happy to hear this video helped 😄

  • @andrewpndavies
    @andrewpndavies 2 ปีที่แล้ว

    Great video! So helpful - thank you

    • @maxvcollenburg
      @maxvcollenburg  2 ปีที่แล้ว

      Hey Andrew! Glad you like it! 😄

  • @vladislavv4977
    @vladislavv4977 3 ปีที่แล้ว

    Great video and cool vibe to learn more about integromat. Thanks a lot

  • @hadaseytan1707
    @hadaseytan1707 2 ปีที่แล้ว

    Hi Max and thanks for a great video! do you have any thoghts about how to slove this need?
    I have strings of different words, and need to eraseqreplace some of them.
    for example, tags are: house, car, chair, table; and I want to erase "car".
    the strings are different for each product.
    I thoght using "Index of" and then replace the word, but the index is for letters not whole words...
    Do you have any idea? THANKS!

  • @DataTechniques
    @DataTechniques 3 ปีที่แล้ว

    Great overview 👍

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Thanks! Glad you like it 😄👍

  • @simonelphick8790
    @simonelphick8790 3 ปีที่แล้ว

    Hi Max - enjoying these tutorils! As requested:
    in English this " ;" is a semicolon. And "ascii" we pronounce a-ski (a as in apple)!

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

      Haha, thanks for letting me know!
      I should make a list with the name of all these glyphs 😋

  • @cottagekeeper
    @cottagekeeper 3 ปีที่แล้ว

    Hi Max, trying to learn Integromat, I'm finding it very challenging. Would you consider creating a video that shows how to parse gmail data into airtable using Integromat? I feel like a ton of people could benefit from this. Many thanks for all you do!

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Hey Lisa! What kind of Gmail data would you like to format & put into an airtable?
      That would help me to show a relevant example 🙃

  • @christianorsos
    @christianorsos 2 ปีที่แล้ว

    What if you wanted to replace numbers? For example, replace '1000000' with '1 Million' how would you do that?

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

    Thanks Max for the video. So very basic question, if I just want to split the text in module like a normal paragraph to send in an email, should I just use split ( whatever text. newline) ? And do this for the whole email template? Or is there a faster workaround? cheers

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

      This is what I came to.fond out. A year later it still hasn't been answered. 🥴

  • @ИванТищенко
    @ИванТищенко 3 ปีที่แล้ว

    Thank you Max) very usefull!
    One question how to remove the "line break" in user answer through the "replace" function?

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Happy to hear it's useful! 🤗
      I think you could use the replace function to replace 'linebreak' by 'emptystring'
      So it would look like this;
      replace(yourvalue;linebreak;emptystring)
      Hope that helps!

    • @ИванТищенко
      @ИванТищенко 3 ปีที่แล้ว

      @@maxvcollenburg thanks for reply.
      Yes, I see in the section the keywords "empty string" in the "Text and binary functions" tab, but I do not see the keyword "linebreak" there

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      @@ИванТищенко ah, sorry. It's called 'newline' I see 😋
      So it would look like this;
      replace(yourvalue;newline;emptystring)
      Hope that works!

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

    is it possible find a space with indexOf?

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

    Is there any method to format text in italics or bold?

    • @maxvcollenburg
      @maxvcollenburg  2 ปีที่แล้ว

      Yes, but it depends on where you use the italics & bold.
      If you use it in an email, you can use for bold, and for italic.
      Hope that helps!

  • @wagnermonteiro3161
    @wagnermonteiro3161 3 ปีที่แล้ว

    Hey Max!
    Great video, thanks!
    I am trying to remove "space" and some symbols, sucha as ) ( - , from a telefone number filled in a form. Normally I do it trhough sending the phone number to a excel or google sheets, inputing the excel formula direct on Integromat. I would like to know if there is a better way to do it, directly with integromat.
    Thank you!

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

      Hey Wagner! Try searching for the "Phone number" app and use the "Parse a phone number" module.
      That way, you get the phone number in all kinds of different formats. Including one without special symbols.
      Hope that helps 🙃

  • @danielattard
    @danielattard 2 ปีที่แล้ว

    Hi Max, Do you know if it is possible to use the Replace function to remove certain text (such as spaces and dashes) and replace it with nothing at all? I want to remove all spaces and dashes from my string before running my regex on it. Wondering if this can be done. Thanks.

    • @maxvcollenburg
      @maxvcollenburg  2 ปีที่แล้ว

      Yes, you can replace whatever you want with the emptystring variable which you find at the text functions 😄

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

    Can you make text bold? I can't figure out how to make static text before a string bold.

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

      Heyhey! It depends on the application where you're planning the text you want to have bold?
      If you want to use it in an email module for example, you could HTML tags;
      Hope that helps! 🤗

  • @city3k5
    @city3k5 3 ปีที่แล้ว

    Hello,
    I want to know if there is a way to use a dynamic variable in Integromat, then recall a variable (eg var1, var2, var3) using a repeater (x = 1 to 3) and use each time the value of the variable ("var" + x )
    Thank you

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Hey Daniele! I think you can use the set variable module.
      Change the variable lifetime from one cycle to one execution, and you can use it! 😄

  • @Chuletas9OS
    @Chuletas9OS 3 ปีที่แล้ว

    Hi Max, great video! Do you know how I can do to remove a comma from my text? I tried replacing it with "null", "erase", or leaving it empty but it keeps showing up. I used Replace function. Thanks Max!

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

      Hey Pato! You're close!
      You can use the replace function to get rid of with comma, just be sure to insert the emptystring variable 🙃

    • @Chuletas9OS
      @Chuletas9OS 3 ปีที่แล้ว

      @@maxvcollenburg It works! Thank you very much Max!

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

      @@Chuletas9OS great! Happy to hear it helped 🙃

  • @D0J0Master
    @D0J0Master 3 ปีที่แล้ว

    Hello, Im trying to use the length to limit a string to only 6 digits, is this possible? Im struggling so much lol

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Hey DoJo! Is it a number that you want to round up/down to 6 digits? Or does that not matter and do you only want to get the first/last 6 digits?

  • @PaehBrian
    @PaehBrian 3 ปีที่แล้ว

    Hi, I have a question. I have a waiting list on my website and some people are making typos of .con instead of .com. Will the replace function work well here?

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

      Hey Paeh! Yes, that should work!
      I'm validating new leads with NeverBounce, and if the email address is invalid I check if they have one of the typo's below & replace it:
      1️⃣ .om > .com
      2️⃣ .con > .com
      3️⃣ gamil.com > gmail.com
      4️⃣ .xom > .com
      5️⃣ .cmo > .com
      Hope that helps!

    • @PaehBrian
      @PaehBrian 3 ปีที่แล้ว

      @@maxvcollenburg okay thanks! I've tested it and it does work

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      @@PaehBrian great! 🙌

  • @alsaukh3
    @alsaukh3 3 ปีที่แล้ว

    Very useful 👌

  • @Overblazeinnitmate
    @Overblazeinnitmate 3 ปีที่แล้ว

    Hey Max, can we use any excel formulas in integromat?

    • @maxvcollenburg
      @maxvcollenburg  3 ปีที่แล้ว

      Not that I know off, but the functions are rather similar.

  • @lucvanquickelberge8763
    @lucvanquickelberge8763 2 ปีที่แล้ว

    I want to remove ALL spaces in a string

    • @maxvcollenburg
      @maxvcollenburg  2 ปีที่แล้ว

      I think you could use the replace function. Replace {{space}} by {{emptystring}} 🤓