Extracting a Field value

Hi Team,

I am trying to extract a value from Web Application. When I use “Field config” tool to get the value the Props has only 4 options to select. It does not display “GetValue” but it does “GetAttribute”.
How do i get the value from the textbox and use it in my workflow?
Is there any way to get the value of textbox and assign to variable in the Process in my case ?

Hi,

You can use interaction which fits your use case. Get Attribute can be used in combination with innerText or value which will fetch the required value of the given attribute for that HTML UI element. Get Value will fetch the value attribute of the text field. Get Value should work for text box in most cases
When you extract a value from text box then you need to provide a variable name . Extracted value will get stored in that variable.