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.
Best answer by redgeographics
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.