Variables
As described in the previous section Buttonize has concept of Runtime State.
You can access the runtime state value in your Buttonize app by using double curly brackets {{expression}}
notation in your code.
The expression
must be a valid JMESPath.
Note: Buttonize uses @jmespath-community/jmespath
implementation of JMESPath.
Simple example
app.buttonize.io
Advanced example
awsServices
object is for example result of an Action.
app.buttonize.io
Using variables in component props
Most of the Components props can have dynamic value based on a variable expression.
app.buttonize.io
Debugging the expressions
You can use live local development view to debug your expressions. Just type the expression to the input above the state view.