Skip to content

Instantly share code, notes, and snippets.

@ramonvictor
Created January 8, 2026 14:12
Show Gist options
  • Select an option

  • Save ramonvictor/6448f3cf72969c76a62dc71c7a1a1e87 to your computer and use it in GitHub Desktop.

Select an option

Save ramonvictor/6448f3cf72969c76a62dc71c7a1a1e87 to your computer and use it in GitHub Desktop.
{
"screens": [
{
"data": {},
"id": "screen_ikmczj",
"layout": {
"children": [
{
"children": [
{
"text": "06/Jan · 10:19",
"type": "TextHeading"
},
{
"data-source": [
{
"id": "0_1x_Coca_R$_10,00",
"title": "1x Coca R$ 10,00"
},
{
"id": "1_1x_Água_R$_5,00",
"title": "1x Água R$ 5,00"
}
],
"label": "Qual transação deseja ajustar?",
"name": "Qual_transao_deseja_ajustar_e97a6a",
"required": true,
"type": "RadioButtonsGroup"
},
{
"data-source": [
{
"id": "0_Entrada",
"title": "Entrada"
},
{
"id": "1_Saida",
"title": "Saida"
}
],
"label": "Tipo de transação",
"name": "Tipo_de_transao_dfaf7a",
"required": true,
"type": "Dropdown"
},
{
"data-source": [
{
"id": "0_PIX",
"title": "PIX"
},
{
"id": "1_Cartão_(Crédito)",
"title": "Cartão (Crédito)"
},
{
"id": "2_Cartão_(Débito)",
"title": "Cartão (Débito)"
},
{
"id": "3_Dinheiro",
"title": "Dinheiro"
}
],
"label": "Método de pagamento",
"name": "Mtodo_de_pagamento_e5f019",
"required": true,
"type": "Dropdown"
},
{
"label": "Continuar",
"on-click-action": {
"name": "navigate",
"next": {
"name": "RECOMMEND",
"type": "screen"
},
"payload": {
"screen_0_Qual_transao_deseja_ajustar_0": "${form.Qual_transao_deseja_ajustar_e97a6a}",
"screen_0_Tipo_de_transao_1": "${form.Tipo_de_transao_dfaf7a}",
"screen_0_Mtodo_de_pagamento_2": "${form.Mtodo_de_pagamento_e5f019}"
}
},
"type": "Footer"
}
],
"name": "flow_path",
"type": "Form"
}
],
"type": "SingleColumnLayout"
},
"title": "Escolher transação (1/2)"
},
{
"data": {
"screen_0_Qual_transao_deseja_ajustar_0": {
"__example__": "Example",
"type": "string"
},
"screen_0_Tipo_de_transao_1": {
"__example__": "Example",
"type": "string"
},
"screen_0_Mtodo_de_pagamento_2": {
"__example__": "Example",
"type": "string"
}
},
"id": "RECOMMEND",
"layout": {
"children": [
{
"children": [
{
"text": "06/Jan · 10:19",
"type": "TextHeading"
},
{
"input-type": "number",
"label": "Quantidade",
"name": "Quantidade_dfb062",
"required": true,
"type": "TextInput"
},
{
"input-type": "text",
"label": "Item",
"name": "Item_d1b552",
"required": true,
"type": "TextInput"
},
{
"input-type": "text",
"label": "Valor",
"name": "Valor_02e9e8",
"required": true,
"type": "TextInput"
},
{
"label": "Salvar",
"on-click-action": {
"name": "complete",
"payload": {
"screen_1_Quantidade_0": "${form.Quantidade_dfb062}",
"screen_1_Item_1": "${form.Item_d1b552}",
"screen_1_Valor_2": "${form.Valor_02e9e8}",
"screen_0_Qual_transao_deseja_ajustar_0": "${data.screen_0_Qual_transao_deseja_ajustar_0}",
"screen_0_Tipo_de_transao_1": "${data.screen_0_Tipo_de_transao_1}",
"screen_0_Mtodo_de_pagamento_2": "${data.screen_0_Mtodo_de_pagamento_2}"
}
},
"type": "Footer"
}
],
"name": "flow_path",
"type": "Form"
}
],
"type": "SingleColumnLayout"
},
"terminal": true,
"title": "Ajustar transação (2/2)"
}
],
"version": "7.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment