Is it possible to use bearer token from a form input

Is it possible to use bearer token from a form input

@srikanth Hey yes you can bind the token from the input widget using the mustache operator {{}}

For eg in the headers you would add the key and value as

Authorization → Bearer {{InputWidgetName.text}}