This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Is there a way to see the data in the step by step workflow when running as an analytic app? Trying to avoid breaking connections and using files as inputs just to troubleshoot the workflow.
Solved! Go to Solution.
Hello @JasonHerden,
I don't know what you are really looking for so I will tell you two ways to do some debugging:
First one would be in the designer open the interface tool (cntl + alt + d). There on the second tab (magic wand) you will see on the right the "open debug" icon with which you can perform normal debugging.
If you on the other hand want to check the results on the analytic app on different points (after specific tools) you could add a browser to those points and check to see them on the output:
Hope this helps
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Regards
@afv2688 This is exactly what I was looking for. Thank you!