I'm trying to use a flowVar in a connector configuration setting as follows:
As you can see in the below image, I'm doing a lookup in the Transform Message step that sets a flowVar via a subflow database request. The logger step is showing me that the flowVar is indeed present and contains the value I expect in configuration[0].wmApiKey, but I keep getting errors from the Work Market connector's attempt to call the Work Market API that the Access Token is not correct. When I just replace the Configuration Access Token value with the static token string, it works. I cannot figure out why the flowVar approach fails.

