Question
Not getting clipboard pages updated unless tracer is run
Created an activity to compare 2 JSON strings and storing the result data in a clipboard page using java step taken from pyComparePages activity.
Now, executing the activity with tracer on, getting the difference values stored in the clipboard page mentioned in the java code. But if the tracer is not on, the clipboard pages are not updating with difference data.
In the activity, creating the page before executing the Java code.
Thanks in advance.
***Edited by Moderator Marissa to update platform capability tags****
I'm unfamiliar with the problem.
However, if running tracer is affecting the behaviour, have you tried setting the logging level to debug on the activity and see if this takes a different route when tracer is/isn't running.
You should be able to find the logger name by looking at the generated java for the activity (look for LogHelper)