The block comes in two modes which are discussed below.
Mode 1
Get Input Value (Mode 1)
The Mode 1 version of the Get Input Value block consists of a Selectable Input to choose the element you want to get the value of.
Mode 2
Get Input Value (Mode 2)
The Mode 2 version of the Get Input Value block consists of a Value Parameter that accepts either a text value in the form of a CSS Selector or an element value. The Element block comes pre-attached for your convenience but can be removed and customized.
Usage Examples
The image below shows an example of the Mode 1 version where the variable b is set to the text entered in the selected input element.
Example of Get Input Value Mode 1
In the next example we see a Mode 2 version where the variable b is set to the text entered in the selected input element. This time the element is selected using a CSS Selector.
Example of Set Input Value Mode 2
Lastly we have another example with a Mode 2 version. This time the Show Information Popup block is used to show a message that contains the text entered in the selected element.