Solved! Go to Solution.
I had a similar situation when trying to debug a campaign. The only solution I found is to heuristically determine the step for a step id, by having a fixed point and assuming that Step IDs are increased by one with each flow step.
Example: You have ID 123 for "Change data value for field X". If you got an error for ID 125, you would assume it is the step located two steps below the "Change data value for field X".
Hi Edward,
Could you tell me, please, what is "step id" showed for in Activity Log?
How can we use these information?
Maybe we can identify these steps using REST API?
Thanks in advance,
Dmitry
so, there is no way to correlate "step ID" with a flow step?
I had a similar situation when trying to debug a campaign. The only solution I found is to heuristically determine the step for a step id, by having a fixed point and assuming that Step IDs are increased by one with each flow step.
Example: You have ID 123 for "Change data value for field X". If you got an error for ID 125, you would assume it is the step located two steps below the "Change data value for field X".