Steps to reproduce:
1. Extract some text to a variable.
2. Handle download dialog in some web application.
3. Databind the download path with the previously extracted variable.
4. Run the test.
Actual: Test doesn't run and throws an exception:
Outer Exception Type: System.ArgumentException
Message: Column name 'name' does not exist!
HRESULT: 0x80070057 (Official ID (if app.) = E_INVALIDARG, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = ERROR_INVALID_PARAMETER)
Expected: The step should use the path from the extracted variable.