Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Quero captuar 2 variaveis na automacao

Kaue Marco
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2025

Preciso que nessa parte do codigo da automacao capture as 2 variaveis, telefone e rastreio.

Anotação 2025-03-07 165038.jpg

 

when a card with a description containing "Telefone: {* },rastreio: {* }" is added to list "DESPACHADO" by anyone, post to url "https://webhook.pluglead.com/webhook/09303a5e704f9be8730e8bf718a50baa" with payload "{\"nome_quadro\":\"{boardname}\",\"link_quadro\":\"{boardlink}\",\"phone\":\"{wildcard1}\",\"rastreio\":\"{wildcard2}\",\"nome_cartao\":\"{cardname}\",\"descricao_cartao\":\"{carddescription}\",\"link_cartao\":\"{cardlink}\",\"lista_cartao\":\"{cardlistname}\",\"etiquetas_cartao\":\"{cardlabelnames}\",\"membros_cartao\":\"{cardmemberfullnames}\",\"data_inicio_cartao\":\"{cardstartdate}\",\"data_fim_cartao\":\"{cardduedate}\",\"CheckList\":\"{cardcheckliststate}\"}"

1 answer

0 votes
Cody Curry
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 11, 2025

Hey there! Nice work, I think you're on the right track here. The {* } wildcard stops matching when it encounters a blank space or the end of the text, so I think you might be able to fix this by adding a space in the trigger after the telephone number.

For example:

when a card with a description containing "Telefone: {* } , rastreio: {* }" is added to list "DESPACHADO" by anyone

It would then expect input something like:

Telefone: 1231231234 , rastreio: blahblah

Could you give that a try and see if it's a bit closer to what you expect?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events