Regular Expressions 101

Save & Share

  • Regex Version: ver. 1
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

/
/
g

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(?:(?:ht|f)tps?:)?\/\/[\S"]+?(?=[\\\s"])" Local $sString = "" & @CRLF & _ "<!DOCTYPE html>" & @CRLF & _ "<html lang="en" class="desktop-view not-mobile-device text-size-smaller">" & @CRLF & _ " <head>" & @CRLF & _ " <meta charset="utf-8">" & @CRLF & _ " <title>Remove links from the text - How To - Make Community</title>" & @CRLF & _ " <meta name="description" content="Hello! " & @CRLF & _ "I have a msgTxt, that comes from a previous module, and I want to send this msgTxt to GPT assistant BUT i need to get rid of all the links in the message firs. I want to make it by replacing links with text “URL” &amp;hellip;">" & @CRLF & _ " <meta name="discourse_theme_id" content="72">" & @CRLF & _ " <meta name="discourse_current_homepage" content="new">" & @CRLF & _ "" & @CRLF & _ " <meta name="generator" content="Discourse 3.5.0.beta2-dev - https://github.com/discourse/discourse version f3f2ae1ae7f0117375f3130c569c255c545a6465">" & @CRLF & _ "<link rel="icon" type="image/png" href="https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/1X/491d7abe4a5782d0c00ef5416223123f9f329cc5_2_32x32.png">" & @CRLF & _ "<link rel="apple-touch-icon" type="image/png" href="https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/2X/1/10a95ac83d0e9a182e57d011f160adf09eaadc6d_2_180x180.png">" & @CRLF & _ "<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">" & @CRLF & _ "<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#ffffff">" & @CRLF & _ "" & @CRLF & _ "<meta name="color-scheme" content="light dark">" & @CRLF & _ "" & @CRLF & _ "<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, viewport-fit=cover">" & @CRLF & _ "<link rel="canonical" href="https://community.make.com/t/remove-links-from-the-text/75253" />" & @CRLF & _ "" & @CRLF & _ "<link rel="search" type="application/opensearchdescription+xml" href="https://community.make.com/opensearch.xml" title="Make Community Search">" & @CRLF & _ "" & @CRLF & _ " <meta name="csrf-param" content="authenticity_token" />" & @CRLF & _ "<meta name="csrf-token" content="JR_BGSbjfiK_yI5a97xAmPl79q1URV5_ru95UbgUrYmd1R8V6ZOcqKB2A-EKajwLn05bK4DmogION4tEtDoxxQ" />" & @CRLF & _ "" & @CRLF & _ " <meta name="fragment" content="!">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <link rel="preload" href="https://europe1.discourse-cdn.com/flex013/assets/start-discourse-61ad9120d229052658ceb8dbd4c5197830da20afd3aafe5d031e7f8864f5183d.br.js" as="script" nonce="LfDdge4T7fWnkONg1v7pUJLal">" & @CRLF & _ " <link rel="preload" href="https://europe1.discourse-cdn.com/flex013/assets/browser-update-e0a257c7614ac70db097c7231f4f33cbeb20c7929f4ed6ad7f8f23385bb19643.br.js" as="script" nonce="LfDdge4T7fWnkONg1v7pUJLal">" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/browser-detect-89fdb098f513ce7d56db04eeb26ff4120d86e9f8c36a08c67c276bdb20f3e4c0.br.js" data-discourse-entrypoint="browser-detect" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/vendor.9a425c33fe025cd82b2ebcdb87489d36-cba410953f0c8fdf9bbc1a00be31cef113d7eecb45d9744a7fad9c1b274b2379.br.js" data-discourse-entrypoint="vendor" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/chunk.733deef5624f64e51ddd.d41d8cd9.br.js" data-discourse-entrypoint="discourse" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://europe1.discourse-cdn.com/flex013/assets/chunk.b3b4a426ae935ed2410f.d41d8cd9.br.js" data-discourse-entrypoint="discourse" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/automation-99283b0d4fb6a636b47fa7f6be115f6acc7c01031acc6c48dca19855f33bf243.br.js" data-discourse-entrypoint="plugins/automation" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/automation_admin-62010d2833f8f5b6af953b5747e9b5f3e34ea2b7b30d1ee8de14fd12433855be.br.js" data-discourse-entrypoint="plugins/automation_admin" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/chat-3044e3781bfadc0371780b88c6e0d5db1d02dfdbe6a56e676e9da37553e78677.br.js" data-discourse-entrypoint="plugins/chat" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/chat_admin-92c640a919c1d98563666849155ca180ab9fd906927b7957be25b4076a121db7.br.js" data-discourse-entrypoint="plugins/chat_admin" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/checklist-eecbdfe70a0aface96939a98e7fce25d942f8ab34e99bbe6034384e6c19bed6b.br.js" data-discourse-entrypoint="plugins/checklist" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-ai-ece7cb66475716c1b1c19cfcb33edb0adfb96388ec0d3c65543a9228f2c85357.br.js" data-discourse-entrypoint="plugins/discourse-ai" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-ai_admin-1abf079853247b854c55c14fe219699e579a27d964a0806826290864309bc399.br.js" data-discourse-entrypoint="plugins/discourse-ai_admin" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-data-explorer-23875f570dd3dc8058ca4f1d2c876ea6bb0be7ebc8de26dcc3dc594ef1e8ab9d.br.js" data-discourse-entrypoint="plugins/discourse-data-explorer" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-deprecation-collector-ee9044de520d5f7b7f834498ef3c4d5afefcacc6aa910d69841a6f930d872455.br.js" data-discourse-entrypoint="plugins/discourse-deprecation-collector" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-details-e120cd7740837a72930f05dcfa2e9ec85d69dd5a65f09cdd030814443b72be1d.br.js" data-discourse-entrypoint="plugins/discourse-details" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-gamification-af983985f3bbb8ab38ceee10e69eb9d39dd2a4b23e36a71b26328c999f6473f5.br.js" data-discourse-entrypoint="plugins/discourse-gamification" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-gamification_admin-77bcd80050316c36f5f073580327cb93c8d2545e6e4734f78abaf644001b0998.br.js" data-discourse-entrypoint="plugins/discourse-gamification_admin" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-lazy-videos-6c11ee125cc4a8bb6caf80fdbbe0805373d6a48e32a518e243668f1396d7cbcf.br.js" data-discourse-entrypoint="plugins/discourse-lazy-videos" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-local-dates-2517e87dbcde93cc723c872169144ced86295156b640162d8b1017e273693fa4.br.js" data-discourse-entrypoint="plugins/discourse-local-dates" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-presence-a81393a11054053a7aa8b4573a971889e0ebd087d9442ef75a4d3928c1afd9e4.br.js" data-discourse-entrypoint="plugins/discourse-presence" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-reactions-5096bda103cc32d62c392cf5282bff12df5eebc45b940bb95b857470241ebdd9.br.js" data-discourse-entrypoint="plugins/discourse-reactions" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-solved-59d881a867cc0428de2c97c56252747f23b372bc18baa579b41b4cea1bc4c4e3.br.js" data-discourse-entrypoint="plugins/discourse-solved" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-templates-739995feaf9f8454210a50936a3e401eb844397028c1b5474b22a054888d29ee.br.js" data-discourse-entrypoint="plugins/discourse-templates" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/discourse-user-notes-c2636c5187e133a3c279b33c6dd91521f86d52d14c387b9daf711fc77cc09ecb.br.js" data-discourse-entrypoint="plugins/discourse-user-notes" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/footnote-d576c7186c9634d9d16ef9fc0fea8b15fcb7c6e0254119fdd8b09020bfa5a482.br.js" data-discourse-entrypoint="plugins/footnote" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/footnote_extra-295b457b90cb18fedfdb544868c494c71842a27c0781d3042fa4fd26589204fa.br.js" data-discourse-entrypoint="plugins/footnote_extra" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/hosted-site-4d63f4c43241953db537ba8d26c71258c21fac4e5d77c15fd2ee04c185e80c2d.br.js" data-discourse-entrypoint="plugins/hosted-site" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/hosted-site_admin-31ef5f9a2395c3e4672415560a3b81a55cab405a29f25755e1b0fc8c407289d0.br.js" data-discourse-entrypoint="plugins/hosted-site_admin" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/poll-0f1e7755ec64463294716af6dee0fac17fe394e3bdbba7be740565925113d3d1.br.js" data-discourse-entrypoint="plugins/poll" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/plugins/spoiler-alert-4dd1e949dae11acee5cec1798139e56b26def9cfbd2c4c4a1b50430e2cfae099.br.js" data-discourse-entrypoint="plugins/spoiler-alert" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/locales/en-f7bc6c1162d9f71cb544d056f94157aa7d9cf7352d978095efc630e3e9138218.br.js" data-discourse-entrypoint="locales/en" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://dub1.discourse-cdn.com/flex013/extra-locales/9c5739b564a8ec4ccef9c30d8b76aa49b665e587/en/mf.js?__ws=community.make.com" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://dub1.discourse-cdn.com/flex013/extra-locales/561d11abd44ef286b97933d5857d8ee6461d9085/en/overrides.js?__ws=community.make.com" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/41efffc5532a6695e14277b0fd5d2fb1fbf64479.js?__ws=community.make.com" data-theme-id="72" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/40d50a119f82212bb26c5136fb7493e72f5eb5c8.js?__ws=community.make.com" data-theme-id="12" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/bee50317d1e32dc8367dd9fc72d239cd97e635c5.js?__ws=community.make.com" data-theme-id="30" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/49eb210cbb9c9a97f6aeca783dbf83700c121798.js?__ws=community.make.com" data-theme-id="47" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/e0a254b3f10a0d5681128be42df80d93cb4e6daa.js?__ws=community.make.com" data-theme-id="52" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/5cc0ea1b65e7643675a036f4359bbd152756893f.js?__ws=community.make.com" data-theme-id="53" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/0fa5f82a843e0f013615f9a330dd6fd48c9dbe60.js?__ws=community.make.com" data-theme-id="55" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/e2a7c02930f128df2f31767c4e83d8cc6944f3d7.js?__ws=community.make.com" data-theme-id="59" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/fa630fbd7d4ee699c370bc1c96c88daee52e1502.js?__ws=community.make.com" data-theme-id="61" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/4a84ef8d9a35c1ed67a2c431d8afb31e15b06805.js?__ws=community.make.com" data-theme-id="64" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/c31e3ee0cf704106880754ca36659461c295167c.js?__ws=community.make.com" data-theme-id="66" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/b55cb42c8ff228ab4e2000ab663b60d2848d5566.js?__ws=community.make.com" data-theme-id="73" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/9649cad26f369af2a6d387b5d54a3929b95dad45.js?__ws=community.make.com" data-theme-id="77" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/9acf9cbfa489176d5de30d576c880e0695a6cb69.js?__ws=community.make.com" data-theme-id="78" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/809455454e19864e4ef7da9e49ac301fb57dedca.js?__ws=community.make.com" data-theme-id="80" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/1715ce527807a58c25e5167f73f360b48a31a908.js?__ws=community.make.com" data-theme-id="85" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/54c982097de3368a1272670518f52b77e61d74c9.js?__ws=community.make.com" data-theme-id="72" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/5bfb61c2bceb23253ea932a3d0bdaea24d440cae.js?__ws=community.make.com" data-theme-id="12" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/b807da121363a6c6e4bf19d07799106abd4c0c75.js?__ws=community.make.com" data-theme-id="22" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/a54f66e17f0090d3267467fc8ca8dcef7d2e9601.js?__ws=community.make.com" data-theme-id="30" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/923c8f5d330ca3f94b8c74d2885f6f25653f5292.js?__ws=community.make.com" data-theme-id="47" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/bfe4c02b646037a52e249c1eb25efb289e1c63ab.js?__ws=community.make.com" data-theme-id="52" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/9c6e9473f9f407d7ee9101365f4497d065d35635.js?__ws=community.make.com" data-theme-id="53" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/f5c6ff323a160210155df097130c6b71fd091ad1.js?__ws=community.make.com" data-theme-id="55" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/ee7b6d413233deb0e13d5d874ff7411b63aa60af.js?__ws=community.make.com" data-theme-id="59" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/3dd8276955b97a4f75d863c918d9598dbc76672d.js?__ws=community.make.com" data-theme-id="61" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/97d611816182d57e528a98db4525e0715797e9ad.js?__ws=community.make.com" data-theme-id="62" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/4e70c8a53408de663d92c43c08b2c5bba431f84b.js?__ws=community.make.com" data-theme-id="64" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/02e93303c6205383ace5b6fe9acb129bebc58cec.js?__ws=community.make.com" data-theme-id="65" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/c5245f6149015324e3e17e16a6fa161d42c1ee9d.js?__ws=community.make.com" data-theme-id="66" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/8b853fd9b2cbd2f6ace7eed87ba615903875e64e.js?__ws=community.make.com" data-theme-id="70" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/841d2e6489dd5c54be917095f6029b5052e5c2b0.js?__ws=community.make.com" data-theme-id="77" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/a2912dda4ea933fd9c6cb75308ccc89ef5f54c0a.js?__ws=community.make.com" data-theme-id="78" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/d8e098e849246ad883dd1fd2805a8c6a3a502768.js?__ws=community.make.com" data-theme-id="85" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/a330dfbe8a9e42e89bb78dbba3441344f67e6236.js?__ws=community.make.com" data-theme-id="38" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<!-- OneTrust Cookies Consent Notice start for make.com -->" & @CRLF & _ "<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="348cfed9-bfc6-4d1b-bf17-d211a86aa3e7" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<!-- OneTrust Cookies Consent Notice end for make.com --><script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/05307152db436f7a0bceab32f2c21c96394b5e0e.js?__ws=community.make.com" data-theme-id="71" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/157e77e438aef3995a390d0d4b29c8ebdace9b03.js?__ws=community.make.com" data-theme-id="83" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<!-- Add this to the </body> section in your theme component -->" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/417131b4518515d60a938e18510a098aafd83ff8.js?__ws=community.make.com" data-theme-id="84" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/83106f8fed60595f731f037ffa030565f970d62e.js?__ws=community.make.com" data-theme-id="86" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <link id="manifest-link" rel="manifest" href=/manifest.webmanifest crossorigin="use-credentials">" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <link rel="alternate nofollow" type="application/rss+xml" title="RSS feed of &#39;Remove links from the text&#39;" href="https://community.make.com/t/remove-links-from-the-text/75253.rss" />" & @CRLF & _ " <meta property="og:site_name" content="Make Community" />" & @CRLF & _ "<meta property="og:type" content="website" />" & @CRLF & _ "<meta name="twitter:card" content="summary" />" & @CRLF & _ "<meta name="twitter:image" content="https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png" />" & @CRLF & _ "<meta property="og:image" content="https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png" />" & @CRLF & _ "<meta property="og:url" content="https://community.make.com/t/remove-links-from-the-text/75253" />" & @CRLF & _ "<meta name="twitter:url" content="https://community.make.com/t/remove-links-from-the-text/75253" />" & @CRLF & _ "<meta property="og:title" content="Remove links from the text" />" & @CRLF & _ "<meta name="twitter:title" content="Remove links from the text" />" & @CRLF & _ "<meta property="og:description" content="Hello! I have a msgTxt, that comes from a previous module, and I want to send this msgTxt to GPT assistant BUT i need to get rid of all the links in the message firs. I want to make it by replacing links with text “URL” What I do, is I use “replace” function, and regular expression. Here is what I got now: {{replace(12.msgTxt; “(https?|ftp)://(?:(?:[\w-]+.)+[a-zA-Z]{2,}|localhost|\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})(?::\d+)?(?:/[^\s])?(?:?[^#\s])?(?:#[^\s]*)?”; “URL”)}} I also tried to use simp..." />" & @CRLF & _ "<meta name="twitter:description" content="Hello! I have a msgTxt, that comes from a previous module, and I want to send this msgTxt to GPT assistant BUT i need to get rid of all the links in the message firs. I want to make it by replacing links with text “URL” What I do, is I use “replace” function, and regular expression. Here is what I got now: {{replace(12.msgTxt; “(https?|ftp)://(?:(?:[\w-]+.)+[a-zA-Z]{2,}|localhost|\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})(?::\d+)?(?:/[^\s])?(?:?[^#\s])?(?:#[^\s]*)?”; “URL”)}} I also tried to use simp..." />" & @CRLF & _ "<meta property="og:article:section" content="How To" />" & @CRLF & _ "<meta property="og:article:section:color" content="6D00CC" />" & @CRLF & _ "<meta property="og:article:tag" content="functions" />" & @CRLF & _ "<meta property="article:published_time" content="2025-03-15T19:26:02+00:00" />" & @CRLF & _ "<meta property="og:ignore_canonical" content="true" />" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script async src="/plugins/discourse-client-performance/javascripts/discourse-client-performance.js?v=322d8b4ff0e965503c2f962b5641538ca80d77b0e807fdf94a53b480e7e032d3" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script type="application/ld+json">{"@context":"http://schema.org","@type":"QAPage","name":"Remove links from the text","mainEntity":{"@type":"Question","name":"Remove links from the text","text":"Hello!\n\nI have a msgTxt, that comes from a previous module, and I want to send this msgTxt to GPT assistant BUT i need to get rid of all the links in the message firs. I want to make it by replacing links with text “URL”\n\nWhat I do, is I use “replace” function, and regular expression.\n\nHere is what &hellip;","upvoteCount":0,"answerCount":0,"datePublished":"2025-03-15T19:26:02.796Z","author":{"@type":"Person","name":"Alex_Pn","url":"https://community.make.com/u/Alex_Pn"}}}</script>" & @CRLF & _ "" & @CRLF & _ " <meta id="data-discourse-setup" data-cdn="https://dub1.discourse-cdn.com/flex013" data-base-url="https://community.make.com" data-base-uri="" data-environment="production" data-letter-avatar-version="5_d44a9b381edc88181525e3c8350177ca" data-service-worker-url="service-worker.js" data-default-locale="en" data-asset-version="0edfcf81c5793f451fdabe84a694b4a0" data-disable-custom-css="false" data-highlight-js-path="/highlight-js/community.make.com/600885de53a0c5dcaf15540b83e94aafa44c5313.js" data-svg-sprite-path="/svg-sprite/community.make.com/svg-72-f55fe5106010a8804f34d3819dbe5274732c7a48.js" data-enable-js-error-reporting="true" data-color-scheme-is-dark="false" data-user-color-scheme-id="25" data-user-dark-scheme-id="24" data-s3-cdn="https://europe1.discourse-cdn.com/flex013" data-s3-base-url="//cdck-file-uploads-europe1.s3.dualstack.eu-west-1.amazonaws.com/flex013">" & @CRLF & _ "" & @CRLF & _ " <meta name="discourse/config/environment" content="%7B%22modulePrefix%22%3A%22discourse%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22%22%2C%22locationType%22%3A%22history%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%2C%22String%22%3Afalse%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22discourse%22%2C%22version%22%3A%223.5.0.beta2-dev%20f3f2ae1ae7f0117375f3130c569c255c545a6465%22%7D%7D" />" & @CRLF & _ " </head>" & @CRLF & _ "" & @CRLF & _ " <body class="">" & @CRLF & _ " <section id="d-splash">" & @CRLF & _ " <style>" & @CRLF & _ " html {" & @CRLF & _ " overflow-y: hidden !important;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " /* user picked a theme where the "regular" scheme is dark */" & @CRLF & _ " /* user picked a theme a light scheme and also enabled a dark scheme */" & @CRLF & _ "" & @CRLF & _ " /* deal with light scheme first */" & @CRLF & _ " @media (prefers-color-scheme: light) {" & @CRLF & _ " html {" & @CRLF & _ " background-color: #ffffff;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #d-splash {" & @CRLF & _ " --dot-color: #6d00cc;" & @CRLF & _ " }" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " /* then deal with dark scheme */" & @CRLF & _ " @media (prefers-color-scheme: dark) {" & @CRLF & _ " html {" & @CRLF & _ " background-color: #ffffff;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #d-splash {" & @CRLF & _ " --dot-color: #6d00cc;" & @CRLF & _ " }" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #d-splash {" & @CRLF & _ " display: grid;" & @CRLF & _ " place-items: center;" & @CRLF & _ " position: absolute;" & @CRLF & _ " left: 0;" & @CRLF & _ " top: 0;" & @CRLF & _ " width: 100vw;" & @CRLF & _ " z-index: 1001;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #d-splash .preloader-image {" & @CRLF & _ " --splash-dot-size: max(1vw, 25px);" & @CRLF & _ " --splash-dot-spacing: calc(var(--splash-dot-size) * 1.5);" & @CRLF & _ " width: calc((var(--splash-dot-size) + var(--splash-dot-spacing)) * 5);" & @CRLF & _ " height: 100vh;" & @CRLF & _ " background-size: cover;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " @keyframes d-splash-fade-in {" & @CRLF & _ " 0% {" & @CRLF & _ " opacity: 0;" & @CRLF & _ " }" & @CRLF & _ " 100% {" & @CRLF & _ " opacity: 1;" & @CRLF & _ " }" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .dots {" & @CRLF & _ " animation-name: d-splash-loader;" & @CRLF & _ " animation-timing-function: ease-in-out;" & @CRLF & _ " animation-duration: 3s;" & @CRLF & _ " animation-iteration-count: infinite;" & @CRLF & _ " animation-delay: calc(var(--n) * 0.15s);" & @CRLF & _ "" & @CRLF & _ " position: absolute;" & @CRLF & _ " top: calc(50% - var(--splash-dot-size) / 2);" & @CRLF & _ " left: calc((50% - var(--splash-dot-size) / 2) + (var(--n) * var(--splash-dot-spacing)));" & @CRLF & _ " transform-origin: calc((var(--splash-dot-spacing) * var(--n) * -1) + var(--splash-dot-size)/2) center;" & @CRLF & _ "" & @CRLF & _ " width: var(--splash-dot-size);" & @CRLF & _ " height: var(--splash-dot-size);" & @CRLF & _ " border-radius: 50%;" & @CRLF & _ "" & @CRLF & _ " background-color: var(--dot-color);" & @CRLF & _ " filter: saturate(2) opacity(0.85);" & @CRLF & _ " opacity: 0;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " @keyframes d-splash-loader {" & @CRLF & _ " 0% {" & @CRLF & _ " opacity: 0;" & @CRLF & _ " transform: scale(1);" & @CRLF & _ " }" & @CRLF & _ " 45% {" & @CRLF & _ " opacity: 1;" & @CRLF & _ " transform: scale(0.7);" & @CRLF & _ " }" & @CRLF & _ " 65% {" & @CRLF & _ " opacity: 1;" & @CRLF & _ " transform: scale(0.7);" & @CRLF & _ " }" & @CRLF & _ " 100% {" & @CRLF & _ " opacity: 0;" & @CRLF & _ " transform: scale(1);" & @CRLF & _ " }" & @CRLF & _ " }" & @CRLF & _ " </style>" & @CRLF & _ "" & @CRLF & _ " <div class="preloader-image" elementtiming="discourse-splash-visible">" & @CRLF & _ " <div class="dots" style="--n:-2;"></div>" & @CRLF & _ " <div class="dots" style="--n:-1;"></div>" & @CRLF & _ " <div class="dots" style="--n:0;"></div>" & @CRLF & _ " <div class="dots" style="--n:1;"></div>" & @CRLF & _ " <div class="dots" style="--n:2;"></div>" & @CRLF & _ " </div>" & @CRLF & _ " <script nonce="LfDdge4T7fWnkONg1v7pUJLal">" & @CRLF & _ " const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><!-- LCP candidate image ${".".repeat(5000)} --></svg>`;" & @CRLF & _ " document.querySelector("#d-splash .preloader-image").style.backgroundImage = `url('data:image/svg+xml,${svg}')`" & @CRLF & _ " </script>" & @CRLF & _ "" & @CRLF & _ " <noscript>" & @CRLF & _ " <style>" & @CRLF & _ " html {" & @CRLF & _ " overflow-y: revert !important;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #d-splash {" & @CRLF & _ " display: none;" & @CRLF & _ " }" & @CRLF & _ " </style>" & @CRLF & _ " </noscript>" & @CRLF & _ "</section>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <discourse-assets>" & @CRLF & _ " <discourse-assets-stylesheets>" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/color_definitions_make-light_25_72_c85939fe55071833883d5d6b10beb3dfad876f17.css?__ws=community.make.com" media="all" rel="stylesheet" class="light-scheme"/>" & @CRLF & _ "" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop" />" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/automation_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="automation" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/chat_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="chat" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/checklist_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="checklist" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-ai_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-ai" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-data-explorer_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-data-explorer" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-details_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-details" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-gamification_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-gamification" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-lazy-videos_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-lazy-videos" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-local-dates_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-local-dates" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-narrative-bot_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-narrative-bot" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-presence_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-presence" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-reactions_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-reactions" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-solved_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-solved" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-templates_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-templates" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-user-notes_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-user-notes" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/footnote_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="footnote" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/hosted-site_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="hosted-site" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/poll_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="poll" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/spoiler-alert_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="spoiler-alert" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/chat_desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="chat_desktop" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-ai_desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-ai_desktop" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-gamification_desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-gamification_desktop" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/discourse-reactions_desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="discourse-reactions_desktop" />" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/poll_desktop_79a0a4d1473b145fd0d0ff044691ca802be1caec.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="poll_desktop" />" & @CRLF & _ "" & @CRLF & _ " <link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_47_3c3602ddb0786d6200ba1c6853972ed83a6782b0.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="47" data-theme-name="banner styles"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_80_04801404f2c959b1192d48beffc10c6fb4fb5190.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="80" data-theme-name="category badge styles"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_78_00dc570a8a47d979144efba3f493baf423cd0bbe.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="78" data-theme-name="category banners"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_85_a0c950dd27d623e3745374c351aaaefb207a4eac.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="85" data-theme-name="discotoc"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_22_2cf5002d4bdeaa28c3b75558607f414d6d331fa8.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="22" data-theme-name="discourse clickable topic"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_12_fb5caa24644dfbf702bdc8e6e090c067d017bccd.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="12" data-theme-name="discourse gifs"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_52_fba75d13f71b8e146fe7e1d7236e40f02f876b32.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="52" data-theme-name="discourse-right-sidebar-blocks"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_53_7019e368a1b34371c5876d92e1949d8155acef74.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="53" data-theme-name="discourse-search-banner"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_55_555428aca0e4315f055a80494bf3309802263c86.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="55" data-theme-name="extra banners"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_66_f909c3975102c823e9f66704168fdd98ae53b5b5.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="66" data-theme-name="featured cards"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_77_a327c3063049fec831e9c3c09f4455fe7a7941ad.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="77" data-theme-name="full width"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_30_322719ed7eb595986ca511b867ed39661d00685a.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="30" data-theme-name="modern category + group boxes"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_59_a8aefd61d9bda05a3a5a72338da2678a046b88ee.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="59" data-theme-name="new topic button"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_73_fca33088a7d3b7a610088c4e5e7de19bc6a0017e.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="73" data-theme-name="panels"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_61_401b55069551193bb4f4d539caa35f5b976e5ac2.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="61" data-theme-name="primary button"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_62_0ab4069feb3e472d97da157290d64a40743ccfb9.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="62" data-theme-name="tag banners"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_64_fd0b8fa14bd071c7f88aaef91936ac35bead3d7f.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="64" data-theme-name="topic thumbnails"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_72_eed89b095b5f896f528fcad5958165d4816683fc.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="72" data-theme-name="make community theme"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_70_aeb28946388c1c357deac053cbfc416cea2b98da.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="70" data-theme-name="easy footer (show-always)"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_86_a9b7abde07d097107494a0bf32c6c5e4c3104045.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="86" data-theme-name="make custom header"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_84_4abec1ed686f505c54786be6ebd7dc3f4be24196.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="84" data-theme-name="make custom homepage"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_83_519d3fa3967731533d27b601b5e2c8341606f98f.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="83" data-theme-name="make custom info banner"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_81_f5b683a1fa677749d0ce5b5181e996a8e5188148.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="81" data-theme-name="tag styles"/>" & @CRLF & _ "<link href="https://dub1.discourse-cdn.com/flex013/stylesheets/desktop_theme_65_ae1bbb366c00ae63372efdd16e5d800adc8b4cbb.css?__ws=community.make.com" media="all" rel="stylesheet" data-target="desktop_theme" data-theme-id="65" data-theme-name="versatile showcase"/>" & @CRLF & _ "" & @CRLF & _ " </discourse-assets-stylesheets>" & @CRLF & _ " <discourse-assets-json>" & @CRLF & _ " <div class="hidden" id="data-preloaded" data-preloaded="{&quot;topic_75253&quot;:&quot;{\&quot;post_stream\&quot;:{\&quot;posts\&quot;:[{\&quot;id\&quot;:168376,\&quot;name\&quot;:\&quot;Alexandr Panchenko\&quot;,\&quot;username\&quot;:\&quot;Alex_Pn\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/838e76/{size}.png\&quot;,\&quot;created_at\&quot;:\&quot;2025-03-15T19:26:02.907Z\&quot;,\&quot;cooked\&quot;:\&quot;\\u003cp\\u003eHello!\\u003cbr\\u003e\\nI have a msgTxt, that comes from a previous module, and I want to send this msgTxt to GPT assistant BUT i need to get rid of all the links in the message firs. I want to make it by replacing links with text “URL”\\u003c/p\\u003e\\n\\u003cp\\u003eWhat I do, is I use “replace” function, and regular expression.\\u003cbr\\u003e\\nHere is what I got now:\\u003cbr\\u003e\\n{{replace(12.msgTxt; “(https?|ftp)://(?:(?:[\\\\w-]+.)+[a-zA-Z]{2,}|localhost|\\\\d{1,3}.\\\\d{1,3}.\\\\d{1,3}.\\\\d{1,3})(?::\\\\d+)?(?:/[^\\\\s]\\u003cem\\u003e)?(?:?[^#\\\\s]\\u003c/em\\u003e)?(?:#[^\\\\s]*)?”; “URL”)}}\\u003cbr\\u003e\\nI also tried to use simplier regular expression:\\u003cbr\\u003e\\n{{replace(12.msgTxt; “(https?|ftp):\\\\/\\\\/[^\\\\s]+”; “URL”)}}\\u003cbr\\u003e\\nI tried without “” as well:\\u003cbr\\u003e\\n{{replace(12.msgTxt; (https?|ftp):\\\\/\\\\/[^\\\\s]+; “URL”)}}\\u003c/p\\u003e\\n\\u003cp\\u003eAnd no option works. I tried to validate regex with chat gpt, and it says it is correct. Maybe the problem is somewere beyond regex?\\u003c/p\\u003e\\n\\u003cp\\u003eHere is screenshot of how I use “replace” function while requesting OpenAI module:\\u003cbr\\u003e\\n\\u003cdiv class=\\\&quot;lightbox-wrapper\\\&quot;\\u003e\\u003ca class=\\\&quot;lightbox\\\&quot; href=\\\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png\\\&quot; data-download-href=\\\&quot;/uploads/short-url/tehH082jZcQWNZAaKxC2L2vMBeD.png?dl=1\\\&quot; title=\\\&quot;Screenshot at 2025-03-15 20-09-24\\\&quot; rel=\\\&quot;noopener nofollow ugc\\\&quot;\\u003e\\u003cimg src=\\\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png\\\&quot; alt=\\\&quot;Screenshot at 2025-03-15 20-09-24\\\&quot; data-base62-sha1=\\\&quot;tehH082jZcQWNZAaKxC2L2vMBeD\\\&quot; width=\\\&quot;432\\\&quot; height=\\\&quot;499\\\&quot;\\u003e\\u003cdiv class=\\\&quot;meta\\\&quot;\\u003e\\u003csvg class=\\\&quot;fa d-icon d-icon-far-image svg-icon\\\&quot; aria-hidden=\\\&quot;true\\\&quot;\\u003e\\u003cuse href=\\\&quot;#far-image\\\&quot;\\u003e\\u003c/use\\u003e\\u003c/svg\\u003e\\u003cspan class=\\\&quot;filename\\\&quot;\\u003eScreenshot at 2025-03-15 20-09-24\\u003c/span\\u003e\\u003cspan class=\\\&quot;informations\\\&quot;\\u003e432×499 35.9 KB\\u003c/span\\u003e\\u003csvg class=\\\&quot;fa d-icon d-icon-discourse-expand svg-icon\\\&quot; aria-hidden=\\\&quot;true\\\&quot;\\u003e\\u003cuse href=\\\&quot;#discourse-expand\\\&quot;\\u003e\\u003c/use\\u003e\\u003c/svg\\u003e\\u003c/div\\u003e\\u003c/a\\u003e\\u003c/div\\u003e\\u003c/p\\u003e\&quot;,\&quot;post_number\&quot;:1,\&quot;post_type\&quot;:1,\&quot;posts_count\&quot;:1,\&quot;updated_at\&quot;:\&quot;2025-03-15T19:26:05.863Z\&quot;,\&quot;reply_count\&quot;:0,\&quot;reply_to_post_number\&quot;:null,\&quot;quote_count\&quot;:0,\&quot;incoming_link_count\&quot;:0,\&quot;reads\&quot;:2,\&quot;readers_count\&quot;:1,\&quot;score\&quot;:0.4,\&quot;yours\&quot;:false,\&quot;topic_id\&quot;:75253,\&quot;topic_slug\&quot;:\&quot;remove-links-from-the-text\&quot;,\&quot;display_username\&quot;:\&quot;Alexandr Panchenko\&quot;,\&quot;primary_group_name\&quot;:null,\&quot;flair_name\&quot;:null,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:null,\&quot;flair_color\&quot;:null,\&quot;flair_group_id\&quot;:null,\&quot;badges_granted\&quot;:[],\&quot;version\&quot;:1,\&quot;can_edit\&quot;:false,\&quot;can_delete\&quot;:false,\&quot;can_recover\&quot;:false,\&quot;can_see_hidden_post\&quot;:false,\&quot;can_wiki\&quot;:false,\&quot;read\&quot;:true,\&quot;user_title\&quot;:null,\&quot;bookmarked\&quot;:false,\&quot;actions_summary\&quot;:[{\&quot;id\&quot;:2,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:6,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:3,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:4,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:8,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:10,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:7,\&quot;can_act\&quot;:true}],\&quot;moderator\&quot;:false,\&quot;admin\&quot;:false,\&quot;staff\&quot;:false,\&quot;user_id\&quot;:41294,\&quot;hidden\&quot;:false,\&quot;trust_level\&quot;:0,\&quot;deleted_at\&quot;:null,\&quot;user_deleted\&quot;:false,\&quot;edit_reason\&quot;:null,\&quot;can_view_edit_history\&quot;:false,\&quot;wiki\&quot;:false,\&quot;notice\&quot;:{\&quot;type\&quot;:\&quot;new_user\&quot;},\&quot;post_url\&quot;:\&quot;/t/remove-links-from-the-text/75253/1\&quot;,\&quot;reactions\&quot;:[],\&quot;current_user_reaction\&quot;:null,\&quot;reaction_users_count\&quot;:0,\&quot;current_user_used_main_reaction\&quot;:false,\&quot;can_accept_answer\&quot;:false,\&quot;can_unaccept_answer\&quot;:false,\&quot;accepted_answer\&quot;:false,\&quot;topic_accepted_answer\&quot;:false}],\&quot;stream\&quot;:[168376]},\&quot;timeline_lookup\&quot;:[[1,1]],\&quot;suggested_topics\&quot;:[{\&quot;id\&quot;:75237,\&quot;title\&quot;:\&quot;How to run a second URL redirection after complete task\&quot;,\&quot;fancy_title\&quot;:\&quot;How to run a second URL redirection after complete task\&quot;,\&quot;slug\&quot;:\&quot;how-to-run-a-second-url-redirection-after-complete-task\&quot;,\&quot;posts_count\&quot;:1,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:1,\&quot;image_url\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T15:41:07.139Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T15:41:07.202Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-03-15T15:41:07.202Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:true,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:null,\&quot;tags\&quot;:[\&quot;webhooks\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:6,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:\&quot;latest single\&quot;,\&quot;description\&quot;:\&quot;Original Poster, Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:41282,\&quot;username\&quot;:\&quot;GMAIL_MPO\&quot;,\&quot;name\&quot;:\&quot;GMAIL MPO\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/g/ce73a5/{size}.png\&quot;,\&quot;trust_level\&quot;:0}}]},{\&quot;id\&quot;:75232,\&quot;title\&quot;:\&quot;Intercom \\\&quot;Make an API Call\\\&quot; to search contact\&quot;,\&quot;fancy_title\&quot;:\&quot;Intercom \\u0026ldquo;Make an API Call\\u0026rdquo; to search contact\&quot;,\&quot;slug\&quot;:\&quot;intercom-make-an-api-call-to-search-contact\&quot;,\&quot;posts_count\&quot;:1,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:1,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_1024x535.png\&quot;,\&quot;created_at\&quot;:\&quot;2025-03-15T15:07:00.597Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T15:07:00.681Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-03-15T15:07:00.681Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:true,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:1200,\&quot;height\&quot;:628,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099.png\&quot;},{\&quot;max_width\&quot;:1024,\&quot;max_height\&quot;:1024,\&quot;width\&quot;:1024,\&quot;height\&quot;:535,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_1024x535.png\&quot;},{\&quot;max_width\&quot;:1000,\&quot;max_height\&quot;:1000,\&quot;width\&quot;:1000,\&quot;height\&quot;:523,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_1000x523.png\&quot;},{\&quot;max_width\&quot;:800,\&quot;max_height\&quot;:800,\&quot;width\&quot;:800,\&quot;height\&quot;:418,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_800x418.png\&quot;},{\&quot;max_width\&quot;:750,\&quot;max_height\&quot;:750,\&quot;width\&quot;:750,\&quot;height\&quot;:392,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_750x392.png\&quot;},{\&quot;max_width\&quot;:600,\&quot;max_height\&quot;:600,\&quot;width\&quot;:600,\&quot;height\&quot;:314,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_600x314.png\&quot;},{\&quot;max_width\&quot;:500,\&quot;max_height\&quot;:500,\&quot;width\&quot;:500,\&quot;height\&quot;:261,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_500x261.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:400,\&quot;height\&quot;:209,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_400x209.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:300,\&quot;height\&quot;:157,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_300x157.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:200,\&quot;height\&quot;:104,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/6/b/6b8f4a61388de2f37a666fb57f4bd977dd2c7099_2_200x104.png\&quot;}],\&quot;tags\&quot;:[\&quot;api\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:5,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:\&quot;latest single\&quot;,\&quot;description\&quot;:\&quot;Original Poster, Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:41280,\&quot;username\&quot;:\&quot;Arkaezard\&quot;,\&quot;name\&quot;:\&quot;Arkalezard\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/4491bb/{size}.png\&quot;,\&quot;trust_level\&quot;:0}}]},{\&quot;id\&quot;:75213,\&quot;title\&quot;:\&quot;OAuth 2.0 Connection Issue Between Make and Pinterest (SC424 Error)\&quot;,\&quot;fancy_title\&quot;:\&quot;OAuth 2.0 Connection Issue Between Make and Pinterest (SC424 Error)\&quot;,\&quot;slug\&quot;:\&quot;oauth-2-0-connection-issue-between-make-and-pinterest-sc424-error\&quot;,\&quot;posts_count\&quot;:1,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:1,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_1023x283.png\&quot;,\&quot;created_at\&quot;:\&quot;2025-03-15T09:36:31.583Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T09:36:31.675Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-03-15T09:36:31.675Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:true,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:3838,\&quot;height\&quot;:1063,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a.png\&quot;},{\&quot;max_width\&quot;:1024,\&quot;max_height\&quot;:1024,\&quot;width\&quot;:1023,\&quot;height\&quot;:283,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_1023x283.png\&quot;},{\&quot;max_width\&quot;:1000,\&quot;max_height\&quot;:1000,\&quot;width\&quot;:1000,\&quot;height\&quot;:276,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_1000x276.png\&quot;},{\&quot;max_width\&quot;:800,\&quot;max_height\&quot;:800,\&quot;width\&quot;:800,\&quot;height\&quot;:221,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_800x221.png\&quot;},{\&quot;max_width\&quot;:750,\&quot;max_height\&quot;:750,\&quot;width\&quot;:750,\&quot;height\&quot;:207,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_750x207.png\&quot;},{\&quot;max_width\&quot;:600,\&quot;max_height\&quot;:600,\&quot;width\&quot;:600,\&quot;height\&quot;:166,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_600x166.png\&quot;},{\&quot;max_width\&quot;:500,\&quot;max_height\&quot;:500,\&quot;width\&quot;:500,\&quot;height\&quot;:138,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_500x138.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:400,\&quot;height\&quot;:110,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_400x110.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:300,\&quot;height\&quot;:83,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_300x83.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:200,\&quot;height\&quot;:55,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/8/a/8a6e25f30d19422dae8c375bcfa74de64155242a_2_200x55.png\&quot;}],\&quot;tags\&quot;:[\&quot;connections\&quot;,\&quot;error\&quot;,\&quot;mapping\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:4,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:\&quot;latest single\&quot;,\&quot;description\&quot;:\&quot;Original Poster, Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:38015,\&quot;username\&quot;:\&quot;Blogforinterieur\&quot;,\&quot;name\&quot;:\&quot;Blogforinterieur\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/blogforinterieur/{size}/64086_2.png\&quot;,\&quot;trust_level\&quot;:1}}]},{\&quot;id\&quot;:75216,\&quot;title\&quot;:\&quot;Sort array\&quot;,\&quot;fancy_title\&quot;:\&quot;Sort array\&quot;,\&quot;slug\&quot;:\&quot;sort-array\&quot;,\&quot;posts_count\&quot;:3,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:3,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c.png\&quot;,\&quot;created_at\&quot;:\&quot;2025-03-15T11:33:56.704Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T16:37:36.095Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-03-15T16:37:36.095Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:true,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:631,\&quot;height\&quot;:732,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c.png\&quot;},{\&quot;max_width\&quot;:600,\&quot;max_height\&quot;:600,\&quot;width\&quot;:517,\&quot;height\&quot;:600,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c_2_517x600.png\&quot;},{\&quot;max_width\&quot;:500,\&quot;max_height\&quot;:500,\&quot;width\&quot;:431,\&quot;height\&quot;:500,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c_2_431x500.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:344,\&quot;height\&quot;:400,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c_2_344x400.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:258,\&quot;height\&quot;:300,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c_2_258x300.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:172,\&quot;height\&quot;:200,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/e/0e400d8bcc3ad835e02fe220588db6dd84d6755c_2_172x200.png\&quot;}],\&quot;tags\&quot;:[\&quot;arrays\&quot;,\&quot;error\&quot;,\&quot;functions\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:6,\&quot;category_id\&quot;:65,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Original Poster, Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:41267,\&quot;username\&quot;:\&quot;Solomon_Eko\&quot;,\&quot;name\&quot;:\&quot;Solomon Eko \&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/solomon_eko/{size}/66534_2.png\&quot;,\&quot;trust_level\&quot;:0}},{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Frequent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:20567,\&quot;username\&quot;:\&quot;Pathfinder_Automate\&quot;,\&quot;name\&quot;:\&quot;Taiwo Alagbe\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/pathfinder_automate/{size}/57534_2.png\&quot;,\&quot;trust_level\&quot;:2}}]},{\&quot;id\&quot;:75233,\&quot;title\&quot;:\&quot;Vacation Tracker: Auto-Create Google Calendar Events with Make Integration\&quot;,\&quot;fancy_title\&quot;:\&quot;Vacation Tracker: Auto-Create Google Calendar Events with Make Integration\&quot;,\&quot;slug\&quot;:\&quot;vacation-tracker-auto-create-google-calendar-events-with-make-integration\&quot;,\&quot;posts_count\&quot;:1,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:1,\&quot;image_url\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T15:29:59.776Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T15:29:59.841Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-03-15T16:31:23.357Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:true,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:null,\&quot;tags\&quot;:[\&quot;connections\&quot;,\&quot;functions\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:6,\&quot;category_id\&quot;:65,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:\&quot;latest single\&quot;,\&quot;description\&quot;:\&quot;Original Poster, Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:41162,\&quot;username\&quot;:\&quot;Petra_Sorsova\&quot;,\&quot;name\&quot;:\&quot;Petra Šoršová\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/p/6f9a4e/{size}.png\&quot;,\&quot;trust_level\&quot;:0}}]}],\&quot;tags\&quot;:[\&quot;functions\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;id\&quot;:75253,\&quot;title\&quot;:\&quot;Remove links from the text\&quot;,\&quot;fancy_title\&quot;:\&quot;Remove links from the text\&quot;,\&quot;posts_count\&quot;:1,\&quot;created_at\&quot;:\&quot;2025-03-15T19:26:02.796Z\&quot;,\&quot;views\&quot;:2,\&quot;reply_count\&quot;:0,\&quot;like_count\&quot;:0,\&quot;last_posted_at\&quot;:\&quot;2025-03-15T19:26:02.907Z\&quot;,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;has_summary\&quot;:false,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;slug\&quot;:\&quot;remove-links-from-the-text\&quot;,\&quot;category_id\&quot;:66,\&quot;word_count\&quot;:168,\&quot;deleted_at\&quot;:null,\&quot;user_id\&quot;:41294,\&quot;featured_link\&quot;:null,\&quot;pinned_globally\&quot;:false,\&quot;pinned_at\&quot;:null,\&quot;pinned_until\&quot;:null,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png\&quot;,\&quot;slow_mode_seconds\&quot;:0,\&quot;draft\&quot;:null,\&quot;draft_key\&quot;:\&quot;topic_75253\&quot;,\&quot;draft_sequence\&quot;:0,\&quot;posted\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;pinned\&quot;:false,\&quot;current_post_number\&quot;:1,\&quot;highest_post_number\&quot;:1,\&quot;last_read_post_number\&quot;:1,\&quot;last_read_post_id\&quot;:168376,\&quot;deleted_by\&quot;:null,\&quot;actions_summary\&quot;:[{\&quot;id\&quot;:4,\&quot;count\&quot;:0,\&quot;hidden\&quot;:false,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:8,\&quot;count\&quot;:0,\&quot;hidden\&quot;:false,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:10,\&quot;count\&quot;:0,\&quot;hidden\&quot;:false,\&quot;can_act\&quot;:true},{\&quot;id\&quot;:7,\&quot;count\&quot;:0,\&quot;hidden\&quot;:false,\&quot;can_act\&quot;:true}],\&quot;chunk_size\&quot;:20,\&quot;bookmarked\&quot;:false,\&quot;topic_timer\&quot;:null,\&quot;message_bus_last_id\&quot;:6,\&quot;participant_count\&quot;:1,\&quot;show_read_indicator\&quot;:false,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:432,\&quot;height\&quot;:499,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:346,\&quot;height\&quot;:400,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f_2_346x400.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:259,\&quot;height\&quot;:300,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f_2_259x300.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:173,\&quot;height\&quot;:200,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/c/c/ccdc7087f6cc919448c6b70883623136915bf60f_2_173x200.png\&quot;}],\&quot;slow_mode_enabled_until\&quot;:null,\&quot;related_topics\&quot;:[{\&quot;id\&quot;:63574,\&quot;title\&quot;:\&quot;Need to remove the \\\&quot;bad characters\\\&quot; from the start of a JSON output from GPT\&quot;,\&quot;fancy_title\&quot;:\&quot;Need to remove the \\u0026ldquo;bad characters\\u0026rdquo; from the start of a JSON output from GPT\&quot;,\&quot;slug\&quot;:\&quot;need-to-remove-the-bad-characters-from-the-start-of-a-json-output-from-gpt\&quot;,\&quot;posts_count\&quot;:4,\&quot;reply_count\&quot;:1,\&quot;highest_post_number\&quot;:4,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee.png\&quot;,\&quot;created_at\&quot;:\&quot;2024-12-09T20:51:33.107Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2024-12-16T16:00:11.260Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2024-12-16T16:00:11.260Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:false,\&quot;last_read_post_number\&quot;:4,\&quot;unread\&quot;:0,\&quot;new_posts\&quot;:0,\&quot;unread_posts\&quot;:0,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;notification_level\&quot;:2,\&quot;bookmarked\&quot;:false,\&quot;liked\&quot;:false,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:990,\&quot;height\&quot;:569,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee.png\&quot;},{\&quot;max_width\&quot;:800,\&quot;max_height\&quot;:800,\&quot;width\&quot;:800,\&quot;height\&quot;:459,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_800x459.png\&quot;},{\&quot;max_width\&quot;:750,\&quot;max_height\&quot;:750,\&quot;width\&quot;:750,\&quot;height\&quot;:431,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_750x431.png\&quot;},{\&quot;max_width\&quot;:600,\&quot;max_height\&quot;:600,\&quot;width\&quot;:600,\&quot;height\&quot;:344,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_600x344.png\&quot;},{\&quot;max_width\&quot;:500,\&quot;max_height\&quot;:500,\&quot;width\&quot;:500,\&quot;height\&quot;:287,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_500x287.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:400,\&quot;height\&quot;:229,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_400x229.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:300,\&quot;height\&quot;:172,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_300x172.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:200,\&quot;height\&quot;:114,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/0/d/0dd5d3e1794f21bcc47cd9b405e46e9d2425c3ee_2_200x114.png\&quot;}],\&quot;tags\&quot;:[\&quot;connections\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:0,\&quot;views\&quot;:141,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Original Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:31437,\&quot;username\&quot;:\&quot;Howard_Holton\&quot;,\&quot;name\&quot;:\&quot;Howard Holton\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/h/848f3c/{size}.png\&quot;,\&quot;trust_level\&quot;:0}},{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:8484,\&quot;username\&quot;:\&quot;samliew\&quot;,\&quot;name\&quot;:\&quot;samliew.com\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/samliew/{size}/13327_2.png\&quot;,\&quot;trust_level\&quot;:3}}]},{\&quot;id\&quot;:46508,\&quot;title\&quot;:\&quot;Reference or citation in GPT&#39;s response\&quot;,\&quot;fancy_title\&quot;:\&quot;Reference or citation in GPT\\u0026rsquo;s response\&quot;,\&quot;slug\&quot;:\&quot;reference-or-citation-in-gpts-response\&quot;,\&quot;posts_count\&quot;:4,\&quot;reply_count\&quot;:1,\&quot;highest_post_number\&quot;:4,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364.png\&quot;,\&quot;created_at\&quot;:\&quot;2024-07-17T10:11:16.983Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2024-08-06T13:34:04.132Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2024-07-23T13:26:35.820Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:false,\&quot;last_read_post_number\&quot;:4,\&quot;unread\&quot;:0,\&quot;new_posts\&quot;:0,\&quot;unread_posts\&quot;:0,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:true,\&quot;archived\&quot;:false,\&quot;notification_level\&quot;:2,\&quot;bookmarked\&quot;:false,\&quot;liked\&quot;:false,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:591,\&quot;height\&quot;:101,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364.png\&quot;},{\&quot;max_width\&quot;:500,\&quot;max_height\&quot;:500,\&quot;width\&quot;:500,\&quot;height\&quot;:85,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364_2_500x85.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:400,\&quot;height\&quot;:68,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364_2_400x68.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:300,\&quot;height\&quot;:51,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364_2_300x51.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:200,\&quot;height\&quot;:34,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/9/b/9b194fbfad37f4feb7a9d414fc18523cf7de9364_2_200x34.png\&quot;}],\&quot;tags\&quot;:[\&quot;chatgpt\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:2,\&quot;views\&quot;:43,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:true,\&quot;can_have_answer\&quot;:false,\&quot;posters\&quot;:[{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Original Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:20939,\&quot;username\&quot;:\&quot;Pedro_Vaz\&quot;,\&quot;name\&quot;:\&quot;Pedro Vaz\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/p/58956e/{size}.png\&quot;,\&quot;trust_level\&quot;:1}},{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Frequent Poster, Accepted Answer\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:8484,\&quot;username\&quot;:\&quot;samliew\&quot;,\&quot;name\&quot;:\&quot;samliew.com\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/samliew/{size}/13327_2.png\&quot;,\&quot;trust_level\&quot;:3}},{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:3,\&quot;username\&quot;:\&quot;Make_Bot\&quot;,\&quot;name\&quot;:\&quot;Make Bot\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/make_bot/{size}/14661_2.png\&quot;,\&quot;admin\&quot;:true,\&quot;trust_level\&quot;:4}}]},{\&quot;id\&quot;:25238,\&quot;title\&quot;:\&quot;Please i want to remove apostrophe from my chatgpt response\&quot;,\&quot;fancy_title\&quot;:\&quot;Please i want to remove apostrophe from my chatgpt response\&quot;,\&quot;slug\&quot;:\&quot;please-i-want-to-remove-apostrophe-from-my-chatgpt-response\&quot;,\&quot;posts_count\&quot;:3,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:3,\&quot;image_url\&quot;:null,\&quot;created_at\&quot;:\&quot;2024-01-24T14:18:16.124Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2024-04-26T03:04:04.350Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2024-01-24T15:26:13.351Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:false,\&quot;last_read_post_number\&quot;:3,\&quot;unread\&quot;:0,\&quot;new_posts\&quot;:0,\&quot;unread_posts\&quot;:0,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:true,\&quot;archived\&quot;:false,\&quot;notification_level\&quot;:2,\&quot;bookmarked\&quot;:false,\&quot;liked\&quot;:false,\&quot;thumbnails\&quot;:null,\&quot;tags\&quot;:[\&quot;connections\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:2,\&quot;views\&quot;:306,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:true,\&quot;can_have_answer\&quot;:false,\&quot;posters\&quot;:[{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Original Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:10416,\&quot;username\&quot;:\&quot;damigold\&quot;,\&quot;name\&quot;:\&quot;michael victor\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/d/ee59a6/{size}.png\&quot;,\&quot;trust_level\&quot;:1}},{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Frequent Poster, Accepted Answer\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:8484,\&quot;username\&quot;:\&quot;samliew\&quot;,\&quot;name\&quot;:\&quot;samliew.com\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/samliew/{size}/13327_2.png\&quot;,\&quot;trust_level\&quot;:3}},{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:3,\&quot;username\&quot;:\&quot;Make_Bot\&quot;,\&quot;name\&quot;:\&quot;Make Bot\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/make_bot/{size}/14661_2.png\&quot;,\&quot;admin\&quot;:true,\&quot;trust_level\&quot;:4}}]},{\&quot;id\&quot;:68709,\&quot;title\&quot;:\&quot;Text parser not working\&quot;,\&quot;fancy_title\&quot;:\&quot;Text parser not working\&quot;,\&quot;slug\&quot;:\&quot;text-parser-not-working\&quot;,\&quot;posts_count\&quot;:2,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:2,\&quot;image_url\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-02-07T02:31:44.798Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2025-02-07T03:11:16.141Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2025-02-07T03:11:16.141Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:false,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:false,\&quot;archived\&quot;:false,\&quot;bookmarked\&quot;:null,\&quot;liked\&quot;:null,\&quot;thumbnails\&quot;:null,\&quot;tags\&quot;:[\&quot;text-parser\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:2,\&quot;views\&quot;:17,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:false,\&quot;can_have_answer\&quot;:true,\&quot;posters\&quot;:[{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Original Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:36222,\&quot;username\&quot;:\&quot;Alex_Nguyen\&quot;,\&quot;name\&quot;:\&quot;Alex Nguyen\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/b2d939/{size}.png\&quot;,\&quot;trust_level\&quot;:0}},{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:860,\&quot;username\&quot;:\&quot;Msquare_Automation\&quot;,\&quot;name\&quot;:\&quot;Msquare Automation Solutions\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/msquare_automation/{size}/6634_2.png\&quot;,\&quot;trust_level\&quot;:2}}]},{\&quot;id\&quot;:21480,\&quot;title\&quot;:\&quot;How to remove \\\&quot;quotation marks\\\&quot;?\&quot;,\&quot;fancy_title\&quot;:\&quot;How to remove \\u0026ldquo;quotation marks\\u0026rdquo;?\&quot;,\&quot;slug\&quot;:\&quot;how-to-remove-quotation-marks\&quot;,\&quot;posts_count\&quot;:3,\&quot;reply_count\&quot;:0,\&quot;highest_post_number\&quot;:4,\&quot;image_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/0/409451ee51d69485ddc93d2d2526f5c06cdf2849.png\&quot;,\&quot;created_at\&quot;:\&quot;2023-12-10T15:08:59.675Z\&quot;,\&quot;last_posted_at\&quot;:\&quot;2023-12-24T17:07:33.648Z\&quot;,\&quot;bumped\&quot;:true,\&quot;bumped_at\&quot;:\&quot;2023-12-10T15:31:10.882Z\&quot;,\&quot;archetype\&quot;:\&quot;regular\&quot;,\&quot;unseen\&quot;:false,\&quot;last_read_post_number\&quot;:4,\&quot;unread\&quot;:0,\&quot;new_posts\&quot;:0,\&quot;unread_posts\&quot;:0,\&quot;pinned\&quot;:false,\&quot;unpinned\&quot;:null,\&quot;visible\&quot;:true,\&quot;closed\&quot;:true,\&quot;archived\&quot;:false,\&quot;notification_level\&quot;:2,\&quot;bookmarked\&quot;:false,\&quot;liked\&quot;:false,\&quot;thumbnails\&quot;:[{\&quot;max_width\&quot;:null,\&quot;max_height\&quot;:null,\&quot;width\&quot;:414,\&quot;height\&quot;:62,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/0/409451ee51d69485ddc93d2d2526f5c06cdf2849.png\&quot;},{\&quot;max_width\&quot;:400,\&quot;max_height\&quot;:400,\&quot;width\&quot;:400,\&quot;height\&quot;:59,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/4/0/409451ee51d69485ddc93d2d2526f5c06cdf2849_2_400x59.png\&quot;},{\&quot;max_width\&quot;:300,\&quot;max_height\&quot;:300,\&quot;width\&quot;:300,\&quot;height\&quot;:44,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/4/0/409451ee51d69485ddc93d2d2526f5c06cdf2849_2_300x44.png\&quot;},{\&quot;max_width\&quot;:200,\&quot;max_height\&quot;:200,\&quot;width\&quot;:200,\&quot;height\&quot;:29,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/3X/4/0/409451ee51d69485ddc93d2d2526f5c06cdf2849_2_200x29.png\&quot;}],\&quot;tags\&quot;:[\&quot;filters\&quot;,\&quot;functions\&quot;],\&quot;tags_descriptions\&quot;:{},\&quot;like_count\&quot;:4,\&quot;views\&quot;:1650,\&quot;category_id\&quot;:66,\&quot;featured_link\&quot;:null,\&quot;has_accepted_answer\&quot;:true,\&quot;can_have_answer\&quot;:false,\&quot;posters\&quot;:[{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Original Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:10872,\&quot;username\&quot;:\&quot;TylonHH\&quot;,\&quot;name\&quot;:\&quot;René\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/tylonhh/{size}/18874_2.png\&quot;,\&quot;trust_level\&quot;:2}},{\&quot;extras\&quot;:null,\&quot;description\&quot;:\&quot;Frequent Poster, Accepted Answer\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:8484,\&quot;username\&quot;:\&quot;samliew\&quot;,\&quot;name\&quot;:\&quot;samliew.com\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/samliew/{size}/13327_2.png\&quot;,\&quot;trust_level\&quot;:3}},{\&quot;extras\&quot;:\&quot;latest\&quot;,\&quot;description\&quot;:\&quot;Most Recent Poster\&quot;,\&quot;user\&quot;:{\&quot;id\&quot;:3,\&quot;username\&quot;:\&quot;Make_Bot\&quot;,\&quot;name\&quot;:\&quot;Make Bot\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/make_bot/{size}/14661_2.png\&quot;,\&quot;admin\&quot;:true,\&quot;trust_level\&quot;:4}}]}],\&quot;summarizable\&quot;:false,\&quot;valid_reactions\&quot;:[\&quot;heart\&quot;,\&quot;laughing\&quot;,\&quot;clap\&quot;,\&quot;confetti_ball\&quot;,\&quot;arrow_up\&quot;,\&quot;pray\&quot;],\&quot;discourse_zendesk_plugin_zendesk_id\&quot;:null,\&quot;discourse_zendesk_plugin_zendesk_url\&quot;:\&quot;https://your-url.zendesk.com/agent/tickets/\&quot;,\&quot;details\&quot;:{\&quot;can_edit\&quot;:true,\&quot;notification_level\&quot;:1,\&quot;notifications_reason_id\&quot;:null,\&quot;can_invite_to\&quot;:true,\&quot;can_create_post\&quot;:true,\&quot;can_reply_as_new_topic\&quot;:true,\&quot;can_flag_topic\&quot;:true,\&quot;participants\&quot;:[{\&quot;id\&quot;:41294,\&quot;username\&quot;:\&quot;Alex_Pn\&quot;,\&quot;name\&quot;:\&quot;Alexandr Panchenko\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/838e76/{size}.png\&quot;,\&quot;post_count\&quot;:1,\&quot;primary_group_name\&quot;:null,\&quot;flair_name\&quot;:null,\&quot;flair_url\&quot;:null,\&quot;flair_color\&quot;:null,\&quot;flair_bg_color\&quot;:null,\&quot;flair_group_id\&quot;:null,\&quot;trust_level\&quot;:0}],\&quot;created_by\&quot;:{\&quot;id\&quot;:41294,\&quot;username\&quot;:\&quot;Alex_Pn\&quot;,\&quot;name\&quot;:\&quot;Alexandr Panchenko\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/838e76/{size}.png\&quot;},\&quot;last_poster\&quot;:{\&quot;id\&quot;:41294,\&quot;username\&quot;:\&quot;Alex_Pn\&quot;,\&quot;name\&quot;:\&quot;Alexandr Panchenko\&quot;,\&quot;avatar_template\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/a/838e76/{size}.png\&quot;}},\&quot;pending_posts\&quot;:[],\&quot;bookmarks\&quot;:[]}&quot;,&quot;site&quot;:&quot;{\&quot;default_archetype\&quot;:\&quot;regular\&quot;,\&quot;notification_types\&quot;:{\&quot;mentioned\&quot;:1,\&quot;replied\&quot;:2,\&quot;quoted\&quot;:3,\&quot;edited\&quot;:4,\&quot;liked\&quot;:5,\&quot;private_message\&quot;:6,\&quot;invited_to_private_message\&quot;:7,\&quot;invitee_accepted\&quot;:8,\&quot;posted\&quot;:9,\&quot;moved_post\&quot;:10,\&quot;linked\&quot;:11,\&quot;granted_badge\&quot;:12,\&quot;invited_to_topic\&quot;:13,\&quot;custom\&quot;:14,\&quot;group_mentioned\&quot;:15,\&quot;group_message_summary\&quot;:16,\&quot;watching_first_post\&quot;:17,\&quot;topic_reminder\&quot;:18,\&quot;liked_consolidated\&quot;:19,\&quot;post_approved\&quot;:20,\&quot;code_review_commit_approved\&quot;:21,\&quot;membership_request_accepted\&quot;:22,\&quot;membership_request_consolidated\&quot;:23,\&quot;bookmark_reminder\&quot;:24,\&quot;reaction\&quot;:25,\&quot;votes_released\&quot;:26,\&quot;event_reminder\&quot;:27,\&quot;event_invitation\&quot;:28,\&quot;chat_mention\&quot;:29,\&quot;chat_message\&quot;:30,\&quot;chat_invitation\&quot;:31,\&quot;chat_group_mention\&quot;:32,\&quot;chat_quoted\&quot;:33,\&quot;assigned\&quot;:34,\&quot;question_answer_user_commented\&quot;:35,\&quot;watching_category_or_tag\&quot;:36,\&quot;new_features\&quot;:37,\&quot;admin_problems\&quot;:38,\&quot;linked_consolidated\&quot;:39,\&quot;chat_watched_thread\&quot;:40,\&quot;following\&quot;:800,\&quot;following_created_topic\&quot;:801,\&quot;following_replied\&quot;:802,\&quot;circles_activity\&quot;:900},\&quot;post_types\&quot;:{\&quot;regular\&quot;:1,\&quot;moderator_action\&quot;:2,\&quot;small_action\&quot;:3,\&quot;whisper\&quot;:4},\&quot;trust_levels\&quot;:{\&quot;newuser\&quot;:0,\&quot;basic\&quot;:1,\&quot;member\&quot;:2,\&quot;regular\&quot;:3,\&quot;leader\&quot;:4},\&quot;groups\&quot;:[{\&quot;id\&quot;:1,\&quot;name\&quot;:\&quot;admins\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:null,\&quot;flair_color\&quot;:null,\&quot;automatic\&quot;:true},{\&quot;id\&quot;:10,\&quot;name\&quot;:\&quot;trust_level_0\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:\&quot;\&quot;,\&quot;flair_color\&quot;:\&quot;\&quot;,\&quot;automatic\&quot;:true},{\&quot;id\&quot;:11,\&quot;name\&quot;:\&quot;trust_level_1\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:\&quot;\&quot;,\&quot;flair_color\&quot;:\&quot;\&quot;,\&quot;automatic\&quot;:true},{\&quot;id\&quot;:12,\&quot;name\&quot;:\&quot;trust_level_2\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:\&quot;\&quot;,\&quot;flair_color\&quot;:\&quot;\&quot;,\&quot;automatic\&quot;:true},{\&quot;id\&quot;:13,\&quot;name\&quot;:\&quot;trust_level_3\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:\&quot;\&quot;,\&quot;flair_color\&quot;:\&quot;\&quot;,\&quot;automatic\&quot;:true},{\&quot;id\&quot;:14,\&quot;name\&quot;:\&quot;trust_level_4\&quot;,\&quot;flair_url\&quot;:null,\&quot;flair_bg_color\&quot;:null,\&quot;flair_color\&quot;:null,\&quot;automatic\&quot;:true}],\&quot;filters\&quot;:[\&quot;latest\&quot;,\&quot;unread\&quot;,\&quot;new\&quot;,\&quot;unseen\&quot;,\&quot;top\&quot;,\&quot;read\&quot;,\&quot;posted\&quot;,\&quot;bookmarks\&quot;,\&quot;hot\&quot;,\&quot;votes\&quot;],\&quot;periods\&quot;:[\&quot;all\&quot;,\&quot;yearly\&quot;,\&quot;quarterly\&quot;,\&quot;monthly\&quot;,\&quot;weekly\&quot;,\&quot;daily\&quot;],\&quot;top_menu_items\&quot;:[\&quot;latest\&quot;,\&quot;unread\&quot;,\&quot;new\&quot;,\&quot;unseen\&quot;,\&quot;top\&quot;,\&quot;read\&quot;,\&quot;posted\&quot;,\&quot;bookmarks\&quot;,\&quot;hot\&quot;,\&quot;categories\&quot;,\&quot;votes\&quot;],\&quot;anonymous_top_menu_items\&quot;:[\&quot;latest\&quot;,\&quot;top\&quot;,\&quot;categories\&quot;,\&quot;hot\&quot;,\&quot;categories\&quot;,\&quot;top\&quot;,\&quot;votes\&quot;],\&quot;uncategorized_category_id\&quot;:1,\&quot;user_field_max_length\&quot;:2048,\&quot;post_action_types\&quot;:[{\&quot;id\&quot;:6,\&quot;name\&quot;:\&quot;Send @%{username} a message\&quot;,\&quot;name_key\&quot;:\&quot;notify_user\&quot;,\&quot;description\&quot;:\&quot;I want to talk to this person directly and personally about their post.\&quot;,\&quot;short_description\&quot;:\&quot;I want to talk to this person directly and personally about their post.\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:0,\&quot;require_message\&quot;:true,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false},{\&quot;id\&quot;:3,\&quot;name\&quot;:\&quot;Off-Topic\&quot;,\&quot;name_key\&quot;:\&quot;off_topic\&quot;,\&quot;description\&quot;:\&quot;This post is not relevant to the current discussion as defined by the title and first post, and should probably be moved elsewhere.\&quot;,\&quot;short_description\&quot;:\&quot;Not relevant to the discussion\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:1,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:true},{\&quot;id\&quot;:4,\&quot;name\&quot;:\&quot;Inappropriate\&quot;,\&quot;name_key\&quot;:\&quot;inappropriate\&quot;,\&quot;description\&quot;:\&quot;This post contains content that a reasonable person would consider offensive, abusive, to be hateful conduct or a violation of \\u003ca href=\\\&quot;https://community.make.com/faq\\\&quot;\\u003eour community guidelines\\u003c/a\\u003e.\&quot;,\&quot;short_description\&quot;:\&quot;A violation of \\u003ca href=\\\&quot;/guidelines\\\&quot;\\u003eour community guidelines\\u003c/a\\u003e\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:2,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:true},{\&quot;id\&quot;:8,\&quot;name\&quot;:\&quot;Spam\&quot;,\&quot;name_key\&quot;:\&quot;spam\&quot;,\&quot;description\&quot;:\&quot;This post is an advertisement, or vandalism. It is not useful or relevant to the current topic.\&quot;,\&quot;short_description\&quot;:\&quot;This is an advertisement or vandalism\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:3,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:true},{\&quot;id\&quot;:10,\&quot;name\&quot;:\&quot;Illegal\&quot;,\&quot;name_key\&quot;:\&quot;illegal\&quot;,\&quot;description\&quot;:\&quot;This post requires staff attention because I believe it contains content that is illegal.\&quot;,\&quot;short_description\&quot;:\&quot;This is illegal\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:4,\&quot;require_message\&quot;:true,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false},{\&quot;id\&quot;:7,\&quot;name\&quot;:\&quot;Something Else\&quot;,\&quot;name_key\&quot;:\&quot;notify_moderators\&quot;,\&quot;description\&quot;:\&quot;This post requires staff attention for another reason not listed above.\&quot;,\&quot;short_description\&quot;:\&quot;Requires staff attention for another reason\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:5,\&quot;require_message\&quot;:true,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false},{\&quot;id\&quot;:2,\&quot;name\&quot;:\&quot;Like\&quot;,\&quot;name_key\&quot;:\&quot;like\&quot;,\&quot;description\&quot;:\&quot;Like this post\&quot;,\&quot;short_description\&quot;:\&quot;Like this post\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;],\&quot;position\&quot;:7,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:false,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false}],\&quot;topic_flag_types\&quot;:[{\&quot;id\&quot;:4,\&quot;name\&quot;:\&quot;Inappropriate\&quot;,\&quot;name_key\&quot;:\&quot;inappropriate\&quot;,\&quot;description\&quot;:\&quot;This topic contains content that a reasonable person would consider offensive, abusive, to be hateful conduct or a violation of \\u003ca href=\\\&quot;/guidelines\\\&quot;\\u003eour community guidelines\\u003c/a\\u003e.\&quot;,\&quot;short_description\&quot;:\&quot;A violation of \\u003ca href=\\\&quot;/guidelines\\\&quot;\\u003eour community guidelines\\u003c/a\\u003e\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:2,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:true},{\&quot;id\&quot;:8,\&quot;name\&quot;:\&quot;Spam\&quot;,\&quot;name_key\&quot;:\&quot;spam\&quot;,\&quot;description\&quot;:\&quot;This topic is an advertisement. It is not useful or relevant to this site, but promotional in nature.\&quot;,\&quot;short_description\&quot;:\&quot;This is an advertisement\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:3,\&quot;require_message\&quot;:false,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:true},{\&quot;id\&quot;:10,\&quot;name\&quot;:\&quot;Illegal\&quot;,\&quot;name_key\&quot;:\&quot;illegal\&quot;,\&quot;description\&quot;:\&quot;This topic requires staff attention because I believe it contains content that is illegal.\&quot;,\&quot;short_description\&quot;:\&quot;This is illegal\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:4,\&quot;require_message\&quot;:true,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false},{\&quot;id\&quot;:7,\&quot;name\&quot;:\&quot;Something Else\&quot;,\&quot;name_key\&quot;:\&quot;notify_moderators\&quot;,\&quot;description\&quot;:\&quot;\&quot;,\&quot;short_description\&quot;:\&quot;Requires staff attention for another reason\&quot;,\&quot;applies_to\&quot;:[\&quot;Post\&quot;,\&quot;Topic\&quot;,\&quot;Chat::Message\&quot;],\&quot;position\&quot;:5,\&quot;require_message\&quot;:true,\&quot;enabled\&quot;:true,\&quot;is_flag\&quot;:true,\&quot;is_used\&quot;:true,\&quot;auto_action_type\&quot;:false}],\&quot;can_create_tag\&quot;:false,\&quot;can_tag_topics\&quot;:true,\&quot;can_tag_pms\&quot;:false,\&quot;tags_filter_regexp\&quot;:\&quot;[/\\\\?#\\\\[\\\\]@!\\\\$\\u0026&#39;\\\\(\\\\)\\\\*\\\\+,;=\\\\.%\\\\\\\\`^\\\\s|\\\\{\\\\}\\\&quot;\\u003c\\u003e]+\&quot;,\&quot;top_tags\&quot;:[\&quot;api\&quot;,\&quot;error\&quot;,\&quot;connections\&quot;,\&quot;arrays\&quot;,\&quot;google-sheets\&quot;,\&quot;mapping\&quot;,\&quot;functions\&quot;,\&quot;webhooks\&quot;,\&quot;airtable\&quot;,\&quot;filters\&quot;,\&quot;notion\&quot;,\&quot;google-drive\&quot;,\&quot;chatgpt\&quot;,\&quot;professional-service\&quot;,\&quot;http\&quot;,\&quot;json\&quot;,\&quot;open-ai\&quot;,\&quot;gmail\&quot;,\&quot;wordpress\&quot;,\&quot;email\&quot;,\&quot;iterator\&quot;,\&quot;monday\&quot;,\&quot;scenario\&quot;,\&quot;aggregators\&quot;,\&quot;google\&quot;,\&quot;meta-facebook\&quot;,\&quot;custom-apps\&quot;,\&quot;text-parser\&quot;,\&quot;instagram\&quot;,\&quot;collections\&quot;,\&quot;google-calendar\&quot;,\&quot;slack\&quot;,\&quot;shopify\&quot;,\&quot;linkedin\&quot;,\&quot;regular-expressions\&quot;,\&quot;technical-solution\&quot;,\&quot;telegram\&quot;,\&quot;woocommerce\&quot;,\&quot;date-time-functions\&quot;,\&quot;clickup\&quot;,\&quot;hubspot\&quot;,\&quot;excel\&quot;,\&quot;set-variable\&quot;,\&quot;twitter\&quot;,\&quot;data-store\&quot;,\&quot;ai\&quot;,\&quot;webflow\&quot;,\&quot;oauth\&quot;,\&quot;microsoft-365\&quot;,\&quot;csv\&quot;,\&quot;make-api\&quot;,\&quot;whatsapp\&quot;,\&quot;youtube\&quot;,\&quot;quickbooks\&quot;,\&quot;discord\&quot;,\&quot;trigger\&quot;,\&quot;stripe\&quot;,\&quot;format-date\&quot;,\&quot;router\&quot;,\&quot;parse\&quot;,\&quot;google-docs\&quot;,\&quot;web-scraping\&quot;,\&quot;google-forms\&quot;,\&quot;string-functions\&quot;,\&quot;microsoft\&quot;,\&quot;text-replace\&quot;,\&quot;dropbox\&quot;,\&quot;instant-trigger\&quot;,\&quot;pipedrive\&quot;,\&quot;salesforce\&quot;,\&quot;make-automation\&quot;,\&quot;scheduling\&quot;,\&quot;xero\&quot;,\&quot;operation\&quot;,\&quot;zoho\&quot;,\&quot;faqs\&quot;,\&quot;trello\&quot;,\&quot;best-practices\&quot;,\&quot;calendly\&quot;,\&quot;asana\&quot;,\&quot;anthropic-claude\&quot;,\&quot;google-ads\&quot;,\&quot;pdf\&quot;,\&quot;active-campaign\&quot;,\&quot;product-updates\&quot;,\&quot;community-update\&quot;,\&quot;make-it-happen\&quot;,\&quot;runtime-error\&quot;,\&quot;zoom\&quot;,\&quot;data-types\&quot;,\&quot;make-bot-tips\&quot;,\&quot;monthly-releases\&quot;,\&quot;math-functions\&quot;,\&quot;get-map-function\&quot;,\&quot;canva\&quot;,\&quot;jotform\&quot;,\&quot;sales-crm\&quot;,\&quot;educational-program\&quot;,\&quot;mailchimp\&quot;,\&quot;file-upload\&quot;,\&quot;fb-lead-ads\&quot;],\&quot;navigation_menu_site_top_tags\&quot;:[{\&quot;name\&quot;:\&quot;api\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;error\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;connections\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;arrays\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;google-sheets\&quot;,\&quot;description\&quot;:\&quot;\&quot;,\&quot;pm_only\&quot;:false}],\&quot;topic_featured_link_allowed_category_ids\&quot;:[52,1,64,54,68,51,59,22,3,48,67,50,65,66],\&quot;user_themes\&quot;:[{\&quot;theme_id\&quot;:72,\&quot;name\&quot;:\&quot;Make Community Theme\&quot;,\&quot;default\&quot;:true,\&quot;color_scheme_id\&quot;:25}],\&quot;user_color_schemes\&quot;:[],\&quot;default_dark_color_scheme\&quot;:null,\&quot;censored_regexp\&quot;:[],\&quot;custom_emoji_translation\&quot;:{},\&quot;watched_words_replace\&quot;:null,\&quot;watched_words_link\&quot;:null,\&quot;categories\&quot;:[{\&quot;id\&quot;:65,\&quot;name\&quot;:\&quot;Getting Started\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;getting-started\&quot;,\&quot;topic_count\&quot;:2087,\&quot;post_count\&quot;:9516,\&quot;position\&quot;:0,\&quot;description\&quot;:\&quot;Ask questions and get support from the community as a new user.\&quot;,\&quot;description_text\&quot;:\&quot;Ask questions and get support from the community as a new user.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Ask questions and get support from the community as a new user.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-getting-started-category/34645\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:null,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:null,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:null,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:1,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:\&quot;true\&quot;},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:false,\&quot;read_only_banner\&quot;:null,\&quot;form_template_ids\&quot;:[4],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:66,\&quot;name\&quot;:\&quot;How To\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;how-to\&quot;,\&quot;topic_count\&quot;:14885,\&quot;post_count\&quot;:72161,\&quot;position\&quot;:1,\&quot;description\&quot;:\&quot;Ask questions related to building, expanding, and troubleshooting your scenarios.\&quot;,\&quot;description_text\&quot;:\&quot;Ask questions related to building, expanding, and troubleshooting your scenarios.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Ask questions related to building, expanding, and troubleshooting your scenarios.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-how-to-category/34872\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:null,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:null,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:null,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:1,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:\&quot;true\&quot;},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:false,\&quot;read_only_banner\&quot;:null,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:67,\&quot;name\&quot;:\&quot;Features\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;features\&quot;,\&quot;topic_count\&quot;:2410,\&quot;post_count\&quot;:10999,\&quot;position\&quot;:2,\&quot;description\&quot;:\&quot;Discuss Make’s features, functionality, capabilities, and integrations.\&quot;,\&quot;description_text\&quot;:\&quot;Discuss Make’s features, functionality, capabilities, and integrations.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Discuss Make’s features, functionality, capabilities, and integrations.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-features-category/34882\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:null,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:null,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:1,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:\&quot;true\&quot;},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:false,\&quot;read_only_banner\&quot;:null,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:52,\&quot;name\&quot;:\&quot;Custom Apps\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;custom-apps\&quot;,\&quot;topic_count\&quot;:397,\&quot;post_count\&quot;:1709,\&quot;position\&quot;:3,\&quot;description\&quot;:\&quot;Discuss topics related to custom app development in Make.\&quot;,\&quot;description_text\&quot;:\&quot;Discuss topics related to custom app development in Make.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Discuss topics related to custom app development in Make.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-custom-apps-category/160\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:2,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:0,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:\&quot;true\&quot;},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:true,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:48,\&quot;name\&quot;:\&quot;News\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;news\&quot;,\&quot;topic_count\&quot;:152,\&quot;post_count\&quot;:497,\&quot;position\&quot;:4,\&quot;description\&quot;:\&quot;Get news from the Make side - updates, releases, and more.\&quot;,\&quot;description_text\&quot;:\&quot;Get news from the Make side - updates, releases, and more.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Get news from the Make side - updates, releases, and more.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-news-category/114\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:null,\&quot;notification_level\&quot;:2,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:0,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:null},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:true,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:51,\&quot;name\&quot;:\&quot;Showcase\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;showcase\&quot;,\&quot;topic_count\&quot;:579,\&quot;post_count\&quot;:1962,\&quot;position\&quot;:5,\&quot;description\&quot;:\&quot;Show off the cool stuff you’ve built with Make - hacks, best practices \\u0026amp; more.\&quot;,\&quot;description_text\&quot;:\&quot;Show off the cool stuff you’ve built with Make - hacks, best practices \\u0026amp; more.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Show off the cool stuff you’ve built with Make - hacks, best practices \\u0026amp; more.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-showcase-category/159\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:0,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:null},\&quot;allowed_tags\&quot;:[\&quot;highlight\&quot;],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:true,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:22,\&quot;name\&quot;:\&quot;Off-Topic\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;off-topic\&quot;,\&quot;topic_count\&quot;:224,\&quot;post_count\&quot;:1026,\&quot;position\&quot;:6,\&quot;description\&quot;:\&quot;Visit our “digital watercooler” to talk about whatever’s on your mind.\&quot;,\&quot;description_text\&quot;:\&quot;Visit our “digital watercooler” to talk about whatever’s on your mind.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Visit our “digital watercooler” to talk about whatever’s on your mind.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-off-topic-category/40\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:true,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;boxes_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:0,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:\&quot;false\&quot;},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:true,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:50,\&quot;name\&quot;:\&quot;Hire a Pro\&quot;,\&quot;color\&quot;:\&quot;6D00CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;hire-a-pro\&quot;,\&quot;topic_count\&quot;:488,\&quot;post_count\&quot;:2045,\&quot;position\&quot;:7,\&quot;description\&quot;:\&quot;Promote your services or find a pro - this section works both ways. Alternatively, explore our official \\u003ca href=\\\&quot;https://www.make.com/en/partners-directory\\\&quot;\\u003ePartner Directory\\u003c/a\\u003e to tackle complex automation challenges.\&quot;,\&quot;description_text\&quot;:\&quot;Promote your services or find a pro - this section works both ways. Alternatively, explore our official Partner Directory to tackle complex automation challenges.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Promote your services or find a pro - this section works both ways. Alternatively, explore our official \\u003ca href=\\\&quot;https://www.make.com/en/partners-directory\\\&quot;\\u003ePartner Directory\\u003c/a\\u003e to tackle complex automation challenges.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/about-the-hire-a-pro-category/158\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:1,\&quot;notification_level\&quot;:0,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:1,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:null},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[\&quot;Hire a Pro \&quot;],\&quot;allow_global_tags\&quot;:false,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false},{\&quot;id\&quot;:1,\&quot;name\&quot;:\&quot;Uncategorized\&quot;,\&quot;color\&quot;:\&quot;0088CC\&quot;,\&quot;text_color\&quot;:\&quot;FFFFFF\&quot;,\&quot;slug\&quot;:\&quot;uncategorized\&quot;,\&quot;topic_count\&quot;:0,\&quot;post_count\&quot;:0,\&quot;position\&quot;:16,\&quot;description\&quot;:\&quot;Topics that don&#39;t need a category, or don&#39;t fit into any other existing category.\&quot;,\&quot;description_text\&quot;:\&quot;Topics that don&#39;t need a category, or don&#39;t fit into any other existing category.\&quot;,\&quot;description_excerpt\&quot;:\&quot;Topics that don&#39;t need a category, or don&#39;t fit into any other existing category.\&quot;,\&quot;topic_url\&quot;:\&quot;/t/\&quot;,\&quot;read_restricted\&quot;:false,\&quot;permission\&quot;:null,\&quot;notification_level\&quot;:1,\&quot;topic_template\&quot;:\&quot;\&quot;,\&quot;has_children\&quot;:false,\&quot;subcategory_count\&quot;:null,\&quot;sort_order\&quot;:\&quot;\&quot;,\&quot;sort_ascending\&quot;:null,\&quot;show_subcategory_list\&quot;:false,\&quot;num_featured_topics\&quot;:3,\&quot;default_view\&quot;:\&quot;\&quot;,\&quot;subcategory_list_style\&quot;:\&quot;rows_with_featured_topics\&quot;,\&quot;default_top_period\&quot;:\&quot;all\&quot;,\&quot;default_list_filter\&quot;:\&quot;all\&quot;,\&quot;minimum_required_tags\&quot;:0,\&quot;navigate_to_first_post_after_read\&quot;:false,\&quot;custom_fields\&quot;:{\&quot;has_chat_enabled\&quot;:null,\&quot;enable_unassigned_filter\&quot;:null,\&quot;sort_topics_by_event_start_date\&quot;:null,\&quot;disable_topic_resorting\&quot;:null,\&quot;create_as_post_voting_default\&quot;:null,\&quot;only_post_voting_in_this_category\&quot;:null,\&quot;enable_accepted_answers\&quot;:null},\&quot;allowed_tags\&quot;:[],\&quot;allowed_tag_groups\&quot;:[],\&quot;allow_global_tags\&quot;:false,\&quot;read_only_banner\&quot;:\&quot;\&quot;,\&quot;form_template_ids\&quot;:[],\&quot;uploaded_logo\&quot;:null,\&quot;uploaded_logo_dark\&quot;:null,\&quot;uploaded_background\&quot;:null,\&quot;uploaded_background_dark\&quot;:null,\&quot;required_tag_groups\&quot;:[],\&quot;can_edit\&quot;:false}],\&quot;markdown_additional_options\&quot;:{\&quot;chat\&quot;:{\&quot;limited_pretty_text_features\&quot;:[\&quot;anchor\&quot;,\&quot;bbcode-block\&quot;,\&quot;bbcode-inline\&quot;,\&quot;code\&quot;,\&quot;category-hashtag\&quot;,\&quot;censored\&quot;,\&quot;chat-transcript\&quot;,\&quot;discourse-local-dates\&quot;,\&quot;emoji\&quot;,\&quot;emojiShortcuts\&quot;,\&quot;inlineEmoji\&quot;,\&quot;html-img\&quot;,\&quot;hashtag-autocomplete\&quot;,\&quot;mentions\&quot;,\&quot;unicodeUsernames\&quot;,\&quot;onebox\&quot;,\&quot;quotes\&quot;,\&quot;spoiler-alert\&quot;,\&quot;table\&quot;,\&quot;text-post-process\&quot;,\&quot;upload-protocol\&quot;,\&quot;watched-words\&quot;,\&quot;chat-html-inline\&quot;],\&quot;limited_pretty_text_markdown_rules\&quot;:[\&quot;autolink\&quot;,\&quot;list\&quot;,\&quot;backticks\&quot;,\&quot;newline\&quot;,\&quot;code\&quot;,\&quot;fence\&quot;,\&quot;image\&quot;,\&quot;table\&quot;,\&quot;linkify\&quot;,\&quot;link\&quot;,\&quot;strikethrough\&quot;,\&quot;blockquote\&quot;,\&quot;emphasis\&quot;,\&quot;replacements\&quot;,\&quot;escape\&quot;],\&quot;hashtag_configurations\&quot;:{\&quot;topic-composer\&quot;:[\&quot;category\&quot;,\&quot;tag\&quot;,\&quot;channel\&quot;],\&quot;chat-composer\&quot;:[\&quot;channel\&quot;,\&quot;category\&quot;,\&quot;tag\&quot;]}}},\&quot;hashtag_configurations\&quot;:{\&quot;topic-composer\&quot;:[\&quot;category\&quot;,\&quot;tag\&quot;,\&quot;channel\&quot;],\&quot;chat-composer\&quot;:[\&quot;channel\&quot;,\&quot;category\&quot;,\&quot;tag\&quot;]},\&quot;hashtag_icons\&quot;:{\&quot;category\&quot;:\&quot;folder\&quot;,\&quot;tag\&quot;:\&quot;tag\&quot;,\&quot;channel\&quot;:\&quot;comment\&quot;},\&quot;tos_url\&quot;:\&quot;/tos\&quot;,\&quot;privacy_policy_url\&quot;:\&quot;https://www.make.com/en/privacy-notice\&quot;,\&quot;full_name_required_for_signup\&quot;:true,\&quot;full_name_visible_in_signup\&quot;:true,\&quot;default_gamification_leaderboard_id\&quot;:1,\&quot;hosting_tier\&quot;:\&quot;business\&quot;,\&quot;archetypes\&quot;:[{\&quot;id\&quot;:\&quot;regular\&quot;,\&quot;name\&quot;:\&quot;Regular Topic\&quot;,\&quot;options\&quot;:[]},{\&quot;id\&quot;:\&quot;banner\&quot;,\&quot;name\&quot;:\&quot;Banner Topic\&quot;,\&quot;options\&quot;:[]}],\&quot;user_fields\&quot;:[{\&quot;id\&quot;:3,\&quot;name\&quot;:\&quot;What Make plan are you on?\&quot;,\&quot;description\&quot;:\&quot;Knowing what plan you&#39;re on can help the community use the right language when chatting with you.\&quot;,\&quot;field_type\&quot;:\&quot;dropdown\&quot;,\&quot;editable\&quot;:true,\&quot;required\&quot;:false,\&quot;requirement\&quot;:\&quot;optional\&quot;,\&quot;show_on_profile\&quot;:true,\&quot;show_on_user_card\&quot;:true,\&quot;searchable\&quot;:false,\&quot;position\&quot;:1,\&quot;options\&quot;:[\&quot;Free\&quot;,\&quot;Core\&quot;,\&quot;Pro\&quot;,\&quot;Teams\&quot;,\&quot;Enterprise\&quot;]}],\&quot;auth_providers\&quot;:[{\&quot;name\&quot;:\&quot;oauth2_basic\&quot;,\&quot;custom_url\&quot;:null,\&quot;pretty_name_override\&quot;:null,\&quot;title_override\&quot;:\&quot;Sign in with Make\&quot;,\&quot;frame_width\&quot;:null,\&quot;frame_height\&quot;:null,\&quot;can_connect\&quot;:false,\&quot;can_revoke\&quot;:false,\&quot;icon\&quot;:null},{\&quot;name\&quot;:\&quot;oidc\&quot;,\&quot;custom_url\&quot;:null,\&quot;pretty_name_override\&quot;:null,\&quot;title_override\&quot;:null,\&quot;frame_width\&quot;:null,\&quot;frame_height\&quot;:null,\&quot;can_connect\&quot;:false,\&quot;can_revoke\&quot;:false,\&quot;icon\&quot;:null}]}&quot;,&quot;siteSettings&quot;:&quot;{\&quot;default_locale\&quot;:\&quot;en\&quot;,\&quot;title\&quot;:\&quot;Make Community\&quot;,\&quot;short_site_description\&quot;:\&quot;\&quot;,\&quot;contact_email\&quot;:\&quot;community@make.com\&quot;,\&quot;exclude_rel_nofollow_domains\&quot;:\&quot;make.com|celonis.com\&quot;,\&quot;logo\&quot;:\&quot;//cdck-file-uploads-europe1.s3.dualstack.eu-west-1.amazonaws.com/flex013/uploads/make/original/3X/d/f/df9bed0c574dc6eff09cbd4afacc90248c5d4fcc.png\&quot;,\&quot;logo_small\&quot;:\&quot;//cdck-file-uploads-europe1.s3.dualstack.eu-west-1.amazonaws.com/flex013/uploads/make/original/1X/9786f7887a39f4a0fef4d09346ab5b54ce20222b.svg\&quot;,\&quot;digest_logo\&quot;:\&quot;\&quot;,\&quot;mobile_logo\&quot;:\&quot;\&quot;,\&quot;logo_dark\&quot;:\&quot;\&quot;,\&quot;logo_small_dark\&quot;:\&quot;\&quot;,\&quot;mobile_logo_dark\&quot;:\&quot;\&quot;,\&quot;large_icon\&quot;:\&quot;//cdck-file-uploads-europe1.s3.dualstack.eu-west-1.amazonaws.com/flex013/uploads/make/original/2X/1/10a95ac83d0e9a182e57d011f160adf09eaadc6d.png\&quot;,\&quot;manifest_icon\&quot;:\&quot;\&quot;,\&quot;manifest_screenshots\&quot;:\&quot;\&quot;,\&quot;favicon\&quot;:\&quot;//cdck-file-uploads-europe1.s3.dualstack.eu-west-1.amazonaws.com/flex013/uploads/make/original/1X/491d7abe4a5782d0c00ef5416223123f9f329cc5.png\&quot;,\&quot;apple_touch_icon\&quot;:\&quot;\&quot;,\&quot;opengraph_image\&quot;:\&quot;\&quot;,\&quot;x_summary_large_image\&quot;:\&quot;\&quot;,\&quot;display_local_time_in_user_card\&quot;:false,\&quot;allow_user_locale\&quot;:false,\&quot;set_locale_from_accept_language_header\&quot;:false,\&quot;set_locale_from_cookie\&quot;:false,\&quot;set_locale_from_param\&quot;:false,\&quot;support_mixed_text_direction\&quot;:false,\&quot;suggested_topics\&quot;:5,\&quot;ga_universal_tracking_code\&quot;:\&quot;\&quot;,\&quot;ga_universal_domain_name\&quot;:\&quot;auto\&quot;,\&quot;gtm_container_id\&quot;:\&quot;\&quot;,\&quot;top_menu\&quot;:\&quot;top|latest|categories|new|hot\&quot;,\&quot;post_menu\&quot;:\&quot;read|like|copyLink|flag|edit|bookmark|delete|admin|reply\&quot;,\&quot;post_menu_hidden_items\&quot;:\&quot;flag|bookmark|edit|delete|admin\&quot;,\&quot;share_links\&quot;:\&quot;twitter|facebook|email\&quot;,\&quot;allow_username_in_share_links\&quot;:true,\&quot;share_quote_visibility\&quot;:\&quot;all\&quot;,\&quot;share_quote_buttons\&quot;:\&quot;twitter|email\&quot;,\&quot;desktop_category_page_style\&quot;:\&quot;categories_and_top_topics\&quot;,\&quot;mobile_category_page_style\&quot;:\&quot;categories_with_featured_topics\&quot;,\&quot;category_colors\&quot;:\&quot;BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|808281|B3B5B4|E45735\&quot;,\&quot;max_category_nesting\&quot;:2,\&quot;enable_mobile_theme\&quot;:true,\&quot;enable_direct_s3_uploads\&quot;:true,\&quot;enable_upload_debug_mode\&quot;:false,\&quot;default_dark_mode_color_scheme_id\&quot;:24,\&quot;relative_date_duration\&quot;:30,\&quot;top_page_default_timeframe\&quot;:\&quot;monthly\&quot;,\&quot;fixed_category_positions\&quot;:true,\&quot;fixed_category_positions_on_create\&quot;:true,\&quot;enable_badges\&quot;:true,\&quot;show_badges_in_post_header\&quot;:true,\&quot;enable_badge_sql\&quot;:false,\&quot;max_favorite_badges\&quot;:2,\&quot;push_notifications_prompt\&quot;:true,\&quot;enable_desktop_push_notifications\&quot;:true,\&quot;vapid_public_key_bytes\&quot;:\&quot;4|175|179|227|108|230|218|1|244|135|81|12|137|33|92|199|102|127|197|38|52|112|69|1|185|184|82|200|128|106|82|60|106|155|232|23|47|211|98|24|56|200|169|89|111|68|253|36|80|69|31|164|217|77|247|35|101|29|34|255|239|80|11|54|194\&quot;,\&quot;enable_user_tips\&quot;:false,\&quot;page_loading_indicator\&quot;:\&quot;slider\&quot;,\&quot;show_user_menu_avatars\&quot;:false,\&quot;use_legacy_pageviews\&quot;:false,\&quot;interface_color_selector\&quot;:\&quot;disabled\&quot;,\&quot;invite_only\&quot;:false,\&quot;login_required\&quot;:false,\&quot;must_approve_users\&quot;:false,\&quot;enable_local_logins\&quot;:false,\&quot;enable_local_logins_via_email\&quot;:false,\&quot;enable_passkeys\&quot;:true,\&quot;allow_new_registrations\&quot;:true,\&quot;enable_signup_cta\&quot;:true,\&quot;facebook_app_id\&quot;:\&quot;\&quot;,\&quot;auth_skip_create_confirm\&quot;:false,\&quot;auth_immediately\&quot;:true,\&quot;auth_overrides_email\&quot;:false,\&quot;enable_discourse_connect\&quot;:false,\&quot;discourse_connect_overrides_avatar\&quot;:false,\&quot;hide_email_address_taken\&quot;:true,\&quot;full_page_login\&quot;:true,\&quot;show_signup_form_email_instructions\&quot;:true,\&quot;show_signup_form_username_instructions\&quot;:false,\&quot;show_signup_form_full_name_instructions\&quot;:false,\&quot;show_signup_form_password_instructions\&quot;:false,\&quot;min_username_length\&quot;:2,\&quot;max_username_length\&quot;:20,\&quot;unicode_usernames\&quot;:false,\&quot;min_password_length\&quot;:10,\&quot;min_admin_password_length\&quot;:15,\&quot;email_editable\&quot;:true,\&quot;logout_redirect\&quot;:\&quot;\&quot;,\&quot;enable_names\&quot;:true,\&quot;invite_expiry_days\&quot;:90,\&quot;invites_per_page\&quot;:40,\&quot;delete_user_max_post_age\&quot;:60,\&quot;delete_all_posts_max\&quot;:15,\&quot;prioritize_username_in_ux\&quot;:true,\&quot;prioritize_full_name_in_ux\&quot;:false,\&quot;enable_user_directory\&quot;:true,\&quot;allow_anonymous_posting\&quot;:false,\&quot;allow_anonymous_likes\&quot;:false,\&quot;anonymous_posting_min_trust_level\&quot;:1,\&quot;allow_users_to_hide_profile\&quot;:true,\&quot;hide_user_profiles_from_public\&quot;:false,\&quot;allow_featured_topic_on_user_profiles\&quot;:true,\&quot;hide_suspension_reasons\&quot;:false,\&quot;ignored_users_count_message_threshold\&quot;:5,\&quot;ignored_users_message_gap_days\&quot;:365,\&quot;user_selected_primary_groups\&quot;:false,\&quot;gravatar_name\&quot;:\&quot;Gravatar\&quot;,\&quot;gravatar_base_url\&quot;:\&quot;www.gravatar.com\&quot;,\&quot;gravatar_login_url\&quot;:\&quot;/emails\&quot;,\&quot;hide_user_activity_tab\&quot;:false,\&quot;enable_user_status\&quot;:false,\&quot;enable_group_directory\&quot;:true,\&quot;enable_category_group_moderation\&quot;:true,\&quot;min_post_length\&quot;:20,\&quot;min_first_post_length\&quot;:20,\&quot;prevent_uploads_only_posts\&quot;:false,\&quot;min_personal_message_post_length\&quot;:10,\&quot;max_post_length\&quot;:32000,\&quot;topic_featured_link_enabled\&quot;:true,\&quot;min_topic_views_for_delete_confirm\&quot;:5000,\&quot;min_topic_title_length\&quot;:10,\&quot;max_topic_title_length\&quot;:255,\&quot;enable_filtered_replies_view\&quot;:false,\&quot;min_personal_message_title_length\&quot;:2,\&quot;default_emoji_reactions\&quot;:\&quot;+1|heart|tada\&quot;,\&quot;allow_uncategorized_topics\&quot;:false,\&quot;min_title_similar_length\&quot;:10,\&quot;edit_history_visible_to_public\&quot;:false,\&quot;delete_removed_posts_after\&quot;:24,\&quot;traditional_markdown_linebreaks\&quot;:false,\&quot;enable_markdown_typographer\&quot;:true,\&quot;enable_markdown_linkify\&quot;:true,\&quot;markdown_linkify_tlds\&quot;:\&quot;com|net|org|io|onion|co|tv|ru|cn|us|uk|me|de|fr|fi|gov\&quot;,\&quot;markdown_typographer_quotation_marks\&quot;:\&quot;“|”|‘|’\&quot;,\&quot;suppress_reply_directly_below\&quot;:true,\&quot;suppress_reply_directly_above\&quot;:true,\&quot;max_reply_history\&quot;:1,\&quot;enable_mentions\&quot;:true,\&quot;max_users_notified_per_group_mention\&quot;:100,\&quot;here_mention\&quot;:\&quot;here\&quot;,\&quot;newuser_max_embedded_media\&quot;:3,\&quot;newuser_max_attachments\&quot;:3,\&quot;default_subcategory_on_read_only_category\&quot;:false,\&quot;show_pinned_excerpt_mobile\&quot;:true,\&quot;show_pinned_excerpt_desktop\&quot;:true,\&quot;display_name_on_posts\&quot;:false,\&quot;show_time_gap_days\&quot;:7,\&quot;short_progress_text_threshold\&quot;:10000,\&quot;default_code_lang\&quot;:\&quot;auto\&quot;,\&quot;autohighlight_all_code\&quot;:false,\&quot;highlighted_languages\&quot;:\&quot;bash|c|cpp|csharp|css|diff|go|graphql|ini|java|javascript|json|kotlin|lua|makefile|markdown|objectivec|perl|php|php-template|plaintext|python|python-repl|r|ruby|rust|scss|shell|sql|swift|typescript|xml|yaml|wasm\&quot;,\&quot;show_copy_button_on_codeblocks\&quot;:true,\&quot;enable_emoji\&quot;:true,\&quot;enable_emoji_shortcuts\&quot;:true,\&quot;emoji_set\&quot;:\&quot;twitter\&quot;,\&quot;emoji_autocomplete_min_chars\&quot;:0,\&quot;enable_inline_emoji_translation\&quot;:false,\&quot;emoji_deny_list\&quot;:\&quot;\&quot;,\&quot;code_formatting_style\&quot;:\&quot;code-fences\&quot;,\&quot;allowed_href_schemes\&quot;:\&quot;\&quot;,\&quot;watched_words_regular_expressions\&quot;:false,\&quot;enable_fast_edit\&quot;:true,\&quot;old_post_notice_days\&quot;:14,\&quot;blur_tl0_flagged_posts_media\&quot;:true,\&quot;email_time_window_mins\&quot;:10,\&quot;disable_digest_emails\&quot;:true,\&quot;email_in\&quot;:false,\&quot;enable_imap\&quot;:false,\&quot;enable_smtp\&quot;:false,\&quot;disable_emails\&quot;:\&quot;no\&quot;,\&quot;bounce_score_threshold\&quot;:4,\&quot;enable_secondary_emails\&quot;:true,\&quot;max_image_size_kb\&quot;:4096,\&quot;max_attachment_size_kb\&quot;:8192,\&quot;authorized_extensions\&quot;:\&quot;jpg|jpeg|png|gif|heic|heif|webp|svg|json|pdf|mp4|mov|docx|txt|xlx|csv\&quot;,\&quot;authorized_extensions_for_staff\&quot;:\&quot;zip\&quot;,\&quot;max_image_width\&quot;:690,\&quot;max_image_height\&quot;:500,\&quot;prevent_anons_from_downloading_files\&quot;:false,\&quot;secure_uploads\&quot;:false,\&quot;secure_uploads_pm_only\&quot;:false,\&quot;enable_s3_uploads\&quot;:false,\&quot;allow_profile_backgrounds\&quot;:true,\&quot;allow_uploaded_avatars\&quot;:0,\&quot;default_avatars\&quot;:\&quot;\&quot;,\&quot;avatar_sizes\&quot;:\&quot;24|48|72|96|144|288\&quot;,\&quot;external_system_avatars_enabled\&quot;:true,\&quot;external_system_avatars_url\&quot;:\&quot;https://avatars.discourse-cdn.com/v4/letter/{first_letter}/{color}/{size}.png\&quot;,\&quot;external_emoji_url\&quot;:\&quot;https://emoji.discourse-cdn.com\&quot;,\&quot;selectable_avatars_mode\&quot;:\&quot;disabled\&quot;,\&quot;selectable_avatars\&quot;:\&quot;\&quot;,\&quot;allow_staff_to_upload_any_file_in_pm\&quot;:true,\&quot;simultaneous_uploads\&quot;:10,\&quot;composer_media_optimization_image_enabled\&quot;:true,\&quot;composer_media_optimization_image_bytes_optimization_threshold\&quot;:524288,\&quot;composer_media_optimization_image_resize_dimensions_threshold\&quot;:1920,\&quot;composer_media_optimization_image_resize_width_target\&quot;:1920,\&quot;composer_media_optimization_image_resize_pre_multiply\&quot;:false,\&quot;composer_media_optimization_image_resize_linear_rgb\&quot;:false,\&quot;composer_media_optimization_image_encode_quality\&quot;:75,\&quot;composer_media_optimization_debug_mode\&quot;:false,\&quot;composer_ios_media_optimisation_image_enabled\&quot;:false,\&quot;video_thumbnails_enabled\&quot;:true,\&quot;allow_all_users_to_flag_illegal_content\&quot;:false,\&quot;email_address_to_report_illegal_content\&quot;:\&quot;\&quot;,\&quot;min_trust_level_to_allow_profile_background\&quot;:0,\&quot;min_trust_level_to_allow_user_card_background\&quot;:0,\&quot;min_trust_level_to_allow_ignore\&quot;:2,\&quot;tl1_requires_read_posts\&quot;:30,\&quot;tl3_links_no_follow\&quot;:false,\&quot;tl4_delete_posts_and_topics\&quot;:4,\&quot;enforce_second_factor_on_external_auth\&quot;:true,\&quot;enforce_second_factor\&quot;:\&quot;no\&quot;,\&quot;moderators_manage_categories_and_groups\&quot;:false,\&quot;moderators_change_post_ownership\&quot;:true,\&quot;moderators_view_emails\&quot;:true,\&quot;use_admin_ip_allowlist\&quot;:false,\&quot;allowed_iframes\&quot;:\&quot;https://www.google.com/maps/embed?|https://www.openstreetmap.org/export/embed.html?|https://calendar.google.com/calendar/embed?|https://codepen.io/|https://www.instagram.com/|http://community.make.com/discobot/certificate.svg|https://community.make.com/discobot/certificate.svg|https://make.trydiscourse.com/discobot/certificate.svg|https://www.youtube.com/|https://airtable.com/\&quot;,\&quot;can_permanently_delete\&quot;:false,\&quot;max_oneboxes_per_post\&quot;:50,\&quot;reviewable_claiming\&quot;:\&quot;disabled\&quot;,\&quot;reviewable_default_topics\&quot;:false,\&quot;reviewable_default_visibility\&quot;:\&quot;low\&quot;,\&quot;reviewable_revision_reasons\&quot;:\&quot;Duplicate|Does not meet posting guidelines\&quot;,\&quot;alert_admins_if_errors_per_minute\&quot;:0,\&quot;alert_admins_if_errors_per_hour\&quot;:0,\&quot;max_prints_per_hour_per_user\&quot;:5,\&quot;invite_link_max_redemptions_limit\&quot;:5000,\&quot;invite_link_max_redemptions_limit_users\&quot;:10,\&quot;max_allowed_secondary_emails\&quot;:10,\&quot;enable_chunked_encoding\&quot;:true,\&quot;long_polling_base_url\&quot;:\&quot;/\&quot;,\&quot;background_polling_interval\&quot;:60000,\&quot;polling_interval\&quot;:3000,\&quot;anon_polling_interval\&quot;:25000,\&quot;flush_timings_secs\&quot;:60,\&quot;verbose_localization\&quot;:false,\&quot;max_new_topics\&quot;:500,\&quot;enable_safe_mode\&quot;:true,\&quot;warn_critical_js_deprecations\&quot;:true,\&quot;warn_critical_js_deprecations_message\&quot;:\&quot;\&quot;,\&quot;custom_flags_limit\&quot;:50,\&quot;navigation_menu\&quot;:\&quot;sidebar\&quot;,\&quot;default_navigation_menu_categories\&quot;:\&quot;51|22|48|50|52|65|67|66\&quot;,\&quot;default_navigation_menu_tags\&quot;:\&quot;aggregators|arrays|connections|webhooks|filters|iterator|scheduling|trigger|router|mapping\&quot;,\&quot;default_sidebar_switch_panel_position\&quot;:\&quot;bottom\&quot;,\&quot;tos_url\&quot;:\&quot;\&quot;,\&quot;privacy_policy_url\&quot;:\&quot;https://www.make.com/en/privacy-notice\&quot;,\&quot;faq_url\&quot;:\&quot;\&quot;,\&quot;display_eu_visitor_stats\&quot;:false,\&quot;enable_backups\&quot;:true,\&quot;backup_location\&quot;:\&quot;s3\&quot;,\&quot;maximum_backups\&quot;:3,\&quot;remove_older_backups\&quot;:\&quot;\&quot;,\&quot;include_s3_uploads_in_backups\&quot;:false,\&quot;use_pg_headlines_for_excerpt\&quot;:false,\&quot;min_search_term_length\&quot;:3,\&quot;log_search_queries\&quot;:true,\&quot;search_default_sort_order\&quot;:0,\&quot;search_experience\&quot;:\&quot;search_icon\&quot;,\&quot;version_checks\&quot;:false,\&quot;suppress_uncategorized_badge\&quot;:true,\&quot;header_dropdown_category_count\&quot;:8,\&quot;slug_generation_method\&quot;:\&quot;ascii\&quot;,\&quot;summary_timeline_button\&quot;:false,\&quot;topic_views_heat_low\&quot;:1000,\&quot;topic_views_heat_medium\&quot;:2000,\&quot;topic_views_heat_high\&quot;:3500,\&quot;topic_post_like_heat_low\&quot;:0.83,\&quot;topic_post_like_heat_medium\&quot;:1.05,\&quot;topic_post_like_heat_high\&quot;:2.0,\&quot;history_hours_low\&quot;:12,\&quot;history_hours_medium\&quot;:24,\&quot;history_hours_high\&quot;:48,\&quot;cold_age_days_low\&quot;:14,\&quot;cold_age_days_medium\&quot;:90,\&quot;cold_age_days_high\&quot;:180,\&quot;global_notice\&quot;:\&quot;\&quot;,\&quot;general_category_id\&quot;:-1,\&quot;default_composer_category\&quot;:\&quot;\&quot;,\&quot;view_user_route\&quot;:\&quot;summary\&quot;,\&quot;admin_quick_start_topic_id\&quot;:9,\&quot;bootstrap_mode_min_users\&quot;:50,\&quot;bootstrap_mode_enabled\&quot;:false,\&quot;automatically_unpin_topics\&quot;:true,\&quot;read_time_word_count\&quot;:500,\&quot;topic_page_title_includes_category\&quot;:true,\&quot;enable_powered_by_discourse\&quot;:false,\&quot;penalty_include_post_message\&quot;:false,\&quot;svg_icon_subset\&quot;:\&quot;\&quot;,\&quot;allow_bulk_invite\&quot;:true,\&quot;show_category_definitions_in_topic_lists\&quot;:false,\&quot;use_polymorphic_bookmarks\&quot;:true,\&quot;suggest_weekends_in_date_pickers\&quot;:true,\&quot;show_bottom_topic_map\&quot;:true,\&quot;show_topic_map_in_topics_without_replies\&quot;:true,\&quot;disable_mailing_list_mode\&quot;:true,\&quot;default_topics_automatic_unpin\&quot;:false,\&quot;mute_all_categories_by_default\&quot;:false,\&quot;enable_offline_indicator\&quot;:false,\&quot;tagging_enabled\&quot;:true,\&quot;tag_style\&quot;:\&quot;box\&quot;,\&quot;max_tags_per_topic\&quot;:10,\&quot;enable_max_tags_per_email_subject\&quot;:false,\&quot;max_tags_per_email_subject\&quot;:5,\&quot;max_tag_length\&quot;:25,\&quot;min_trust_level_to_tag_topics\&quot;:0,\&quot;tag_topic_allowed_groups\&quot;:\&quot;1|2|10\&quot;,\&quot;max_tag_search_results\&quot;:10,\&quot;max_tags_in_filter_list\&quot;:100,\&quot;tags_sort_alphabetically\&quot;:true,\&quot;tags_listed_by_group\&quot;:false,\&quot;suppress_overlapping_tags_in_list\&quot;:false,\&quot;remove_muted_tags_from_latest\&quot;:\&quot;always\&quot;,\&quot;watched_precedence_over_muted\&quot;:false,\&quot;force_lowercase_tags\&quot;:true,\&quot;dashboard_hidden_reports\&quot;:\&quot;\&quot;,\&quot;dashboard_visible_tabs\&quot;:\&quot;moderation|security|reports|features\&quot;,\&quot;dashboard_general_tab_activity_metrics\&quot;:\&quot;page_view_total_reqs|visits|time_to_first_response|likes|flags|user_to_user_private_messages_with_replies\&quot;,\&quot;admin_allow_filter_untranslated_text\&quot;:false,\&quot;experimental_auto_grid_images\&quot;:false,\&quot;experimental_rename_faq_to_guidelines\&quot;:false,\&quot;experimental_hashtag_search_result_limit\&quot;:20,\&quot;experimental_form_templates\&quot;:true,\&quot;experimental_new_new_view_groups\&quot;:\&quot;\&quot;,\&quot;experimental_admin_search_enabled_groups\&quot;:\&quot;\&quot;,\&quot;glimmer_topic_list_mode\&quot;:\&quot;enabled\&quot;,\&quot;glimmer_post_menu_mode\&quot;:\&quot;enabled\&quot;,\&quot;enable_rich_text_paste\&quot;:true,\&quot;use_overhauled_theme_color_palette\&quot;:false,\&quot;rich_editor\&quot;:false,\&quot;discourse_automation_enabled\&quot;:true,\&quot;chat_enabled\&quot;:true,\&quot;enable_public_channels\&quot;:true,\&quot;chat_threads_enabled\&quot;:false,\&quot;chat_channel_retention_days\&quot;:90,\&quot;chat_max_direct_message_users\&quot;:20,\&quot;chat_dm_retention_days\&quot;:0,\&quot;chat_allow_archiving_channels\&quot;:false,\&quot;chat_minimum_message_length\&quot;:1,\&quot;chat_maximum_message_length\&quot;:6000,\&quot;chat_allow_uploads\&quot;:true,\&quot;max_chat_auto_joined_users\&quot;:10000,\&quot;max_mentions_per_chat_message\&quot;:5,\&quot;chat_separate_sidebar_mode\&quot;:\&quot;never\&quot;,\&quot;chat_editing_grace_period\&quot;:30,\&quot;chat_editing_grace_period_max_diff_low_trust\&quot;:10,\&quot;chat_editing_grace_period_max_diff_high_trust\&quot;:40,\&quot;chat_preferred_index\&quot;:\&quot;channels\&quot;,\&quot;checklist_enabled\&quot;:true,\&quot;discourse_adplugin_enabled\&quot;:false,\&quot;no_ads_for_personal_messages\&quot;:true,\&quot;no_ads_for_restricted_categories\&quot;:false,\&quot;no_ads_for_categories\&quot;:\&quot;\&quot;,\&quot;no_ads_for_tags\&quot;:\&quot;\&quot;,\&quot;house_ads_after_nth_topic\&quot;:20,\&quot;house_ads_after_nth_post\&quot;:20,\&quot;house_ads_frequency\&quot;:100,\&quot;adsense_publisher_code\&quot;:\&quot;\&quot;,\&quot;adsense_through_trust_level\&quot;:2,\&quot;adsense_topic_list_top_code\&quot;:\&quot;\&quot;,\&quot;adsense_topic_list_top_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;adsense_mobile_topic_list_top_code\&quot;:\&quot;\&quot;,\&quot;adsense_mobile_topic_list_top_ad_size\&quot;:\&quot;responsive\&quot;,\&quot;adsense_topic_above_post_stream_code\&quot;:\&quot;\&quot;,\&quot;adsense_topic_above_post_stream_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;adsense_mobile_topic_above_post_stream_code\&quot;:\&quot;\&quot;,\&quot;adsense_mobile_topic_above_post_stream_ad_size\&quot;:\&quot;responsive\&quot;,\&quot;adsense_topic_above_suggested_code\&quot;:\&quot;\&quot;,\&quot;adsense_topic_above_suggested_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;adsense_mobile_topic_above_suggested_code\&quot;:\&quot;\&quot;,\&quot;adsense_mobile_topic_above_suggested_ad_size\&quot;:\&quot;responsive\&quot;,\&quot;adsense_post_bottom_code\&quot;:\&quot;\&quot;,\&quot;adsense_post_bottom_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;adsense_mobile_post_bottom_code\&quot;:\&quot;\&quot;,\&quot;adsense_mobile_post_bottom_ad_size\&quot;:\&quot;responsive\&quot;,\&quot;adsense_nth_post_code\&quot;:\&quot;\&quot;,\&quot;dfp_publisher_id\&quot;:\&quot;\&quot;,\&quot;dfp_publisher_id_mobile\&quot;:\&quot;\&quot;,\&quot;dfp_through_trust_level\&quot;:2,\&quot;dfp_topic_list_top_code\&quot;:\&quot;\&quot;,\&quot;dfp_topic_list_top_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;dfp_mobile_topic_list_top_code\&quot;:\&quot;\&quot;,\&quot;dfp_mobile_topic_list_top_ad_sizes\&quot;:\&quot;320*50 - mobile leaderboard\&quot;,\&quot;dfp_target_topic_list_top_key_code\&quot;:\&quot;\&quot;,\&quot;dfp_target_topic_list_top_value_code\&quot;:\&quot;\&quot;,\&quot;dfp_topic_above_post_stream_code\&quot;:\&quot;\&quot;,\&quot;dfp_topic_above_post_stream_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;dfp_mobile_topic_above_post_stream_code\&quot;:\&quot;\&quot;,\&quot;dfp_mobile_topic_above_post_stream_ad_sizes\&quot;:\&quot;320*50 - mobile leaderboard\&quot;,\&quot;dfp_target_topic_above_post_stream_key_code\&quot;:\&quot;\&quot;,\&quot;dfp_target_topic_above_post_stream_value_code\&quot;:\&quot;\&quot;,\&quot;dfp_topic_above_suggested_code\&quot;:\&quot;\&quot;,\&quot;dfp_topic_above_suggested_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;dfp_mobile_topic_above_suggested_code\&quot;:\&quot;\&quot;,\&quot;dfp_mobile_topic_above_suggested_ad_sizes\&quot;:\&quot;320*50 - mobile leaderboard\&quot;,\&quot;dfp_target_topic_above_suggested_key_code\&quot;:\&quot;\&quot;,\&quot;dfp_target_topic_above_suggested_value_code\&quot;:\&quot;\&quot;,\&quot;dfp_nth_post_code\&quot;:\&quot;\&quot;,\&quot;dfp_post_bottom_code\&quot;:\&quot;\&quot;,\&quot;dfp_post_bottom_ad_sizes\&quot;:\&quot;728*90 - leaderboard\&quot;,\&quot;dfp_mobile_post_bottom_code\&quot;:\&quot;\&quot;,\&quot;dfp_mobile_post_bottom_ad_sizes\&quot;:\&quot;320*50 - mobile leaderboard\&quot;,\&quot;dfp_target_post_bottom_key_code\&quot;:\&quot;\&quot;,\&quot;dfp_target_post_bottom_value_code\&quot;:\&quot;\&quot;,\&quot;amazon_through_trust_level\&quot;:2,\&quot;amazon_display_groups\&quot;:\&quot;10|11|12\&quot;,\&quot;amazon_topic_list_top_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_list_top_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_list_top_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_list_top_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_list_top_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_list_top_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_post_stream_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_post_stream_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_post_stream_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_post_stream_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_post_stream_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_post_stream_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_suggested_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_suggested_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_topic_above_suggested_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_suggested_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_suggested_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_topic_above_suggested_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_post_bottom_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_nth_post_code\&quot;:\&quot;\&quot;,\&quot;amazon_post_bottom_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_post_bottom_ad_height_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_post_bottom_src_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_post_bottom_ad_width_code\&quot;:\&quot;\&quot;,\&quot;amazon_mobile_post_bottom_ad_height_code\&quot;:\&quot;\&quot;,\&quot;carbonads_serve_id\&quot;:\&quot;\&quot;,\&quot;carbonads_placement\&quot;:\&quot;\&quot;,\&quot;carbonads_through_trust_level\&quot;:2,\&quot;carbonads_display_groups\&quot;:\&quot;10|11|12\&quot;,\&quot;carbonads_topic_list_top_enabled\&quot;:false,\&quot;carbonads_above_post_stream_enabled\&quot;:false,\&quot;adbutler_publisher_id\&quot;:\&quot;\&quot;,\&quot;adbutler_through_trust_level\&quot;:2,\&quot;adbutler_display_groups\&quot;:\&quot;10|11|12\&quot;,\&quot;adbutler_topic_list_top_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_mobile_topic_list_top_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_topic_above_post_stream_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_mobile_topic_above_post_stream_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_topic_above_suggested_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_mobile_topic_above_suggested_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_post_bottom_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_mobile_post_bottom_zone_id\&quot;:\&quot;\&quot;,\&quot;adbutler_nth_post\&quot;:4,\&quot;adbutler_adserver_hostname\&quot;:\&quot;servedbyadbutler.com\&quot;,\&quot;affiliate_enabled\&quot;:false,\&quot;affiliate_amazon_ca\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_cn\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_co_jp\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_co_uk\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_com\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_com_au\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_com_br\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_com_mx\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_de\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_es\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_fr\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_in\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_it\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_nl\&quot;:\&quot;\&quot;,\&quot;affiliate_amazon_eu\&quot;:\&quot;\&quot;,\&quot;affiliate_ldlc_com\&quot;:\&quot;\&quot;,\&quot;discourse_ai_enabled\&quot;:true,\&quot;ai_artifact_security\&quot;:\&quot;strict\&quot;,\&quot;ai_sentiment_enabled\&quot;:true,\&quot;ai_helper_enabled\&quot;:false,\&quot;ai_helper_allowed_in_pm\&quot;:false,\&quot;ai_helper_enabled_features\&quot;:\&quot;suggestions|context_menu\&quot;,\&quot;ai_auto_image_caption_allowed_groups\&quot;:\&quot;10\&quot;,\&quot;ai_embeddings_enabled\&quot;:true,\&quot;ai_embeddings_semantic_related_topics_enabled\&quot;:true,\&quot;ai_embeddings_semantic_search_enabled\&quot;:false,\&quot;ai_embeddings_semantic_quick_search_enabled\&quot;:false,\&quot;ai_summarization_enabled\&quot;:true,\&quot;ai_bot_enabled\&quot;:false,\&quot;ai_bot_enable_chat_warning\&quot;:false,\&quot;ai_bot_add_to_header\&quot;:false,\&quot;ai_bot_discover_persona\&quot;:\&quot;\&quot;,\&quot;assign_enabled\&quot;:false,\&quot;assigns_public\&quot;:false,\&quot;assigns_user_url_path\&quot;:\&quot;/u/{username}/activity/assigned\&quot;,\&quot;remind_assigns_frequency\&quot;:0,\&quot;pending_assign_reminder_threshold\&quot;:2,\&quot;max_assigned_topics\&quot;:2000000000,\&quot;assign_allowed_on_groups\&quot;:\&quot;3|1|51\&quot;,\&quot;enable_assign_status\&quot;:false,\&quot;assign_statuses\&quot;:\&quot;cxp-assigned|cxp-test\&quot;,\&quot;cakeday_enabled\&quot;:false,\&quot;cakeday_emoji\&quot;:\&quot;cake\&quot;,\&quot;cakeday_birthday_enabled\&quot;:true,\&quot;cakeday_birthday_emoji\&quot;:\&quot;birthday\&quot;,\&quot;calendar_enabled\&quot;:false,\&quot;holiday_calendar_topic_id\&quot;:\&quot;\&quot;,\&quot;holiday_status_emoji\&quot;:\&quot;date\&quot;,\&quot;all_day_event_start_time\&quot;:\&quot;\&quot;,\&quot;all_day_event_end_time\&quot;:\&quot;\&quot;,\&quot;calendar_categories\&quot;:\&quot;\&quot;,\&quot;calendar_categories_outlet\&quot;:\&quot;discovery-list-container-top\&quot;,\&quot;working_days\&quot;:\&quot;Monday|Tuesday|Wednesday|Thursday|Friday\&quot;,\&quot;working_day_start_hour\&quot;:8,\&quot;working_day_end_hour\&quot;:17,\&quot;close_to_working_day_hours_extension\&quot;:2,\&quot;enable_timezone_offset_for_calendar_events\&quot;:false,\&quot;split_grouped_events_by_timezone_threshold\&quot;:0,\&quot;default_timezone_offset_user_option\&quot;:false,\&quot;event_participation_buttons\&quot;:\&quot;going|interested|not going\&quot;,\&quot;discourse_post_event_enabled\&quot;:false,\&quot;discourse_post_event_allowed_on_groups\&quot;:\&quot;\&quot;,\&quot;display_post_event_date_on_topic_title\&quot;:true,\&quot;use_local_event_date\&quot;:false,\&quot;discourse_post_event_allowed_custom_fields\&quot;:\&quot;\&quot;,\&quot;events_calendar_categories\&quot;:\&quot;\&quot;,\&quot;sort_categories_by_event_start_date_enabled\&quot;:false,\&quot;disable_resorting_on_categories_enabled\&quot;:false,\&quot;sidebar_show_upcoming_events\&quot;:true,\&quot;events_max_rows\&quot;:2,\&quot;map_events_to_color\&quot;:\&quot;[]\&quot;,\&quot;map_events_title\&quot;:\&quot;\&quot;,\&quot;include_expired_events_on_calendar\&quot;:false,\&quot;data_explorer_enabled\&quot;:true,\&quot;details_enabled\&quot;:true,\&quot;docs_enabled\&quot;:false,\&quot;docs_categories\&quot;:\&quot;\&quot;,\&quot;show_tags_by_group\&quot;:false,\&quot;docs_tag_groups\&quot;:\&quot;\&quot;,\&quot;docs_tags\&quot;:\&quot;\&quot;,\&quot;docs_add_solved_filter\&quot;:true,\&quot;docs_add_to_top_menu\&quot;:false,\&quot;docs_add_search_menu_tip\&quot;:true,\&quot;discourse_gamification_enabled\&quot;:true,\&quot;discourse_graphviz_enabled\&quot;:false,\&quot;discourse_hcaptcha_enabled\&quot;:false,\&quot;hcaptcha_site_key\&quot;:\&quot;\&quot;,\&quot;lazy_videos_enabled\&quot;:true,\&quot;lazy_youtube_enabled\&quot;:true,\&quot;lazy_vimeo_enabled\&quot;:true,\&quot;lazy_tiktok_enabled\&quot;:false,\&quot;discourse_local_dates_email_format\&quot;:\&quot;YYYY-MM-DDTHH:mm:ss[Z]\&quot;,\&quot;discourse_local_dates_enabled\&quot;:true,\&quot;discourse_local_dates_default_formats\&quot;:\&quot;LLL|LTS|LL|LLLL\&quot;,\&quot;discourse_local_dates_default_timezones\&quot;:\&quot;Europe/Paris|America/Los_Angeles\&quot;,\&quot;discourse_math_enabled\&quot;:false,\&quot;discourse_math_provider\&quot;:\&quot;mathjax\&quot;,\&quot;discourse_math_zoom_on_hover\&quot;:false,\&quot;discourse_math_enable_accessibility\&quot;:false,\&quot;discourse_math_enable_asciimath\&quot;:false,\&quot;microsoft_auth_enabled\&quot;:false,\&quot;discourse_narrative_bot_enabled\&quot;:true,\&quot;oauth2_enabled\&quot;:true,\&quot;oauth2_button_title\&quot;:\&quot;Sign in with Make\&quot;,\&quot;patreon_enabled\&quot;:false,\&quot;patreon_login_enabled\&quot;:false,\&quot;patreon_donation_prompt_enabled\&quot;:false,\&quot;patreon_donation_prompt_show_after_topics\&quot;:20,\&quot;patreon_donation_prompt_campaign_url\&quot;:\&quot;\&quot;,\&quot;policy_enabled\&quot;:false,\&quot;policy_restrict_to_staff_posts\&quot;:true,\&quot;post_voting_enabled\&quot;:false,\&quot;post_voting_comment_limit_per_post\&quot;:10,\&quot;post_voting_comment_max_raw_length\&quot;:600,\&quot;post_voting_enable_likes_on_answers\&quot;:false,\&quot;min_trust_to_flag_posts_voting_comments\&quot;:1,\&quot;presence_enabled\&quot;:true,\&quot;presence_max_users_shown\&quot;:5,\&quot;discourse_reactions_enabled\&quot;:true,\&quot;discourse_reactions_like_icon\&quot;:\&quot;heart\&quot;,\&quot;discourse_reactions_reaction_for_like\&quot;:\&quot;heart\&quot;,\&quot;discourse_reactions_enabled_reactions\&quot;:\&quot;heart|laughing|clap|confetti_ball|arrow_up|pray\&quot;,\&quot;discourse_reactions_desaturated_reaction_panel\&quot;:false,\&quot;solved_enabled\&quot;:true,\&quot;allow_solved_on_all_topics\&quot;:false,\&quot;accept_all_solutions_trust_level\&quot;:3,\&quot;empty_box_on_unsolved\&quot;:true,\&quot;show_filter_by_solved_status\&quot;:true,\&quot;discourse_subscriptions_extra_nav_subscribe\&quot;:false,\&quot;discourse_subscriptions_pricing_table_id\&quot;:\&quot;\&quot;,\&quot;discourse_subscriptions_pricing_table_enabled\&quot;:false,\&quot;discourse_subscriptions_public_key\&quot;:\&quot;\&quot;,\&quot;discourse_subscriptions_currency\&quot;:\&quot;USD\&quot;,\&quot;discourse_subscriptions_campaign_enabled\&quot;:false,\&quot;discourse_subscriptions_campaign_goal\&quot;:100,\&quot;discourse_subscriptions_campaign_type\&quot;:\&quot;Amount\&quot;,\&quot;discourse_subscriptions_campaign_banner_location\&quot;:\&quot;Top\&quot;,\&quot;discourse_subscriptions_campaign_banner_bg_image\&quot;:\&quot;\&quot;,\&quot;discourse_subscriptions_campaign_banner_shadow_color\&quot;:\&quot;2F70AC\&quot;,\&quot;discourse_subscriptions_campaign_show_contributors\&quot;:true,\&quot;discourse_subscriptions_campaign_product\&quot;:\&quot;\&quot;,\&quot;discourse_subscriptions_campaign_amount_raised\&quot;:0.0,\&quot;discourse_subscriptions_campaign_subscribers\&quot;:0,\&quot;discourse_templates_enabled\&quot;:true,\&quot;topic_voting_enabled\&quot;:false,\&quot;topic_voting_show_who_voted\&quot;:true,\&quot;topic_voting_show_votes_on_profile\&quot;:true,\&quot;user_notes_enabled\&quot;:true,\&quot;yearly_review_enabled\&quot;:false,\&quot;zendesk_url\&quot;:\&quot;https://your-url.zendesk.com/api/v2\&quot;,\&quot;zendesk_enabled\&quot;:false,\&quot;enable_markdown_footnotes\&quot;:true,\&quot;display_footnotes_inline\&quot;:true,\&quot;experiment_ai_summary_cdck_llm\&quot;:true,\&quot;experiment_ai_helper_cdck_llm\&quot;:false,\&quot;experiment_image_caption_cdck_llm\&quot;:false,\&quot;experiment_semantic_search_cdck_llm\&quot;:false,\&quot;experiment_automation_cdck_llm\&quot;:false,\&quot;experiment_spam_cdck_llm\&quot;:false,\&quot;discourse_tier\&quot;:\&quot;business\&quot;,\&quot;hide_admin_customize_themes\&quot;:false,\&quot;hide_admin_web_hooks\&quot;:false,\&quot;hide_admin_api_keys\&quot;:false,\&quot;hide_admin_customize_colors\&quot;:false,\&quot;poll_enabled\&quot;:true,\&quot;poll_maximum_options\&quot;:20,\&quot;poll_minimum_trust_level_to_create\&quot;:1,\&quot;poll_groupable_user_fields\&quot;:\&quot;\&quot;,\&quot;poll_export_data_explorer_query_id\&quot;:-16,\&quot;poll_export_ranked_choice_data_explorer_query_id\&quot;:-19,\&quot;poll_default_public\&quot;:true,\&quot;spoiler_enabled\&quot;:true,\&quot;available_locales\&quot;:\&quot;[{\\\&quot;name\\\&quot;:\\\&quot;اللغة العربية\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ar\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;беларуская мова\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;be\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;български език\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;bg\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;bosanski jezik\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;bs_BA\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;català\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ca\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;čeština\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;cs\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;dansk\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;da\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Deutsch\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;de\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;ελληνικά\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;el\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;English (US)\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;en\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;English (UK)\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;en_GB\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Español\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;es\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;eesti\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;et\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;فارسی\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;fa_IR\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;suomi\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;fi\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Français\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;fr\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;galego\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;gl\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;עברית\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;he\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;hrvatski jezik\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;hr\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;magyar\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;hu\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Հայերեն\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;hy\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Indonesian\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;id\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Italiano\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;it\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;日本語\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ja\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;한국어\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ko\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;lietuvių kalba\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;lt\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;latviešu valoda\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;lv\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Norsk bokmål\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;nb_NO\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Nederlands\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;nl\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;polski\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;pl_PL\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Português\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;pt\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Português (BR)\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;pt_BR\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;limba română\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ro\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Русский\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ru\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;slovenčina\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sk\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;slovenščina\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sl\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Shqip\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sq\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;српски језик\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sr\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;svenska\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sv\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Kiswahili\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;sw\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;తెలుగు\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;te\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;ไทย\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;th\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;Türkçe\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;tr_TR\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;ئۇيغۇرچە\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ug\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;українська мова\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;uk\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;اردو\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;ur\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;tiếng Việt\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;vi\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;简体中文\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;zh_CN\\\&quot;},{\\\&quot;name\\\&quot;:\\\&quot;繁體中文\\\&quot;,\\\&quot;value\\\&quot;:\\\&quot;zh_TW\\\&quot;}]\&quot;,\&quot;require_invite_code\&quot;:false,\&quot;site_logo_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/f/df9bed0c574dc6eff09cbd4afacc90248c5d4fcc.png\&quot;,\&quot;site_logo_small_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/1X/9786f7887a39f4a0fef4d09346ab5b54ce20222b.svg\&quot;,\&quot;site_mobile_logo_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/f/df9bed0c574dc6eff09cbd4afacc90248c5d4fcc.png\&quot;,\&quot;site_favicon_url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/optimized/1X/491d7abe4a5782d0c00ef5416223123f9f329cc5_2_32x32.png\&quot;,\&quot;site_logo_dark_url\&quot;:\&quot;\&quot;,\&quot;site_logo_small_dark_url\&quot;:\&quot;\&quot;,\&quot;site_mobile_logo_dark_url\&quot;:\&quot;\&quot;}&quot;,&quot;customHTML&quot;:&quot;{\&quot;top\&quot;:\&quot;\&quot;,\&quot;footer\&quot;:\&quot;\&quot;}&quot;,&quot;banner&quot;:&quot;{\&quot;html\&quot;:\&quot;\u003cp\u003e\u003cstrong\u003e\u003cimg src=\\\&quot;https://emoji.discourse-cdn.com/twitter/rotating_light.png?v=12\\\&quot; title=\\\&quot;:rotating_light:\\\&quot; class=\\\&quot;emoji\\\&quot; alt=\\\&quot;:rotating_light:\\\&quot; loading=\\\&quot;lazy\\\&quot; width=\\\&quot;20\\\&quot; height=\\\&quot;20\\\&quot;\u003e\u003cimg src=\\\&quot;https://emoji.discourse-cdn.com/twitter/rotating_light.png?v=12\\\&quot; title=\\\&quot;:rotating_light:\\\&quot; class=\\\&quot;emoji\\\&quot; alt=\\\&quot;:rotating_light:\\\&quot; loading=\\\&quot;lazy\\\&quot; width=\\\&quot;20\\\&quot; height=\\\&quot;20\\\&quot;\u003e The “Make for Google Sheets” add-on is currently unavailable on the Google Workspace Marketplace.\\u003C/strong\u003e\\u003C/p\u003e\\n\u003cp\u003eOur team is actively working on restoring it as soon as possible. In the meantime, you can explore a \u003cstrong\u003e\u003ca href=\\\&quot;https://www.make.com/en/help/apps/productivity/google-sheets?_gl=1*li91qt*_gcl_au*MzM5OTM2ODg4LjE3Mzg4MjI5NTA.*_ga*NTgwMjM3NTI4LjE2NjkxMzE5MTU.*_ga_MY0CJTCDSF*MTczOTU1MzU2NC4yNzQuMS4xNzM5NTU0MDQ0LjYwLjAuMA..\\\&quot;\u003eworkaround in our Help Center.\\u003C/a\u003e\\u003C/strong\u003e\\u003C/p\u003e\\n\u003cp\u003eWe greatly appreciate your patience and will share updates as soon as we have them.\\u003C/p\u003e\\n\u003chr\u003e\\n\u003cp\u003e\u003cimg src=\\\&quot;https://emoji.discourse-cdn.com/twitter/speech_balloon.png?v=12\\\&quot; title=\\\&quot;:speech_balloon:\\\&quot; class=\\\&quot;emoji\\\&quot; alt=\\\&quot;:speech_balloon:\\\&quot; loading=\\\&quot;lazy\\\&quot; width=\\\&quot;20\\\&quot; height=\\\&quot;20\\\&quot;\u003e \u003ca href=\\\&quot;https://community.make.com/t/is-the-google-sheets-to-make-app-down-for-anyone-else/69410\\\&quot;\u003eRelated community thread\\u003C/a\u003e\\u003C/p\u003e\&quot;,\&quot;key\&quot;:69459,\&quot;url\&quot;:\&quot;https://community.make.com/t/banner-google-sheets-add-on-make-for-google-sheets/69459\&quot;}&quot;,&quot;customEmoji&quot;:&quot;[{\&quot;name\&quot;:\&quot;blob_wave\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/a/bacafc7cbb8a5ef35929fc6eb3cf821d3461e750.gif\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;cat_roomba\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/6/b688cc76ad1a3c00bb78005823a5617191e3bd88.gif\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;kitty\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/8/8fcd991ef051b522684289600ca996dc4c9bb47d.png\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;make\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/1X/b3ce8ec66c894f45404715b5008a062a329b2cd2.png\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;meow_heart_bongo\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/1/d130cb9839be4bca8ddeb18112d6fcd15a8a234e.gif\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;meow_party\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/1/01490ee579562f45abec8f2e95cdd926995d7cba.gif\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;party_blob\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/3/d/3d9a26cd75d7e45f5bea36db3cce5da235d4aa1e.gif\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;question\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/1X/8001fa32adb5df0b20ca05e23e8c7dab9fa18590.png\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;reply\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/1X/b06f1b73e2aac2686af8dd6cf571d250bcefad66.png\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;},{\&quot;name\&quot;:\&quot;success\&quot;,\&quot;url\&quot;:\&quot;https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/f/efe1a5e58dea962bc9880d50604d86ed3cc40668.png\&quot;,\&quot;group\&quot;:\&quot;default\&quot;,\&quot;created_by\&quot;:\&quot;system\&quot;}]&quot;,&quot;isReadOnly&quot;:&quot;false&quot;,&quot;isStaffWritesOnly&quot;:&quot;false&quot;,&quot;activatedThemes&quot;:&quot;{\&quot;38\&quot;:\&quot;Rudder Analytics\&quot;,\&quot;75\&quot;:\&quot;Multi Tag Make v2\&quot;,\&quot;80\&quot;:\&quot;Category Badge Styles\&quot;,\&quot;12\&quot;:\&quot;discourse gifs\&quot;,\&quot;47\&quot;:\&quot;Banner Styles\&quot;,\&quot;76\&quot;:\&quot;CXP Topic Buttons\&quot;,\&quot;77\&quot;:\&quot;Full width\&quot;,\&quot;78\&quot;:\&quot;Category Banners\&quot;,\&quot;84\&quot;:\&quot;Make Custom Homepage\&quot;,\&quot;81\&quot;:\&quot;Tag Styles\&quot;,\&quot;22\&quot;:\&quot;Discourse Clickable Topic\&quot;,\&quot;52\&quot;:\&quot;discourse-right-sidebar-blocks\&quot;,\&quot;53\&quot;:\&quot;discourse-search-banner\&quot;,\&quot;55\&quot;:\&quot;Extra Banners\&quot;,\&quot;66\&quot;:\&quot;Featured Cards\&quot;,\&quot;30\&quot;:\&quot;Modern Category + Group Boxes\&quot;,\&quot;59\&quot;:\&quot;New Topic button\&quot;,\&quot;73\&quot;:\&quot;Panels\&quot;,\&quot;85\&quot;:\&quot;DiscoTOC\&quot;,\&quot;61\&quot;:\&quot;Primary Button\&quot;,\&quot;86\&quot;:\&quot;Make Custom Header\&quot;,\&quot;62\&quot;:\&quot;Tag Banners\&quot;,\&quot;83\&quot;:\&quot;Make Custom Info Banner\&quot;,\&quot;65\&quot;:\&quot;Versatile Showcase\&quot;,\&quot;64\&quot;:\&quot;Topic Thumbnails\&quot;,\&quot;70\&quot;:\&quot;Easy Footer (show-always)\&quot;,\&quot;71\&quot;:\&quot;Cookie consent banner\&quot;,\&quot;72\&quot;:\&quot;Make Community Theme\&quot;}&quot;,&quot;currentUser&quot;:&quot;{\&quot;id\&quot;:8484,\&quot;username\&quot;:\&quot;samliew\&quot;,\&quot;name\&quot;:\&quot;samliew.com\&quot;,\&quot;avatar_template\&quot;:\&quot;/user_avatar/community.make.com/samliew/{size}/13327_2.png\&quot;,\&quot;unread_notifications\&quot;:0,\&quot;unread_high_priority_notifications\&quot;:2,\&quot;all_unread_notifications_count\&quot;:0,\&quot;read_first_notification\&quot;:true,\&quot;admin\&quot;:false,\&quot;notification_channel_position\&quot;:4758,\&quot;do_not_disturb_channel_position\&quot;:0,\&quot;moderator\&quot;:false,\&quot;staff\&quot;:false,\&quot;whisperer\&quot;:false,\&quot;title\&quot;:\&quot;Solution Maestro 🌟\&quot;,\&quot;any_posts\&quot;:true,\&quot;trust_level\&quot;:3,\&quot;can_send_private_email_messages\&quot;:false,\&quot;can_send_private_messages\&quot;:true,\&quot;can_upload_avatar\&quot;:true,\&quot;can_edit\&quot;:true,\&quot;can_invite_to_forum\&quot;:true,\&quot;can_post_anonymously\&quot;:false,\&quot;can_ignore_users\&quot;:true,\&quot;can_delete_all_posts_and_topics\&quot;:false,\&quot;custom_fields\&quot;:{},\&quot;muted_category_ids\&quot;:[50],\&quot;indirectly_muted_category_ids\&quot;:[],\&quot;regular_category_ids\&quot;:[],\&quot;tracked_category_ids\&quot;:[48,52],\&quot;watched_first_post_category_ids\&quot;:[],\&quot;watched_category_ids\&quot;:[],\&quot;watched_tags\&quot;:[],\&quot;watching_first_post_tags\&quot;:[\&quot;community-update\&quot;,\&quot;discord\&quot;,\&quot;google-calendar\&quot;,\&quot;monthly-releases\&quot;,\&quot;open-ai\&quot;,\&quot;webflow\&quot;],\&quot;tracked_tags\&quot;:[\&quot;canva\&quot;,\&quot;gmail\&quot;,\&quot;google\&quot;,\&quot;google-drive\&quot;,\&quot;google-sheets\&quot;,\&quot;instagram\&quot;,\&quot;regular-expressions\&quot;],\&quot;muted_tags\&quot;:[\&quot;hubspot\&quot;,\&quot;monday\&quot;,\&quot;notion\&quot;,\&quot;shopify\&quot;],\&quot;regular_tags\&quot;:[],\&quot;dismissed_banner_key\&quot;:69459,\&quot;is_anonymous\&quot;:false,\&quot;reviewable_count\&quot;:0,\&quot;unseen_reviewable_count\&quot;:0,\&quot;new_personal_messages_notifications_count\&quot;:0,\&quot;read_faq\&quot;:true,\&quot;previous_visit_at\&quot;:\&quot;2025-03-16T01:22:00.003Z\&quot;,\&quot;seen_notification_id\&quot;:624283,\&quot;flair_group_id\&quot;:null,\&quot;can_create_topic\&quot;:true,\&quot;link_posting_access\&quot;:\&quot;full\&quot;,\&quot;top_category_ids\&quot;:[48,52],\&quot;groups\&quot;:[{\&quot;id\&quot;:10,\&quot;name\&quot;:\&quot;trust_level_0\&quot;,\&quot;has_messages\&quot;:false},{\&quot;id\&quot;:11,\&quot;name\&quot;:\&quot;trust_level_1\&quot;,\&quot;has_messages\&quot;:false},{\&quot;id\&quot;:12,\&quot;name\&quot;:\&quot;trust_level_2\&quot;,\&quot;has_messages\&quot;:true},{\&quot;id\&quot;:13,\&quot;name\&quot;:\&quot;trust_level_3\&quot;,\&quot;has_messages\&quot;:true}],\&quot;needs_required_fields_check\&quot;:false,\&quot;second_factor_enabled\&quot;:false,\&quot;ignored_users\&quot;:[\&quot;S_Knows_Best\&quot;,\&quot;Orreed\&quot;,\&quot;Abed_Malak\&quot;,\&quot;Ali2\&quot;],\&quot;featured_topic\&quot;:{\&quot;id\&quot;:52380,\&quot;title\&quot;:\&quot;Overview of Different Web Scraping Techniques in Make :globe_with_meridians:\&quot;,\&quot;fancy_title\&quot;:\&quot;Overview of Different Web Scraping Techniques in Make :globe_with_meridians:\&quot;,\&quot;slug\&quot;:\&quot;overview-of-different-web-scraping-techniques-in-make\&quot;,\&quot;posts_count\&quot;:3},\&quot;do_not_disturb_until\&quot;:null,\&quot;can_review\&quot;:false,\&quot;draft_count\&quot;:1,\&quot;pending_posts_count\&quot;:0,\&quot;grouped_unread_notifications\&quot;:{\&quot;24\&quot;:2},\&quot;display_sidebar_tags\&quot;:true,\&quot;sidebar_tags\&quot;:[{\&quot;name\&quot;:\&quot;connections\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;arrays\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;mapping\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;webhooks\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;filters\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;chatgpt\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;iterator\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;aggregators\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;trigger\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;router\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;scheduling\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false},{\&quot;name\&quot;:\&quot;community-update\&quot;,\&quot;description\&quot;:null,\&quot;pm_only\&quot;:false}],\&quot;sidebar_category_ids\&quot;:[22,48,50,51,52,65,66,67],\&quot;sidebar_sections\&quot;:[{\&quot;id\&quot;:1,\&quot;title\&quot;:\&quot;Community\&quot;,\&quot;links\&quot;:[{\&quot;id\&quot;:49,\&quot;name\&quot;:\&quot;📘 Guidelines\&quot;,\&quot;value\&quot;:\&quot;/t/make-community-the-ultimate-guide/11682\&quot;,\&quot;icon\&quot;:\&quot;link\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:46,\&quot;name\&quot;:\&quot;👌🏼 Do&#39;s and Don&#39;ts\&quot;,\&quot;value\&quot;:\&quot;/faq\&quot;,\&quot;icon\&quot;:\&quot;circle-question\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:77,\&quot;name\&quot;:\&quot;My Posts\&quot;,\&quot;value\&quot;:\&quot;/my/activity/\&quot;,\&quot;icon\&quot;:\&quot;user\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:40,\&quot;name\&quot;:\&quot;All Posts\&quot;,\&quot;value\&quot;:\&quot;/latest\&quot;,\&quot;icon\&quot;:\&quot;layer-group\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:42,\&quot;name\&quot;:\&quot;Review\&quot;,\&quot;value\&quot;:\&quot;/review\&quot;,\&quot;icon\&quot;:\&quot;flag\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:43,\&quot;name\&quot;:\&quot;Admin\&quot;,\&quot;value\&quot;:\&quot;/admin\&quot;,\&quot;icon\&quot;:\&quot;wrench\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:69,\&quot;name\&quot;:\&quot;Invite\&quot;,\&quot;value\&quot;:\&quot;/new-invite\&quot;,\&quot;icon\&quot;:\&quot;paper-plane\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;}],\&quot;slug\&quot;:\&quot;community\&quot;,\&quot;public\&quot;:true,\&quot;section_type\&quot;:\&quot;community\&quot;},{\&quot;id\&quot;:17,\&quot;title\&quot;:\&quot;🔎 Explore\&quot;,\&quot;links\&quot;:[{\&quot;id\&quot;:56,\&quot;name\&quot;:\&quot;Releases\&quot;,\&quot;value\&quot;:\&quot;/t/releases-on-make-february-2025/74616\&quot;,\&quot;icon\&quot;:\&quot;calendar-days\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:57,\&quot;name\&quot;:\&quot;Academy Courses\&quot;,\&quot;value\&quot;:\&quot;/t/make-academy-course-overview/29699\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:68,\&quot;name\&quot;:\&quot;Blog Articles \&quot;,\&quot;value\&quot;:\&quot;/t/make-blog-article-overview/59199\&quot;,\&quot;icon\&quot;:\&quot;pencil\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;}],\&quot;slug\&quot;:\&quot;explore\&quot;,\&quot;public\&quot;:true,\&quot;section_type\&quot;:null},{\&quot;id\&quot;:16,\&quot;title\&quot;:\&quot;💡 FAQs\&quot;,\&quot;links\&quot;:[{\&quot;id\&quot;:55,\&quot;name\&quot;:\&quot;Most Common Errors\&quot;,\&quot;value\&quot;:\&quot;/t/how-to-troubleshoot-the-most-common-errors/34929\&quot;,\&quot;icon\&quot;:\&quot;circle-question\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:58,\&quot;name\&quot;:\&quot;Account and Billing\&quot;,\&quot;value\&quot;:\&quot;/t/faqs-make-account-and-billing/38079\&quot;,\&quot;icon\&quot;:\&quot;briefcase\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:74,\&quot;name\&quot;:\&quot;Make DevTool\&quot;,\&quot;value\&quot;:\&quot;/t/how-to-implement-and-use-the-make-devtool/63642\&quot;,\&quot;icon\&quot;:\&quot;gear\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:82,\&quot;name\&quot;:\&quot;WordPress Errors\&quot;,\&quot;value\&quot;:\&quot;/t/how-to-deal-with-wordpress-errors/75027\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;}],\&quot;slug\&quot;:\&quot;faqs\&quot;,\&quot;public\&quot;:true,\&quot;section_type\&quot;:null},{\&quot;id\&quot;:5,\&quot;title\&quot;:\&quot;Bookmarks\&quot;,\&quot;links\&quot;:[{\&quot;id\&quot;:23,\&quot;name\&quot;:\&quot;Forum Scenario\&quot;,\&quot;value\&quot;:\&quot;https://eu2.make.com/36667/scenarios/4100508/edit\&quot;,\&quot;icon\&quot;:\&quot;clock-rotate-left\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:19,\&quot;name\&quot;:\&quot;Help Center\&quot;,\&quot;value\&quot;:\&quot;https://www.make.com/en/help\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:21,\&quot;name\&quot;:\&quot;Integrations\&quot;,\&quot;value\&quot;:\&quot;https://www.make.com/en/integrations\&quot;,\&quot;icon\&quot;:\&quot;list\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:35,\&quot;name\&quot;:\&quot;Make API\&quot;,\&quot;value\&quot;:\&quot;https://www.make.com/en/api-documentation\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:20,\&quot;name\&quot;:\&quot;Pricing\&quot;,\&quot;value\&quot;:\&quot;https://www.make.com/en/pricing\&quot;,\&quot;icon\&quot;:\&quot;info\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:25,\&quot;name\&quot;:\&quot;Partners\&quot;,\&quot;value\&quot;:\&quot;https://partnertraining.make.com\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:29,\&quot;name\&quot;:\&quot;Custom Apps\&quot;,\&quot;value\&quot;:\&quot;https://docs.make.com/apps\&quot;,\&quot;icon\&quot;:\&quot;book\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:28,\&quot;name\&quot;:\&quot;Leaderboard\&quot;,\&quot;value\&quot;:\&quot;/leaderboard/4\&quot;,\&quot;icon\&quot;:\&quot;link\&quot;,\&quot;external\&quot;:false,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:60,\&quot;name\&quot;:\&quot;Status\&quot;,\&quot;value\&quot;:\&quot;https://status.make.com\&quot;,\&quot;icon\&quot;:\&quot;link\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:22,\&quot;name\&quot;:\&quot;Blog\&quot;,\&quot;value\&quot;:\&quot;https://www.make.com/en/blog\&quot;,\&quot;icon\&quot;:\&quot;far-comment\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;},{\&quot;id\&quot;:61,\&quot;name\&quot;:\&quot;Drive Tempfiles\&quot;,\&quot;value\&quot;:\&quot;https://drive.google.com/drive/u/0/folders/1bxk2aXBotsa2rQWX2yPiUmsz3CmdNNmk\&quot;,\&quot;icon\&quot;:\&quot;link\&quot;,\&quot;external\&quot;:true,\&quot;segment\&quot;:\&quot;primary\&quot;}],\&quot;slug\&quot;:\&quot;bookmarks\&quot;,\&quot;public\&quot;:false,\&quot;section_type\&quot;:null}],\&quot;new_new_view_enabled\&quot;:false,\&quot;use_experimental_admin_search\&quot;:false,\&quot;can_view_raw_email\&quot;:false,\&quot;login_method\&quot;:\&quot;oauth\&quot;,\&quot;global_notices\&quot;:[],\&quot;has_joinable_public_channels\&quot;:false,\&quot;can_see_sentiment_reports\&quot;:true,\&quot;can_use_assistant\&quot;:false,\&quot;can_use_assistant_in_post\&quot;:false,\&quot;can_use_custom_prompts\&quot;:false,\&quot;user_allowed_ai_auto_image_captions\&quot;:true,\&quot;can_summarize\&quot;:false,\&quot;can_share_ai_bot_conversations\&quot;:false,\&quot;can_use_templates\&quot;:false,\&quot;can_create_poll\&quot;:true,\&quot;user_option\&quot;:{\&quot;mailing_list_mode\&quot;:false,\&quot;external_links_in_new_tab\&quot;:true,\&quot;enable_quoting\&quot;:true,\&quot;enable_smart_lists\&quot;:true,\&quot;dynamic_favicon\&quot;:true,\&quot;automatically_unpin_topics\&quot;:false,\&quot;likes_notifications_disabled\&quot;:false,\&quot;hide_profile_and_presence\&quot;:true,\&quot;hide_profile\&quot;:false,\&quot;hide_presence\&quot;:true,\&quot;title_count_mode\&quot;:\&quot;notifications\&quot;,\&quot;enable_defer\&quot;:true,\&quot;timezone\&quot;:\&quot;Australia/Perth\&quot;,\&quot;skip_new_user_tips\&quot;:true,\&quot;default_calendar\&quot;:\&quot;none_selected\&quot;,\&quot;bookmark_auto_delete_preference\&quot;:3,\&quot;should_be_redirected_to_top\&quot;:false,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000+00:00\&quot;,\&quot;sidebar_link_to_filtered_list\&quot;:true,\&quot;sidebar_show_count_of_new_items\&quot;:true,\&quot;show_thread_title_prompts\&quot;:true,\&quot;chat_header_indicator_preference\&quot;:\&quot;all_new\&quot;,\&quot;chat_separate_sidebar_mode\&quot;:\&quot;default\&quot;,\&quot;chat_send_shortcut\&quot;:\&quot;enter\&quot;}}&quot;,&quot;topicTrackingStates&quot;:&quot;[{\&quot;topic_id\&quot;:75213,\&quot;highest_post_number\&quot;:1,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T09:36:31.583Z\&quot;,\&quot;category_id\&quot;:66,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;mapping\&quot;,\&quot;connections\&quot;,\&quot;error\&quot;,\&quot;no-reply\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;]},{\&quot;topic_id\&quot;:75216,\&quot;highest_post_number\&quot;:3,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T11:33:56.704Z\&quot;,\&quot;category_id\&quot;:65,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;functions\&quot;,\&quot;arrays\&quot;,\&quot;error\&quot;,\&quot;waiting\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;]},{\&quot;topic_id\&quot;:75217,\&quot;highest_post_number\&quot;:2,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T11:39:20.030Z\&quot;,\&quot;category_id\&quot;:67,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;error\&quot;,\&quot;no-reply\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;]},{\&quot;topic_id\&quot;:75232,\&quot;highest_post_number\&quot;:1,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T15:07:00.597Z\&quot;,\&quot;category_id\&quot;:66,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;api\&quot;,\&quot;no-reply\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;]},{\&quot;topic_id\&quot;:75233,\&quot;highest_post_number\&quot;:1,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T15:29:59.776Z\&quot;,\&quot;category_id\&quot;:65,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;functions\&quot;,\&quot;connections\&quot;,\&quot;no-reply\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;]},{\&quot;topic_id\&quot;:75237,\&quot;highest_post_number\&quot;:1,\&quot;last_read_post_number\&quot;:null,\&quot;created_at\&quot;:\&quot;2025-03-15T15:41:07.139Z\&quot;,\&quot;category_id\&quot;:66,\&quot;is_category_topic\&quot;:false,\&quot;notification_level\&quot;:null,\&quot;created_in_new_period\&quot;:true,\&quot;treat_as_new_topic_start_date\&quot;:\&quot;2025-03-11T13:31:49.000Z\&quot;,\&quot;tags\&quot;:[\&quot;webhooks\&quot;,\&quot;no-reply\&quot;,\&quot;cxp-s-new\&quot;,\&quot;cxp-status\&quot;,\&quot;fd-ticket\&quot;]}]&quot;,&quot;topicTrackingStateMeta&quot;:&quot;{\&quot;/latest\&quot;:45902,\&quot;/recover\&quot;:245,\&quot;/delete\&quot;:1674,\&quot;/destroy\&quot;:0,\&quot;/new\&quot;:6727,\&quot;/unread\&quot;:11975,\&quot;/unread/8484\&quot;:6033}&quot;}"></div>" & @CRLF & _ " </discourse-assets-json>" & @CRLF & _ " <discourse-assets-icons></discourse-assets-icons>" & @CRLF & _ " </discourse-assets>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <noscript data-path="/t/remove-links-from-the-text/75253">" & @CRLF & _ " " & @CRLF & _ " <header>" & @CRLF & _ " <a href="/">" & @CRLF & _ " Make Community" & @CRLF & _ " </a>" & @CRLF & _ "</header>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <div id="main-outlet" class="wrap" role="main">" & @CRLF & _ " <!-- preload-content: -->" & @CRLF & _ " <div id="topic-title">" & @CRLF & _ " <h1>" & @CRLF & _ " <a href="/t/remove-links-from-the-text/75253">Remove links from the text</a>" & @CRLF & _ " </h1>" & @CRLF & _ "" & @CRLF & _ " <div class="topic-category" itemscope itemtype="http://schema.org/BreadcrumbList">" & @CRLF & _ " <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">" & @CRLF & _ " <a href="/c/how-to/66" class="badge-wrapper bullet" itemprop="item">" & @CRLF & _ " <span class='badge-category-bg' style='background-color: #6D00CC'></span>" & @CRLF & _ " <span class='badge-category clear-badge'>" & @CRLF & _ " <span class='category-name' itemprop='name'>How To</span>" & @CRLF & _ " </span>" & @CRLF & _ " </a>" & @CRLF & _ " <meta itemprop="position" content="1" />" & @CRLF & _ " </span>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class="topic-category">" & @CRLF & _ " <div class='discourse-tags list-tags'>" & @CRLF & _ " <a href='https://community.make.com/tag/functions' class='discourse-tag' rel="tag">functions</a>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " HTML content omitted because you are logged in or using a modern mobile device." & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <!-- :preload-content -->" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <footer class="container wrap">" & @CRLF & _ " <nav class='crawler-nav'>" & @CRLF & _ " <ul>" & @CRLF & _ " <li itemscope itemtype='http://schema.org/SiteNavigationElement'>" & @CRLF & _ " <span itemprop='name'>" & @CRLF & _ " <a href='/' itemprop="url">Home </a>" & @CRLF & _ " </span>" & @CRLF & _ " </li>" & @CRLF & _ " <li itemscope itemtype='http://schema.org/SiteNavigationElement'>" & @CRLF & _ " <span itemprop='name'>" & @CRLF & _ " <a href='/categories' itemprop="url">Categories </a>" & @CRLF & _ " </span>" & @CRLF & _ " </li>" & @CRLF & _ " <li itemscope itemtype='http://schema.org/SiteNavigationElement'>" & @CRLF & _ " <span itemprop='name'>" & @CRLF & _ " <a href='/guidelines' itemprop="url">Guidelines </a>" & @CRLF & _ " </span>" & @CRLF & _ " </li>" & @CRLF & _ " <li itemscope itemtype='http://schema.org/SiteNavigationElement'>" & @CRLF & _ " <span itemprop='name'>" & @CRLF & _ " <a href='/tos' itemprop="url">Terms of Service </a>" & @CRLF & _ " </span>" & @CRLF & _ " </li>" & @CRLF & _ " <li itemscope itemtype='http://schema.org/SiteNavigationElement'>" & @CRLF & _ " <span itemprop='name'>" & @CRLF & _ " <a href='https://www.make.com/en/privacy-notice' itemprop="url">Privacy Policy </a>" & @CRLF & _ " </span>" & @CRLF & _ " </li>" & @CRLF & _ " </ul>" & @CRLF & _ " </nav>" & @CRLF & _ " <p class='powered-by-link'>Powered by <a href="https://www.discourse.org">Discourse</a>, best viewed with JavaScript enabled</p>" & @CRLF & _ "</footer>" & @CRLF & _ "" & @CRLF & _ " </noscript>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/80bf94ecd6faca7e83a2c4c0892d72900de1a60d.js?__ws=community.make.com" data-theme-id="72" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<style>" & @CRLF & _ " .selected-tag {" & @CRLF & _ " display: inline-block;" & @CRLF & _ " padding: 5px 10px;" & @CRLF & _ " margin: 5px;" & @CRLF & _ " border-radius: 20px;" & @CRLF & _ " background-color: #c362e0; " & @CRLF & _ " color: white; " & @CRLF & _ " cursor: pointer;" & @CRLF & _ " }" & @CRLF & _ " .selected-tag:hover {" & @CRLF & _ " opacity: 0.7;" & @CRLF & _ " }" & @CRLF & _ " .selected-tag::after {" & @CRLF & _ " content: " x";" & @CRLF & _ " }" & @CRLF & _ " .makeSelectBox {" & @CRLF & _ " height: 200px !important;" & @CRLF & _ " }" & @CRLF & _ " .makeSearchTags {" & @CRLF & _ " margin-right: 30px;" & @CRLF & _ " }" & @CRLF & _ " .input-select-wrapper {" & @CRLF & _ " display: flex;" & @CRLF & _ " flex-direction: column;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " /* Style for the table */" & @CRLF & _ " .topic-table {" & @CRLF & _ " width: 100%;" & @CRLF & _ " border-collapse: collapse;" & @CRLF & _ " border: 1px solid #D691E9;" & @CRLF & _ " margin-bottom:160px;" & @CRLF & _ " margin-top:40px;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " /* Style for the table header */" & @CRLF & _ " .topic-table th {" & @CRLF & _ " border: 1px solid #D691E9;" & @CRLF & _ " padding: 10px;" & @CRLF & _ " text-align: left;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " /* Width for Replies and Views headers */" & @CRLF & _ " .topic-table th.replies, .topic-table th.views {" & @CRLF & _ " width: 10%;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " /* Style for table cells */" & @CRLF & _ " .topic-table td {" & @CRLF & _ " border: 1px solid #D691E9;" & @CRLF & _ " padding: 10px;" & @CRLF & _ " text-align: left;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " /* Align Replies and Views values to the right of their columns */" & @CRLF & _ " .topic-table td.replies, .topic-table td.views {" & @CRLF & _ " text-align: right;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " /* Alternate row colors */" & @CRLF & _ " .topic-table tr:nth-child(even) {" & @CRLF & _ " background-color: #f2f2f2;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " .query-button {" & @CRLF & _ " background-color: lightgreen;" & @CRLF & _ " border-radius: 5px;" & @CRLF & _ " padding: 10px;" & @CRLF & _ " margin: 10px 0;" & @CRLF & _ " display: flex;" & @CRLF & _ " justify-content: space-between;" & @CRLF & _ " align-items: center;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #backButton {" & @CRLF & _ " background-color:red;" & @CRLF & _ " border-radius: 5px;" & @CRLF & _ " padding:10px;" & @CRLF & _ " width: 85px;" & @CRLF & _ " color: white;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect {" & @CRLF & _ " width: 100%;" & @CRLF & _ " height: 300px;" & @CRLF & _ " font-size: larger;" & @CRLF & _ " background: #FFF;" & @CRLF & _ " color: #B866FF;" & @CRLF & _ " border: 1px solid #B866FF;" & @CRLF & _ " overflow: auto;" & @CRLF & _ " width: 300px;" & @CRLF & _ " padding: 10px;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect option {" & @CRLF & _ " padding: 5px;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect option:checked {" & @CRLF & _ " background: #B866FF;" & @CRLF & _ " color: #FFF;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " /* Custom scrollbar */" & @CRLF & _ " #tagsSelect::-webkit-scrollbar {" & @CRLF & _ " width: 12px; /* Width of the vertical scrollbar */" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect::-webkit-scrollbar-thumb {" & @CRLF & _ " background-color: #B866FF; /* Color of the scroll thumb */" & @CRLF & _ " border-radius: 6px; /* Radius of the scroll thumb */" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect::-webkit-scrollbar-thumb:hover {" & @CRLF & _ " background-color: #9248e6; /* Color of the scroll thumb on hover */" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " #tagsSelect::-webkit-scrollbar-track {" & @CRLF & _ " background-color: #FFF; /* Color of the track */" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " .makeSearchTags {" & @CRLF & _ " width: 300px;" & @CRLF & _ " border-radius: 5px !important;" & @CRLF & _ " color: black;" & @CRLF & _ " border-color: #d83ed8;" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " th.asc::after {" & @CRLF & _ " content: '▼';" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " th.desc::after {" & @CRLF & _ " content: '▲';" & @CRLF & _ " }" & @CRLF & _ " " & @CRLF & _ " .nb_elements {" & @CRLF & _ " position: absolute;" & @CRLF & _ " margin-top: 20px;" & @CRLF & _ " }" & @CRLF & _ "</style>" & @CRLF & _ "" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/17bf2a23734a5b175856ea53654d2236ce2fc066.js?__ws=community.make.com" data-theme-id="75" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "<style>" & @CRLF & _ ".badge-wrapper .badge-category .category-name {" & @CRLF & _ " margin-top:8px;" & @CRLF & _ "}" & @CRLF & _ "" & @CRLF & _ "#topic-title .discourse-tags .discourse-tag.box {" & @CRLF & _ " margin-top:8px;" & @CRLF & _ "}" & @CRLF & _ "</style>" & @CRLF & _ "<script defer="" src="https://dub1.discourse-cdn.com/flex013/theme-javascripts/c1b3e34ffe2abfeda142a4f54cdbe21c0c9c5a81.js?__ws=community.make.com" data-theme-id="76" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <section id='main'>" & @CRLF & _ " </section>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/start-discourse-61ad9120d229052658ceb8dbd4c5197830da20afd3aafe5d031e7f8864f5183d.br.js" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <script defer src="https://europe1.discourse-cdn.com/flex013/assets/browser-update-e0a257c7614ac70db097c7231f4f33cbeb20c7929f4ed6ad7f8f23385bb19643.br.js" nonce="LfDdge4T7fWnkONg1v7pUJLal"></script>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <script nonce="LfDdge4T7fWnkONg1v7pUJLal">/* Workaround for https://bugs.webkit.org/show_bug.cgi?id=209261 */</script>" & @CRLF & _ " </body>" & @CRLF & _ "</html>" & @CRLF & _ "" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm