Skip to main content

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.


Reply