Step that returns flow ID

Is there a flow step that takes a flow as an input and returns the id of the flow?

Comments

  • Kathryn_Decisions
    edited June 3

    There isn't a dedicated step for this, but this is possible to do by using a Fetch Entities step, fetching ElementRegistration Data.

    Then the EntityResults.First.ComponentRegistrationId will be the flow's ID!

Sign In or Register to comment.