[INPUT]
Make Element Editable
You can use the [INPUT]
tag to any of your design elements to make it Editable.
Using Input
Once you have renamed your element, you can use the value entered by the user for API requests or Authentication.
The above image shows that I have created an API request and am sending the value from the Password [INPUT] to the API request as a query parameter. You can do the same for header parameters and body parameters for the POST method as well.