I'm working why I cannot pick up TARGET or SERVICE query paramter in my flow.
String PARAMETER_SERVICE = "service";
String PARAMETER_TARGET_SERVICE = "targetService";
Only way i get get this to work is by hitting a url like
or
TARGET or SERVICE used to work
No one else is having a problem with this?
-psv