I inherited a flow with an embedded transformer.
This transformer uses a variable, for example $(TARGET_URL), but I am unable to gather it's value when paused on breakpoint.
I inherited a flow with an embedded transformer.
This transformer uses a variable, for example $(TARGET_URL), but I am unable to gather it's value when paused on breakpoint.
Breakpoint inspection only shows you attributes of that feature (the same thing goes for feature caching and inspectors by the way), the workaround is to create attributes and fill them with the parameter values you want to inspect.
Ok, I see.
Thanks!
@kcech the ParameterFetcher transformer might help you with your debugging.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.