I have a text field in my page. This text fields contains dynamic value coming from database. I want to use the value of text in my workflow, how can i do that? Since this is not input field, i am unable to use the text field value.
You can’t… text element values can’t be referenced elsewhere (such as in workflows), but it’s no big deal…
Just use the same expression in your workflow as is in your text element.
Alternatively, you could store the text value somewhere else on the page that can be referenced (such as in a custom state), and then refer to that in both the text element and the workflow.