Hi @Pratham_Thakkar !! Thank you so much for your reply!
So, this is snip A: 'CLQ
{if: contains({site: url}, "front"); trim=yes}
{fullname_front={site: text; page=https://frontcrm.wts.chat/*; selector=.contact-name}; trim=yes}{=proper({=split(fullname_front, " ")[1]}); trim=no}
{elseif: contains({site: url}, "whats"); trim=yes}
{fullname_zap={site: text; page=https://web.whatsapp.com/*; selector=#main .xuce83p}; trim=yes}
{=proper({=split(fullname_zap, " ")[1]}); trim=no}
{elseif: contains({site: url}, "clint"); trim=yes}
{fullname_clint={site: text; page=https://app.clint.digital/*; selector=.border-left > .container > .container .text-left}; trim=yes}
{=proper({=split(fullname_clint, " ")[1]}); trim=no}
{endif: trim=yes}
This is B: 'CLE
{if: contains({import: 'CLQ}, "�"); trim=yes}
{formtext: name=nome corrigido}
{if: len(nome corrigido
) = 0; trim=yes}
{error: Inserir nome; block=yes}
{endif: trim=yes}{else: trim=yes}
{=proper({import: 'CLQ; trim=no})}
{endif: trim=yes}
(it appears to have some problem here in the snippet block, but on de dashboard woks fine)
The following error appears:
And if I try to ALSO bring the named blocks on Snip A, to B... Like this:
{fullname_front={site: text; page=https://frontcrm.wts.chat/; selector=.contact-name}; trim=yes}
{fullname_zap={site: text; page=https://web.whatsapp.com/; selector=#main .xuce83p}; trim=yes}
{fullname_clint={site: text; page=https://app.clint.digital/; selector=.border-left > .container > .container .text-left}; trim=yes}
{if: contains({import: 'CLQ}, "�"); trim=yes}
{formtext: name=nome corrigido}
{if: len(nome corrigido
) = 0; trim=yes}
{error: Inserir nome; block=yes}
{endif: trim=yes}{else: trim=yes}
{=proper({import: 'CLQ; trim=no})}
{endif: trim=yes}
The following happens: