Variáveis do Fluxo

{
  "uid": "{{ $('find user by uid').first().json.uid }}",
  "events": "{{ $('RabbitMQ Trigger').first().json.events }}",
  "cpf": "{{ $('find user by uid').first().json.cpf }}",
  "phone": "{{ $('find user by uid').item.json.whatsappNumber }}",
  "name": "{{ $('find user by uid').first().json.name }}",
  "covenant": "{{ $('find user by uid').first().json.covenant }}",
  "email": "{{ $('find user by uid').first().json.email }}",
  "covenant_code": "{{ $json.covenantCode }}",
  "birthdate": "{{ $json.birthDate }}",
  "lead": "{{ $json.lead }}"
}

Saídas

  • flow.uid: {{ $(‘find user by uid’).first().json.uid }}
  • flow.events: {{ $(‘RabbitMQ Trigger’).first().json.events }}
  • flow.cpf: {{ $(‘find user by uid’).first().json.cpf }}
  • flow.phone: {{ $(‘find user by uid’).item.json.whatsappNumber }}
  • flow.name: {{ $(‘find user by uid’).first().json.name }}
  • flow.covenant: {{ $(‘find user by uid’).first().json.covenant }}
  • flow.email: {{ $(‘find user by uid’).first().json.email }}
  • flow.covenant_code: {{ $json.covenantCode }}
  • flow.birthdate: {{ $json.birthDate }}
  • flow.lead: {{ $json.lead }}

Descrição adicional

Relações

← Recebe de: 3-conditional---if-user-exists → Envia para: 5-jump---format-phone

Observações