Set By Field

PHOTO EMBED

Wed Sep 01 2021 12:56:32 GMT+0000 (Coordinated Universal Time)

Saved by @LucasMota #html #angular #json

//html

<span>Valor da variável: {{originNomeVar}}</span>

//JSON

{
    "onLoad": [
        {
            "index": 0,
            "actions": [
              	{
                    "set:nomeVar": {
                        "value": "1234"
                    }
                },
                {
                    "set:originNomeVar": {
                        "originField": "nomeVar"
                    }
                }
            ]
        }
    ]
}

//Saída Valor da variável: 1234
content_copyCOPY

Fluna.io