How To Use Variables in Make.com for Peak Productivity

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

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

  • @davideylerYT
    @davideylerYT 4 месяца назад +1

    Thanks as always for sharing your knowledge : )

  • @VAjuls
    @VAjuls Месяц назад

    Hi I have KVcore crm. How can I extract or get contact information to send it to the other app I'm connecting it to?

  • @netuser-t3
    @netuser-t3 3 месяца назад

    How do you set up dev & prodcution environments on Make?

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

      you can do it with switchers and routers - kind of
      if doing http calls you can use switcher modules to switch out urls and api keys based on a variable being X (test/not test). if using prebuilt modules you'd have to create routes since you'd likely need different connections in the modules.
      alternatively you can duplicate scenarios and change the connections then turn on and off the dev vs live scenarios