How do I update a text field from workflow

I have 2 text input boxes . When I click button , I want to run a workflow and populate the boxes with values which user can edit if they want.

how can i do it ?
I dont see the options in workflow

You actually need to use variables to store your workflow results, and then bind them to the text “init value” :slight_smile: