Finding a "Step ID" | Community
Skip to main content
August 28, 2013
Solved

Finding a "Step ID"

  • August 28, 2013
  • 2 replies
  • 4652 views
When you look at the results of a smart campaign, it shows the "Step ID" for a step that was executed. I can't correlate that back to the actual steps in the flow, as there's no ID associated with each step.

How do I relate the "Step ID" in the Results to the actual steps in the flow?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukea

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".

 

2 replies

Edward_Masson
Level 10
September 4, 2013
I don't think you can as more likely that the Step ID you see is a system field which will not be available to you for use in reporting, Smart list filters/constraints etc.
Level 1
February 16, 2022

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

Level 4
March 30, 2020

so, there is no way to correlate "step ID" with a flow step?

lukeaAccepted solution
Level 3
November 17, 2020

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".