Studio uses Widgets to represent various parts of Twilio's functionality that can then be stitched together in your Studio Flow to build out robust applications.
New to Twilio Studio? Check out our Getting Started guide first!
The Run Function Widget allows you to execute Twilio Functions within your Studio Flow.
Default
Service option, you will see all the Functions that you have within your account's Default Service.
_10{% if flow.variables.count %}_10{{flow.variables.count | plus: 1}} {% else %} 1 {% endif %}
The count
variable can be accessed anywhere in the Flow using {{flow.variables.count}}
.
You can now check the count and continue incrementing or move the Flow forward using a Split Based On… Widget.